Releases: Update to 0.11.0RC3

This commit is contained in:
David A. Harding 2015-07-01 13:20:54 -04:00
parent e5d54dd9bd
commit ee2deefdaf
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -176,6 +176,8 @@ transaction (re)broadcast:
One such application is selective Tor usage, where the node runs on the normal One such application is selective Tor usage, where the node runs on the normal
internet but transactions are broadcasted over Tor. internet but transactions are broadcasted over Tor.
For an example script see [bitcoin-submittx](https://github.com/laanwj/bitcoin-submittx).
Privacy: Stream isolation for Tor Privacy: Stream isolation for Tor
---------------------------------- ----------------------------------
@ -258,6 +260,7 @@ git merge commit are mentioned.
- #5985 `37b4e42` Fix removing of orphan transactions - #5985 `37b4e42` Fix removing of orphan transactions
- #6221 `6cb70ca` Prune: Support noncontiguous block files - #6221 `6cb70ca` Prune: Support noncontiguous block files
- #6256 `fce474c` Use best header chain timestamps to detect partitioning - #6256 `fce474c` Use best header chain timestamps to detect partitioning
- #6233 `a587606` Advance pindexLastCommonBlock for blocks in chainActive
### P2P protocol and network code ### P2P protocol and network code
@ -274,6 +277,7 @@ git merge commit are mentioned.
- #5976 `9f7809f` Reduce download timeouts as blocks arrive - #5976 `9f7809f` Reduce download timeouts as blocks arrive
- #6172 `b4bbad1` Ignore getheaders requests when not synced - #6172 `b4bbad1` Ignore getheaders requests when not synced
- #5875 `304892f` Be stricter in processing unrequested blocks - #5875 `304892f` Be stricter in processing unrequested blocks
- #6333 `41bbc85` Hardcoded seeds update June 2015
### Validation ### Validation
@ -298,6 +302,10 @@ git merge commit are mentioned.
- #6269 `95aca44` gitian: Use the new bitcoin-detached-sigs git repo for OSX signatures - #6269 `95aca44` gitian: Use the new bitcoin-detached-sigs git repo for OSX signatures
- #6285 `ef1d506` Fix scheduler build with some boost versions. - #6285 `ef1d506` Fix scheduler build with some boost versions.
- #6280 `25c2216` depends: fix Boost 1.55 build on GCC 5 - #6280 `25c2216` depends: fix Boost 1.55 build on GCC 5
- #6303 `b711599` gitian: add a gitian-win-signer descriptor
- #6246 `8ea6d37` Fix build on FreeBSD
- #6282 `daf956b` fix crash on shutdown when e.g. changing -txindex and abort action
- #6354 `bdf0d94` Gitian windows signing normalization
### Wallet ### Wallet
@ -399,6 +407,7 @@ git merge commit are mentioned.
- #6210 `dfdb6dd` build: disable optional use of gmp in internal secp256k1 build - #6210 `dfdb6dd` build: disable optional use of gmp in internal secp256k1 build
- #6264 `94cd705` Remove translation for -help-debug options - #6264 `94cd705` Remove translation for -help-debug options
- #6286 `3902c15` Remove berkeley-db4 workaround in MacOSX build docs - #6286 `3902c15` Remove berkeley-db4 workaround in MacOSX build docs
- #6319 `3f8fcc9` doc: update mailing list address
Credits Credits
======= =======