Browse Source

Start doing the needful for our next release

pull/145/head
Jonathan "Duke" Leto 6 years ago
parent
commit
7c96bf6aeb
  1. 4
      README.md
  2. 4
      configure.ac
  3. 1
      contrib/devtools/gen-manpages.sh
  4. 8
      doc/man/hush-cli.1
  5. 8
      doc/man/hush-tx.1
  6. 12
      doc/man/hushd.1

4
README.md

@ -1,4 +1,4 @@
# HUSH 1.0.14 # HUSH 2.0.0
## What is HUSH? ## What is HUSH?
@ -7,7 +7,7 @@
HUSH (formerly Zdash) is a code fork of [ZCash](https://z.cash/) which has it's own genesis block. HUSH (formerly Zdash) is a code fork of [ZCash](https://z.cash/) which has it's own genesis block.
Based on Bitcoin's code, it intends to offer a far higher standard of privacy Based on Bitcoin's code, it intends to offer a far higher standard of privacy
through a sophisticated zero-knowledge proving scheme that preserves through a sophisticated zero-knowledge proving scheme that preserves
confidentiality of transaction metadata. confidentiality of transaction metadata.
This software is the HUSH node and command-line client. It downloads and stores the entire history This software is the HUSH node and command-line client. It downloads and stores the entire history
of HUSH transactions; depending on the speed of your computer and network of HUSH transactions; depending on the speed of your computer and network

4
configure.ac

@ -1,8 +1,8 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60]) AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1) define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0) define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 14) define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 50) define(_CLIENT_VERSION_BUILD, 50)
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50))) define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1))) define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))

1
contrib/devtools/gen-manpages.sh

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
alias sed=gsed
TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)} TOPDIR=${TOPDIR:-$(git rev-parse --show-toplevel)}
SRCDIR=${SRCDIR:-$TOPDIR/src} SRCDIR=${SRCDIR:-$TOPDIR/src}

8
doc/man/hush-cli.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH HUSH-CLI "1" "March 2018" "hush-cli v1.0.14-a0d4aef" "User Commands" .TH HUSH-CLI "1" "October 2018" "hush-cli v1.0.13-72e2e60" "User Commands"
.SH NAME .SH NAME
hush-cli \- manual page for hush-cli v1.0.14-a0d4aef hush-cli \- manual page for hush-cli v1.0.13-72e2e60
.SH DESCRIPTION .SH DESCRIPTION
Hush RPC client version v1.0.14\-a0d4aef Hush RPC client version v1.0.13
.PP .PP
In order to ensure you are adequately protecting your privacy when using Hush, In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://github.com/MyHush/hush/blob/master/doc/security.md>. please see <https://github.com/MyHush/hush/blob/master/doc/security.md>.

8
doc/man/hush-tx.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH HUSH-TX "1" "March 2018" "hush-tx v1.0.14-a0d4aef" "User Commands" .TH HUSH-TX "1" "October 2018" "hush-tx v1.0.13-72e2e60" "User Commands"
.SH NAME .SH NAME
hush-tx \- manual page for hush-tx v1.0.14-a0d4aef hush-tx \- manual page for hush-tx v1.0.13-72e2e60
.SH DESCRIPTION .SH DESCRIPTION
Hush hush\-tx utility version v1.0.14\-a0d4aef Hush hush\-tx utility version v1.0.13
.SS "Usage:" .SS "Usage:"
.TP .TP
hush\-tx [options] <hex\-tx> [commands] hush\-tx [options] <hex\-tx> [commands]

12
doc/man/hushd.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH HUSHD "1" "March 2018" "hushd v1.0.14-a0d4aef" "User Commands" .TH HUSHD "1" "October 2018" "hushd v1.0.13-72e2e60" "User Commands"
.SH NAME .SH NAME
hushd \- manual page for hushd v1.0.14-a0d4aef hushd \- manual page for hushd v1.0.13-72e2e60
.SH DESCRIPTION .SH DESCRIPTION
Hush Daemon version v1.0.14\-a0d4aef Hush Daemon version v1.0.13
.PP .PP
In order to ensure you are adequately protecting your privacy when using Hush, In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://github.com/MyHush/hush/blob/master/doc/security.md>. please see <https://github.com/MyHush/hush/blob/master/doc/security.md>.
@ -54,7 +54,7 @@ Specify data directory
\fB\-disabledeprecation=\fR<version> \fB\-disabledeprecation=\fR<version>
.IP .IP
Disable block\-height node deprecation and automatic shutdown (example: Disable block\-height node deprecation and automatic shutdown (example:
\fB\-disabledeprecation\fR=\fI\,1\/\fR.0.14) \fB\-disabledeprecation\fR=\fI\,1\/\fR.0.13)
.HP .HP
\fB\-exportdir=\fR<dir> \fB\-exportdir=\fR<dir>
.IP .IP
@ -79,7 +79,7 @@ mempool will accept (default: 0 = no limit applied)
.HP .HP
\fB\-par=\fR<n> \fB\-par=\fR<n>
.IP .IP
Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 = Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0) leave that many cores free, default: 0)
.HP .HP
\fB\-pid=\fR<file> \fB\-pid=\fR<file>

Loading…
Cancel
Save