aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-04-05 11:52:16 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-04-05 11:52:16 +0200
commit920acbcca8240cb11a74055a81d5129c8a4c85af (patch)
tree05e2007cd0264dcb4e5aa2e96e4e819645ba0a17
parent47d24c85b71b854939522238f8e44c891d8674af (diff)
downloadbitcoin-920acbcca8240cb11a74055a81d5129c8a4c85af.tar.xz
doc: Update release notes for 0.14.1
-rw-r--r--doc/release-notes.md56
1 files changed, 45 insertions, 11 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 41fb500f16..6b6b667288 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,9 +1,6 @@
-(note: this is a temporary file, to be added-to by anybody, and moved to
-release-notes at release time)
+Bitcoin Core version 0.14.1 is now available from:
-Bitcoin Core version 0.14.x is now available from:
-
- <https://bitcoin.org/bin/bitcoin-core-0.14.x/>
+ <https://bitcoin.org/bin/bitcoin-core-0.14.1/>
This is a new minor version release, including various bugfixes and
performance improvements, as well as updated translations.
@@ -33,9 +30,6 @@ frequently tested on them.
Notable changes
===============
-Example item
------------------------------------------------
-
RPC changes
-----------
@@ -43,7 +37,7 @@ The first positional argument of `createrawtransaction` was renamed.
This interface change breaks compatibility with 0.14.0, when the named
arguments functionality, introduced in 0.14.0, is used.
-0.14.x Change log
+0.14.1 Change log
=================
Detailed release notes follow. This overview includes changes that affect
@@ -51,14 +45,54 @@ behavior, not code moves, refactors and string updates. For convenience in locat
the code changes and accompanying discussion, both the pull request and
git merge commit are mentioned.
-[to be filled in at release]
+### RPC and other APIs
+- #10084 `142fbb2` Rename first named arg of createrawtransaction (MarcoFalke)
+- #10139 `f15268d` Remove auth cookie on shutdown (practicalswift)
+- #10146 `2fea10a` Better error handling for submitblock (gmaxwell)
+- #10144 `d947afc` Prioritisetransaction wasn't always updating ancestor fee (sdaftuar)
+
+### Block and transaction handling
+- #10126 `0b5e162` Compensate for memory peak at flush time (sipa)
+- #9912 `fc3d7db` Optimize GetWitnessHash() for non-segwit transactions (sdaftuar)
+- #10133 `ab864d3` Clean up calculations of pcoinsTip memory usage (morcos)
+
+### P2P protocol and network code
+- #9953/#10013 `d2548a4` Fix shutdown hang with >= 8 -addnodes set (TheBlueMatt)
+
+### Build system
+- #9973 `e9611d1` depends: fix zlib build on osx (theuni)
+
+### GUI
+- #10060 `ddc2dd1` Ensure an item exists on the rpcconsole stack before adding (achow101)
+
+### Mining
+- #9955/#10006 `569596c` Don't require segwit in getblocktemplate for segwit signalling or mining (sdaftuar)
+- #9959/#10127 `b5c3440` Prevent slowdown in CreateNewBlock on large mempools (sdaftuar)
+
+### Miscellaneous
+- #10094 `37bf0d5` 0.14: Clear release notes (MarcoFalke)
+- #10037 `4d8e660` Trivial: Fix typo in help getrawtransaction RPC (keystrike)
+- #10120 `e4c9a90` util: Work around (virtual) memory exhaustion on 32-bit w/ glibc (laanwj)
+- #10130 `ecc5232` bitcoin-tx input verification (awemany, jnewbery)
Credits
=======
Thanks to everyone who directly contributed to this release:
-[to be filled in at release]
+- Alex Morcos
+- Andrew Chow
+- Awemany
+- Cory Fields
+- Gregory Maxwell
+- James Evans
+- John Newbery
+- MarcoFalke
+- Matt Corallo
+- Pieter Wuille
+- practicalswift
+- Suhas Daftuar
+- Wladimir J. van der Laan
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).