aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-02-23 13:30:22 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-02-23 13:32:40 +0100
commita08c41dfc23234064da322159652b44684df9375 (patch)
tree097db8f17a41180d8e9681897a02651566ef5fb7 /doc
parentb6e00af8193f46fa02af13c2e9852a6bd7461d00 (diff)
downloadbitcoin-a08c41dfc23234064da322159652b44684df9375.tar.xz
doc: include post-mortem fixes to 0.12.0 release notes
Parallels https://github.com/bitcoin-dot-org/bitcoin.org/commit/5d490f9d969c58dda90f35c90a393d771337fca9
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/release-notes-0.12.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes/release-notes-0.12.0.md b/doc/release-notes/release-notes-0.12.0.md
index 332d4cebe1..b586d754f0 100644
--- a/doc/release-notes/release-notes-0.12.0.md
+++ b/doc/release-notes/release-notes-0.12.0.md
@@ -61,7 +61,7 @@ Signature validation using libsecp256k1
---------------------------------------
ECDSA signatures inside Bitcoin transactions now use validation using
-[https://github.com/bitcoin/secp256k1](libsecp256k1) instead of OpenSSL.
+[libsecp256k1](https://github.com/bitcoin/secp256k1) instead of OpenSSL.
Depending on the platform, this means a significant speedup for raw signature
validation speed. The advantage is largest on x86_64, where validation is over
@@ -521,7 +521,7 @@ git merge commit are mentioned.
### Configuration and command-line options
- #6164 `8d05ec7` Allow user to use -debug=1 to enable all debugging (lpescher)
-- #5288 `4452205` Added -whiteconnections=<n> option (Josh Lehan)
+- #5288 `4452205` Added `-whiteconnections=<n>` option (Josh Lehan)
- #6284 `10ac38e` Fix argument parsing oddity with -noX (Wladimir J. van der Laan)
- #6489 `c9c017a` Give a better error message if system clock is bad (Casey Rodarmor)
- #6462 `c384800` implement uacomment config parameter which can add comments to user agent as per BIP-0014 (Pavol Rusnak)