]> Git Repo - VerusCoin.git/commitdiff
make-release.py: Updated release notes and changelog for 2.0.3-rc1.
authormdr0id <[email protected]>
Mon, 4 Feb 2019 20:05:43 +0000 (12:05 -0800)
committermdr0id <[email protected]>
Mon, 4 Feb 2019 20:05:43 +0000 (12:05 -0800)
contrib/debian/changelog
doc/authors.md
doc/release-notes/release-notes-2.0.3-rc1.md [new file with mode: 0644]

index f47ef946f2ba5078b6e251b0c168f21679fec94b..18fcfa98d0f461d5b3e2a61409b1287dc9fde9d4 100644 (file)
@@ -1,3 +1,9 @@
+zcash (2.0.3~rc1) stable; urgency=medium
+
+  * 2.0.3-rc1 release.
+
+ -- Zcash Company <[email protected]>  Mon, 04 Feb 2019 12:05:43 -0800
+
 zcash (2.0.2) stable; urgency=medium
 
   * 2.0.2 release.
index e49fbdc4d96553a8794e506099fda750c7cf417d..989b35b981d739225477b60ab203d6d3502abf8a 100644 (file)
@@ -22,11 +22,11 @@ Jonathan "Duke" Leto (12)
 Paige Peterson (10)
 MarcoFalke (10)
 nomnombtc (9)
+Ariel Gabizon (9)
 kozyilmaz (8)
 fanquake (8)
 Jeff Garzik (7)
 Gregory Maxwell (7)
-Ariel Gabizon (7)
 Luke Dashjr (6)
 David Mercer (6)
 Daniel Cousens (6)
@@ -42,13 +42,13 @@ Marius Kjærstad (4)
 João Barbosa (4)
 Jorge Timón (4)
 Duke Leto (4)
+Charlie O'Keefe (4)
 lpescher (3)
 Per Grön (3)
 Patick Strateman (3)
 Jason Davies (3)
 James O'Beirne (3)
 Daniel Kraft (3)
-Charlie O'Keefe (3)
 Ariel (3)
 Alfie John (3)
 str4d (2)
@@ -57,7 +57,6 @@ paveljanik (2)
 mruddy (2)
 kpcyrd (2)
 ca333 (2)
-arielgabizon (2)
 aniemerg (2)
 UdjinM6 (2)
 Scott (2)
@@ -129,7 +128,6 @@ Dimitris Apostolou (1)
 David Llop (1)
 Christian von Roques (1)
 Chirag Davé (1)
-Charlie OKeefe (1)
 Casey Rodarmor (1)
 Cameron Boehmer (1)
 Bryan Stitt (1)
diff --git a/doc/release-notes/release-notes-2.0.3-rc1.md b/doc/release-notes/release-notes-2.0.3-rc1.md
new file mode 100644 (file)
index 0000000..4291bf7
--- /dev/null
@@ -0,0 +1,57 @@
+Changelog
+=========
+
+Alex Morcos (3):
+      ModifyNewCoins saves database lookups
+      Make CCoinsViewTest behave like CCoinsViewDB
+      Add unit test for UpdateCoins
+
+Charlie O'Keefe (1):
+      initialize pCurrentParams in TransactionBuilder tests
+
+Dimitris Apostolou (1):
+      Update zmq to 4.3.1
+
+Eirik Ogilvie-Wigley (11):
+      Remove --disable-libs flag from help output
+      Update z_mergetoaddress documentation
+      flake8 cleanup
+      Move common code to helper
+      Make variables local
+      Check entire contents of mempool
+      fail test if pong is not received
+      Extract helper methods
+      Strategically sync to prevent intermittent failures
+      Return more information when building a transaction fails
+      throw an exception rather than returning false when building invalid transactions
+
+George Tankersley (2):
+      zmq: add flag to publish all checked blocks
+      zmq: remove extraneous space from zmq_sub.py
+
+Jack Grigg (5):
+      Remove the testing of duplicate coinbase transactions
+      wallet: Skip transactions with no shielded data in CWallet::SetBestChain()
+      Use nullptr instead of NULL in wallet tests
+      Add Sapling test cases
+      Set Sprout note data in WalletTest.WriteWitnessCache
+
+Larry Ruane (1):
+      wait for miner threads to exit (join them)
+
+Pieter Wuille (3):
+      Make sigcache faster and more efficient
+      Evict sigcache entries that are seen in a block
+      Don't wipe the sigcache in TestBlockValidity
+
+Sean Bowe (1):
+      Allow user to ask server to save the Sprout R1CS out during startup.
+
+ca333 (1):
+      update libsodium dl-path
+
+mdr0id (3):
+      Make pythonisms consistent
+      make-release.py: Versioning changes for 2.0.3-rc1.
+      make-release.py: Updated manpages for 2.0.3-rc1.
+
This page took 0.029598 seconds and 4 git commands to generate.