make-release.py: Updated release notes and changelog for 1.1.2.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
zcash (1.1.2) stable; urgency=medium
|
||||||
|
|
||||||
|
* 1.1.2 release.
|
||||||
|
|
||||||
|
-- Zcash Company <team@z.cash> Sun, 01 Jul 2018 20:12:33 -0700
|
||||||
|
|
||||||
zcash (1.1.2~rc1) stable; urgency=medium
|
zcash (1.1.2~rc1) stable; urgency=medium
|
||||||
|
|
||||||
* 1.1.2-rc1 release.
|
* 1.1.2-rc1 release.
|
||||||
|
|||||||
@@ -1,34 +1,34 @@
|
|||||||
Zcash Contributors
|
Zcash Contributors
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Jack Grigg (703)
|
Jack Grigg (719)
|
||||||
Simon Liu (329)
|
Simon Liu (341)
|
||||||
Sean Bowe (242)
|
Sean Bowe (242)
|
||||||
Daira Hopwood (108)
|
Daira Hopwood (109)
|
||||||
Wladimir J. van der Laan (79)
|
Wladimir J. van der Laan (79)
|
||||||
|
Jay Graber (71)
|
||||||
Taylor Hornby (65)
|
Taylor Hornby (65)
|
||||||
Jay Graber (63)
|
|
||||||
Nathan Wilcox (56)
|
Nathan Wilcox (56)
|
||||||
Jonas Schnelli (53)
|
Jonas Schnelli (53)
|
||||||
Pieter Wuille (48)
|
Pieter Wuille (50)
|
||||||
Kevin Gallagher (38)
|
Kevin Gallagher (38)
|
||||||
Cory Fields (34)
|
Cory Fields (34)
|
||||||
syd (15)
|
syd (15)
|
||||||
Matt Corallo (13)
|
Matt Corallo (13)
|
||||||
|
Eirik Ogilvie-Wigley (12)
|
||||||
|
Paige Peterson (10)
|
||||||
MarcoFalke (10)
|
MarcoFalke (10)
|
||||||
nomnombtc (9)
|
nomnombtc (9)
|
||||||
Paige Peterson (9)
|
Jonathan "Duke" Leto (9)
|
||||||
fanquake (8)
|
fanquake (8)
|
||||||
Jonathan "Duke" Leto (8)
|
|
||||||
kozyilmaz (7)
|
kozyilmaz (7)
|
||||||
Jeff Garzik (7)
|
Jeff Garzik (7)
|
||||||
Eirik Ogilvie-Wigley (7)
|
|
||||||
Luke Dashjr (6)
|
Luke Dashjr (6)
|
||||||
|
Ariel Gabizon (6)
|
||||||
Pavel Janík (5)
|
Pavel Janík (5)
|
||||||
Karl-Johan Alm (5)
|
Karl-Johan Alm (5)
|
||||||
Johnathan Corgan (5)
|
Johnathan Corgan (5)
|
||||||
Gregory Maxwell (5)
|
Gregory Maxwell (5)
|
||||||
Ariel Gabizon (5)
|
|
||||||
Philip Kaufmann (4)
|
Philip Kaufmann (4)
|
||||||
Peter Todd (4)
|
Peter Todd (4)
|
||||||
Patrick Strateman (4)
|
Patrick Strateman (4)
|
||||||
@@ -57,6 +57,8 @@ Scott (2)
|
|||||||
Robert C. Seacord (2)
|
Robert C. Seacord (2)
|
||||||
Pavol Rusnak (2)
|
Pavol Rusnak (2)
|
||||||
Pavel Vasin (2)
|
Pavel Vasin (2)
|
||||||
|
Matthew King (2)
|
||||||
|
Larry Ruane (2)
|
||||||
Joe Turgeon (2)
|
Joe Turgeon (2)
|
||||||
Jack Gavigan (2)
|
Jack Gavigan (2)
|
||||||
ITH4Coinomia (2)
|
ITH4Coinomia (2)
|
||||||
@@ -100,7 +102,6 @@ Louis Nyffenegger (1)
|
|||||||
Leo Arias (1)
|
Leo Arias (1)
|
||||||
Lauda (1)
|
Lauda (1)
|
||||||
Lars-Magnus Skog (1)
|
Lars-Magnus Skog (1)
|
||||||
Larry Ruane (1)
|
|
||||||
Kevin Pan (1)
|
Kevin Pan (1)
|
||||||
Kaz Wesley (1)
|
Kaz Wesley (1)
|
||||||
Jonas Nick (1)
|
Jonas Nick (1)
|
||||||
|
|||||||
@@ -4,23 +4,3 @@ release-notes at release time)
|
|||||||
Notable changes
|
Notable changes
|
||||||
===============
|
===============
|
||||||
|
|
||||||
`-disabledeprecation` removal
|
|
||||||
-----------------------------
|
|
||||||
|
|
||||||
In release 1.0.9 we implemented automatic deprecation of `zcashd` software
|
|
||||||
versions made by the Zcash Company. The configuration option
|
|
||||||
`-disabledeprecation` was added as a way for users to specifically choose to
|
|
||||||
stay on a particular software version. However, it incorrectly implied that
|
|
||||||
deprecated releases would still be supported.
|
|
||||||
|
|
||||||
This release removes the `-disabledeprecation` option, so that `zcashd` software
|
|
||||||
versions made by the Zcash Company will always shut down in accordance with the
|
|
||||||
defined deprecation policy (currently 16 weeks after release). Users who wish to
|
|
||||||
use a different policy must now specifically choose to either:
|
|
||||||
|
|
||||||
- edit and compile the source code themselves, or
|
|
||||||
- obtain a software version from someone else who has done so (and obtain
|
|
||||||
support from them).
|
|
||||||
|
|
||||||
Either way, it is much clearer that the software they are running is not
|
|
||||||
supported by the Zcash Company.
|
|
||||||
|
|||||||
99
doc/release-notes/release-notes-1.1.2.md
Normal file
99
doc/release-notes/release-notes-1.1.2.md
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
Notable changes
|
||||||
|
===============
|
||||||
|
|
||||||
|
`-disabledeprecation` removal
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
In release 1.0.9 we implemented automatic deprecation of `zcashd` software
|
||||||
|
versions made by the Zcash Company. The configuration option
|
||||||
|
`-disabledeprecation` was added as a way for users to specifically choose to
|
||||||
|
stay on a particular software version. However, it incorrectly implied that
|
||||||
|
deprecated releases would still be supported.
|
||||||
|
|
||||||
|
This release removes the `-disabledeprecation` option, so that `zcashd` software
|
||||||
|
versions made by the Zcash Company will always shut down in accordance with the
|
||||||
|
defined deprecation policy (currently 16 weeks after release). Users who wish to
|
||||||
|
use a different policy must now specifically choose to either:
|
||||||
|
|
||||||
|
- edit and compile the source code themselves, or
|
||||||
|
- obtain a software version from someone else who has done so (and obtain
|
||||||
|
support from them).
|
||||||
|
|
||||||
|
Either way, it is much clearer that the software they are running is not
|
||||||
|
supported by the Zcash Company.
|
||||||
|
|
||||||
|
Changelog
|
||||||
|
=========
|
||||||
|
|
||||||
|
Ariel Gabizon (1):
|
||||||
|
Improve/Fix variable names
|
||||||
|
|
||||||
|
Daira Hopwood (1):
|
||||||
|
Update code_of_conduct.md
|
||||||
|
|
||||||
|
Eirik Ogilvie-Wigley (5):
|
||||||
|
Add tests for sapling anchors
|
||||||
|
Add hashFinalSaplingRoot to getblocktemplate
|
||||||
|
Fix parsing parameters in getnetworksolps
|
||||||
|
Add BOOST_TEST_CONTEXT to distinguish sprout v. sapling
|
||||||
|
Rename typename
|
||||||
|
|
||||||
|
Jack Grigg (16):
|
||||||
|
Replace boost::array with std::array
|
||||||
|
Add MacOS support to no-dot-so test
|
||||||
|
Whitespace cleanup
|
||||||
|
chainparams: Add Sapling Bech32 HRPs
|
||||||
|
ConvertBits() - convert from one power-of-2 number base to another.
|
||||||
|
Fix bech32::Encode() error handling
|
||||||
|
Implement encoding and decoding of Sapling keys and addresses
|
||||||
|
Add Mach-O 64-bit detection to security-check.py
|
||||||
|
Fix cached_witnesses_empty_chain test failure on MacOS
|
||||||
|
Skip ELF-only sec-hard checks on non-ELF binaries
|
||||||
|
Remove config option -disabledeprecation
|
||||||
|
Add release notes for -disabledeprecation removal
|
||||||
|
Add comment about size calculations for converted serialized keys
|
||||||
|
Add examples of ConvertBits transformation
|
||||||
|
Use CChainParams::Bech32HRP() in zs_address_test
|
||||||
|
Add hashFinalSaplingRoot to getblockheader and getblock output
|
||||||
|
|
||||||
|
Jay Graber (8):
|
||||||
|
Add Sapling key classes to wallet, with new librustzcash APIs
|
||||||
|
Change librustzcash dependency hash to work for new Sapling classes
|
||||||
|
Update librustzcash dependency, address comments
|
||||||
|
Minimal sapling key test
|
||||||
|
Fix default_address()
|
||||||
|
s/SaplingInViewingKey/SaplingIncomingViewingKey
|
||||||
|
Make diversifier functions return option
|
||||||
|
Add json test vectors for Sapling key components.
|
||||||
|
|
||||||
|
Jonathan "Duke" Leto (1):
|
||||||
|
Clarify help that signmessage only works on taddrs
|
||||||
|
|
||||||
|
Larry Ruane (1):
|
||||||
|
(rpc-test) accurately account for fee without rounding error
|
||||||
|
|
||||||
|
Matthew King (2):
|
||||||
|
Use portable #! in python scripts (/usr/bin/env)
|
||||||
|
Favour python over python2 as per PR #7723
|
||||||
|
|
||||||
|
Paige Peterson (1):
|
||||||
|
include note about volunteers in CoC
|
||||||
|
|
||||||
|
Pieter Wuille (2):
|
||||||
|
Generalize ConvertBits
|
||||||
|
Simplify Base32 and Base64 conversions
|
||||||
|
|
||||||
|
Simon Liu (12):
|
||||||
|
Part of #3277. Add comment about deprecated txdb prefixes.
|
||||||
|
Remove now redundant Rust call to librustzcash_xor.
|
||||||
|
Add SaplingNote class and test_sapling_note unit test.
|
||||||
|
Refactor and replace factory method random() with constructor.
|
||||||
|
Return optional for Sapling commitments and nullifiers.
|
||||||
|
Closes #3328. Send alert to put non-Overwinter nodes into safe mode.
|
||||||
|
Fix pyflakes error in test zkey_import_export.
|
||||||
|
make-release.py: Versioning changes for 1.1.2-rc1.
|
||||||
|
make-release.py: Updated manpages for 1.1.2-rc1.
|
||||||
|
make-release.py: Updated release notes and changelog for 1.1.2-rc1.
|
||||||
|
make-release.py: Versioning changes for 1.1.2.
|
||||||
|
make-release.py: Updated manpages for 1.1.2.
|
||||||
|
|
||||||
Reference in New Issue
Block a user