diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-12 10:36:57 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-12 10:36:57 +0100 |
commit | 41f94edf221019a6c4b8f78c2b17c389442f546e (patch) | |
tree | cb9e593176e2e5fe959370ef20334d0832358614 | |
parent | be8ac71d962e0b6132c5ad7ef0ed27211c071ec9 (diff) |
doc: Properly format git commits in changelogv0.9.4
-rw-r--r-- | doc/release-notes.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index fd877f3b62..7ee73246a9 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -53,28 +53,28 @@ deploy. ================ Validation: -- b8e81b7 consensus: guard against openssl's new strict DER checks -- 60c51f1 fail immediately on an empty signature -- 037bfef Improve robustness of DER recoding code +- `b8e81b7` consensus: guard against openssl's new strict DER checks +- `60c51f1` fail immediately on an empty signature +- `037bfef` Improve robustness of DER recoding code Command-line options: -- cd5164a Make -proxy set all network types, avoiding a connect leak. +- `cd5164a` Make -proxy set all network types, avoiding a connect leak. P2P: -- bb424e4 Limit the number of new addressses to accumulate +- `bb424e4` Limit the number of new addressses to accumulate RPC: -- 0a94661 Disable SSLv3 (in favor of TLS) for the RPC client and server. +- `0a94661` Disable SSLv3 (in favor of TLS) for the RPC client and server. Build system: -- f047dfa gitian: openssl-1.0.1i.tar.gz -> openssl-1.0.1k.tar.gz -- 5b9f78d build: Fix OSX build when using Homebrew and qt5 -- ffab1dd Keep symlinks when copying into .app bundle -- 613247f osx: fix signing to make Gatekeeper happy (again) +- `f047dfa` gitian: openssl-1.0.1i.tar.gz -> openssl-1.0.1k.tar.gz +- `5b9f78d` build: Fix OSX build when using Homebrew and qt5 +- `ffab1dd` Keep symlinks when copying into .app bundle +- `613247f` osx: fix signing to make Gatekeeper happy (again) Miscellaneous: -- 25b49b5 Refactor -alertnotify code -- 2743529 doc: Add instructions for consistent Mac OS X build names +- `25b49b5` Refactor -alertnotify code +- `2743529` doc: Add instructions for consistent Mac OS X build names Credits -------- |