Commit Graph

543 Commits

Author SHA1 Message Date
aayanl 02abf011fe Zcash release v1.0.9.
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEAaIg3w6ppCxOrmsd7UF/vnnJnowFAlkmE0kACgkQ7UF/vnnJ
 noy8vhAAn7eTfoM2CG0Nec6YyakxzfL8dLg71VDpCg9V9EaxIRQCo0Qv7v1u9v8U
 DZuJXFisua/lEHCQP1FrkwAhRC+oOitWqLZxO0qfm6e2L5VYrDxNj2FpEItH4UNB
 T8RMVh0/VdKwEKdF0ji+cMkgh+NLf4NpyIrn28LunR8KnLGfUp/oAJ6MEGzkBwBB
 Xu6d5QmQtfTgSoKiTqccuySTsrm3d0xVZcJhnQifs/RxsZkI5c/UpYfBBIHMI6CW
 K5wBd38C0g88SLOhdSEXhlMxwAddw1Kz1Q8jQGRvusIgrEmNO3uFLgARXm1ZA6DJ
 8m08/OMGm3LXD90ZEOqemlEKJTCMYmDuLcT4WTcYL75LkMJnK8ggx353Klk625jD
 xmyZGnJcS43G4fsDfJv5elaEPy2PTxL4CDUwXESPP1zXOj7L9LWMFdSOTHdzqCrZ
 oTiorGPvEsHQBBfP9sqHMCXXBrGJ4fG57FpUW7d+JXjFMb7WZuZN2RGOx2Qq9IvH
 U5ompyeWMR31Ig4vDGppAH637eMdxfdM1fYRNKWJFAtVLRS3jlyee2Cs6G73C+Pn
 ILZHiX2I0DbnIShwopojGrS4GUI1QbDDRWecGyQW2WZAKQUqeQCNRpLQXrWrmx8O
 7tXduTdbtoUqpx49yQ4AAGyxN/XU6YSQzd/I+53vNzLYZ1b0YCQ=
 =4vKf
 -----END PGP SIGNATURE-----

Merge tag 'v1.0.9' of https://github.com/zcash/zcash into v1.0.9

Zclassic release v1.0.9.
2017-05-28 00:41:02 -04:00
Nathan Wilcox 8b922a4ad4 make-release.py: Updated release notes and changelog for 1.0.9. 2017-05-24 12:51:06 -07:00
Nathan Wilcox de9c56c88a make-release.py: Versioning changes for 1.0.9. 2017-05-24 12:50:05 -07:00
Procrastinator 33b3b6d632 Merge pull request #81 from z-classic/ports-change
Ports change
2017-05-14 10:48:57 -04:00
Procrastinator 153c328b27 Update bitrpc.py 2017-05-10 17:47:19 -04:00
joshuayabut a703cfcbb3 Update version to v1.0.8-2 2017-05-06 19:01:34 -04:00
Jack Grigg 2bf4f2781b
[manpage] Handle build numbers in versions 2017-04-19 14:21:45 +12:00
zkbot f7f764e0b2 Auto merge of #2189 - bitcartel:1.0.7_with_apache_qpid, r=bitcartel
Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0

Closes #2188
2017-04-16 15:09:19 +00:00
Nathan Wilcox c5229b5603 [Direct master commit] Fix a release snafu in debian version string. 2017-04-13 20:24:28 -07:00
Nathan Wilcox 1c360b2128 Fix a release-process.md bug; commit results changelog + debian updates. 2017-04-13 17:48:08 -07:00
Nathan Wilcox 451047d14a Bump version numbers for v1.0.8-1. 2017-04-13 17:10:32 -07:00
joshuayabut a64c8bf338 Release 1.0.8.
-----BEGIN PGP SIGNATURE-----
 
 iF4EABYIAAYFAljZ1QgACgkQ/S21FcdQdRkuSQEAqQC0TrvzJbtyHvwwC+16YONr
 v2vdx5LhJDs92gtgBGMA/3NmfhhTTDlJB8ldSQWfnjEJCr3jjTSbO/7V/wK+JdIB
 =RkA7
 -----END PGP SIGNATURE-----

