aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-04-07 13:58:42 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-04-07 14:00:30 +0200
commitcada7c2418ef159ee932957314588956ec4d7eb1 (patch)
tree28bf6069aaaeb9c11459b3df28c231fb30b966c0
parent4c3a00d35ca31b66cba416092558e4a55e1da9d8 (diff)
downloadbitcoin-cada7c2418ef159ee932957314588956ec4d7eb1.tar.xz
Fill in rest of release notesv0.12.1rc1
-rw-r--r--doc/release-notes.md36
1 files changed, 28 insertions, 8 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 070be08d01..eba6c965e5 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -2,7 +2,8 @@ Bitcoin Core version 0.12.1 is now available from:
<https://bitcoin.org/bin/bitcoin-core-0.12.1/>
-This is a new major version release, bringing new features and other improvements.
+This is a new minor version release, including the BIP9, BIP68 and BIP112
+softfork, various bugfixes and updated translations.
Please report bugs using the issue tracker at github:
@@ -146,31 +147,50 @@ 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.
-### RPC and REST
-
-### Configuration and command-line options
+### RPC and other APIs
+- #7739 `7ffc2bd` Add abandoned status to listtransactions (jonasschnelli)
### Block and transaction handling
+- #7543 `834aaef` Backport BIP9, BIP68 and BIP112 with softfork (btcdrak)
### P2P protocol and network code
+- #7804 `90f1d24` Track block download times per individual block (sipa)
+- #7832 `4c3a00d` Reduce block timeout to 10 minutes (laanwj)
### Validation
+- #7821 `4226aac` init: allow shutdown during 'Activating best chain...' (laanwj)
### Build system
+- #7487 `00d57b4` Workaround Travis-side CI issues (luke-jr)
+- #7606 `a10da9a` No need to set -L and --location for curl (MarcoFalke)
+- #7614 `ca8f160` Add curl to packages (now needed for depends) (luke-jr)
+- #7776 `a784675` Remove unnecessary executables from gitian release (laanwj)
### Wallet
-
-### GUI
-
-### Tests and QA
+- #7715 `19866c1` Fix calculation of balances and available coins. (morcos)
### Miscellaneous
+- #7617 `f04f4fd` Fix markdown syntax and line terminate LogPrint (MarcoFalke)
+- #7747 `4d035bc` added depends cross compile info (accraze)
+- #7741 `a0cea89` Mark p2p alert system as deprecated (btcdrak)
+- #7780 `c5f94f6` Disable bad-chain alert (btcdrak)
Credits
=======
Thanks to everyone who directly contributed to this release:
+- accraze
+- Alex Morcos
+- BtcDrak
+- Jonas Schnelli
+- Luke Dashjr
+- MarcoFalke
+- Mark Friedenbach
+- NicolasDorier
+- Pieter Wuille
+- Suhas Daftuar
+- Wladimir J. van der Laan
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).