Merge v1.0.8
2017-04-13 17:40:02 -04:00
Daira Hopwood 27fb36c50b Update authors, release notes, and Debian package metadata.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-27 21:32:16 +01:00
Daira Hopwood 83aac13083 Update version numbers.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-27 21:01:18 +01:00
Simon 99eb947a98 Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0 2017-03-25 08:51:40 -07:00
Wladimir J. van der Laan 89bccddcd8
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout
The two timeouts for the server and client, are essentially different:

- In the case of the server it should be a lower value to avoid clients
clogging up connection slots

- In the case of the client it should be a high value to accomedate slow
  responses from the server, for example for slow queries or when the
  lock is contended

Split the options into `-rpcservertimeout` and `-rpcclienttimeout` with
respective defaults of 30 and 900.
2017-03-24 09:03:59 +13:00
Wladimir J. van der Laan b6fbda0982
doc: remove documentation for rpcssl 2017-03-24 09:03:59 +13:00
zkbot a28b17b7b7 Auto merge of #1636 - daira:fix-licensing-and-remove-qt, r=str4d
Remove QT code

This removes the QT wallet code, and updates license documentation accordingly.
2017-03-10 23:47:43 +00:00
Simon abecfc422c Remove redundant gui options from build scripts 2017-03-10 10:35:23 -08:00
Simon ec85287c45 Remove QT translation support files 2017-03-10 10:01:48 -08:00
Daira Hopwood 6b41a88d20 Delete -rootcertificates from bash completion script.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-10 03:49:04 +00:00
Jay Graber 0195a9fc0f Update debian package changelog for 1.0.7+1 (use + instead of - for debian versioning) 2017-03-08 16:00:02 -08:00
Jay Graber 0fe4b85708 Update version to 1.0.7-1 2017-03-08 12:50:33 -08:00
Daira Hopwood d596658022 Remove NO_QT make option.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-07 19:15:08 +00:00
Daira Hopwood 648dcaffea Update which libraries are allowed to be linked to zcashd by symbol-check.py.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-07 19:15:08 +00:00
Daira Hopwood e71162e0b4 Update documentation for QT removal.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-07 19:15:08 +00:00
Daira Hopwood 69a2bdde8f Remove some more QT-related stragglers.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-07 19:15:08 +00:00
Daira Hopwood 38ba3c666f Remove QT gunk from Makefiles.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-07 19:15:08 +00:00
Daira Hopwood 6a30bb41b3 Correct license text for LGPL.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-07 19:15:08 +00:00
Daira Hopwood 71d0bbc666 License updates for removal of src/qt.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-03-07 19:14:59 +00:00
Jay Graber a3e57afd3f Update debian changelog for 1.0.7 release process 2017-03-03 22:03:10 -08:00
Jay Graber a83f0677b4 Update release to 1.0.7, generate manpages 2017-03-03 21:55:36 -08:00
Paul Georgiou 0eac70954c
Update Linearize tool to support Windows paths 2017-03-03 10:57:20 -08:00
Florian Schmaus 70b3d9e3ac
Add BITCOIND_SIGTERM_TIMEOUT to OpenRC init scripts
This allows users to specify, e.g. raise, the default timeout of 60
seconds. Some bitcoind instances, especially long running ones on slow
hardware, require a higher timeout for a clean shut down.

Also add a comment to bitcoind.openrc's 'retry=', since it is not
obvious from the variable name what it does.
2017-03-03 10:57:18 -08:00
Jack Grigg 1f5cc3fa74
Regenerate and collate Zcash manpages, delete Bitcoin ones 2017-03-02 11:18:46 -08:00
Jack Grigg a0e6d5a185
Adjust gen-manpages.sh for Zcash, use in Debian builds 2017-03-02 11:18:44 -08:00
nomnombtc 076406650c
improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now also runs binaries from build dir by default, added variables for more control 2017-03-02 11:18:43 -08:00
nomnombtc 0745198ccf
add gen-manpages.sh description to README.md 2017-02-23 02:24:54 +00:00
nomnombtc 95d93342c8
add script to generate manpages with help2man 2017-02-23 02:24:54 +00:00
Simon 58582925d8 Closes #2084. Fix incorrect year in timestamp. 2017-02-22 11:36:52 -08:00
joshuayabut 5a723a1959 Zcash v1.0.6 release
-----BEGIN PGP SIGNATURE-----
 
 iQIcBAABCAAGBQJYnmNDAAoJEMj0nAgfOsbEwmYP/1xID0ipI1MLLYUd3JjEoCUs
 snUVuFjn/zNX2gvEVILF1tGsTBFkJFJdMHiwcMIK/6iiKRmU2CI0IvK3QtSgIM/0
 uMcxVdzHrg2T+r/eA2kgCwAxzzHMfpT0u/EwE6s8eDjgSX6YyZksEMRtrrgmyriP
 KsYxdiu8z61wDCDJGFln18rtX3qzaivFV13Eauq37H9Zj9M9zFHQxTLgijahwaHr
 +jBCAZGNAO10EFFPmSLKe7TGKRNedeZ/g09PF5g50BMugWKujO7Iw05qjZqrhW+3
 tNp5ZH1fr4Ac6LUMUaB5SnoIm22/berqiPMryM3f75kCqyXHAqbLBXTKTEEMpt82
 Y4vRmZrmFcGUsS96ZLi8WgGOyUoEIdkdMAyHaQLPa4uK8e/7uVgO9s8aTw4g9hI5
 3aHUI9VIsLYiPoIq3LQlHCPf8R9OB4aLbDvk2NBzHdXXx1CuR/dJzNQ1sdfd51TN
 iT0XzvmnZUjYADNU9oisje30JF6n2niW6ZGtbUAGPgbPHhABCXmVktMe+O3G3MqH
 En/IMopmSGLW46VDRPJa6uqRwNp8UZoH7TZ0axNOg0hDOP6nvDX4Hiq99DIbdJz/
 4BTsmBCuMQODb0jb9PyQ0dP7v+as5bfnCSJ9NzUkiQ2ic8cA5D9KzwaxYpb0d4PK
 zdnU8ZYMsySHaH9AY8uL
 =A8on
 -----END PGP SIGNATURE-----

Merge tag 'v1.0.6' of https://github.com/zcash/zcash into v1.0.6-dev

Zcash v1.0.6 release

Conflicts:
	README.md
	configure.ac
	contrib/debian/changelog
	contrib/debian/control
	contrib/debian/manpages/zcash-cli.1
	contrib/debian/manpages/zcashd.1
	contrib/gitian-descriptors/gitian-linux.yml
	depends/packages/libsnark.mk
	doc/authors.md
	doc/payment-api.md
	qa/rpc-tests/wallet_protectcoinbase.py
	src/Makefile.gtest.include
	src/Makefile.zcash.include
	src/asyncrpcoperation.h
	src/chainparams.cpp
	src/clientversion.h
	src/init.cpp
	src/json/json_spirit_value.h
	src/metrics.cpp
	src/rpcmining.cpp
	src/rpcserver.h
	src/test/rpc_wallet_tests.cpp
	src/util.cpp
	src/wallet/asyncrpcoperation_sendmany.cpp
	src/wallet/asyncrpcoperation_sendmany.h
	src/wallet/rpcwallet.cpp
	zcutil/build.sh
2017-02-17 23:48:38 -05:00
Simon 8da1ab7792 Fix debian manpage manually as part of release process 2017-02-10 14:12:10 -08:00
Simon 5b9eb25e67 Fix manpage as part of release process. 2017-02-10 12:54:09 -08:00
Simon 027ab14b29 Update debian changelog as part of release process 2017-02-10 10:29:10 -08:00
Simon 31a4f0d5c9 Debian man pages updated as part of release process 2017-02-10 10:20:21 -08:00
Simon 2ddec8f0e4 Bump version to 1.0.6 as part of release process 2017-02-10 09:55:49 -08:00
Jack Grigg 0821ddb0de
Remove JSON Spirit from contrib/debian/copyright 2017-02-10 00:53:11 +00:00
Jack Grigg 05e6ead8da
Add ZeroMQ license to contrib/debian/copyright 2017-02-08 22:11:53 +00:00
isle2983 5dfea488e4
[copyright] add MIT License copyright header to zmq_sub.py 2017-02-08 22:11:53 +00:00
Jonas Schnelli 3ba2e19e2b
[ZMQ] append a message sequence number to every ZMQ notification 2017-02-08 22:11:53 +00:00