doc: update release notes

This commit is contained in:
Wladimir J. van der Laan 2015-06-03 17:01:12 +02:00
parent 2edec4fe68
commit 32b011781d
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 9 additions and 4 deletions

View File

@ -114,7 +114,8 @@ Big endian support
-------------------- --------------------
Experimental support for big-endian CPU architectures was added in this Experimental support for big-endian CPU architectures was added in this
release. This has been tested on at least MIPS and PPC hosts. The build release. All little-endian specific code was replaced with endian-neutral
constructs. This has been tested on at least MIPS and PPC hosts. The build
system will automatically detect the endianness of the target. system will automatically detect the endianness of the target.
Memory usage optimization Memory usage optimization
@ -164,7 +165,7 @@ network. This improves connection reliability as well as privacy, especially
for the initial connections. for the initial connections.
**Important note:** If a non-Tor SOCKS5 proxy is configured that supports **Important note:** If a non-Tor SOCKS5 proxy is configured that supports
authentication, but doesn't require it, this change may cause it to reject authentication, but doesn't require it, this change may cause that proxy to reject
connections. A user and password is sent where they weren't before. This setup connections. A user and password is sent where they weren't before. This setup
is exceedingly rare, but in this case `-proxyrandomize=0` can be passed to is exceedingly rare, but in this case `-proxyrandomize=0` can be passed to
disable the behavior. disable the behavior.
@ -195,6 +196,7 @@ git merge commit are mentioned.
- #5937 `40f5e8d` show script verification errors in signrawtransaction result - #5937 `40f5e8d` show script verification errors in signrawtransaction result
- #5420 `1fd2d39` getutxos REST command (based on Bip64) - #5420 `1fd2d39` getutxos REST command (based on Bip64)
- #6193 `42746b0` [REST] remove json input for getutxos, limit to query max. 15 outpoints - #6193 `42746b0` [REST] remove json input for getutxos, limit to query max. 15 outpoints
- #6226 `5901596` json: fail read_string if string contains trailing garbage
### Configuration and command-line options ### Configuration and command-line options
- #5636 `a353ad4` Add option `-allowselfsignedrootcertificate` to allow self signed root certs (for testing payment requests) - #5636 `a353ad4` Add option `-allowselfsignedrootcertificate` to allow self signed root certs (for testing payment requests)
@ -223,6 +225,7 @@ git merge commit are mentioned.
- #6102 `6fb90d8` Implement accurate UTXO cache size accounting - #6102 `6fb90d8` Implement accurate UTXO cache size accounting
- #6129 `2a82298` Bug fix for clearing fCheckForPruning - #6129 `2a82298` Bug fix for clearing fCheckForPruning
- #5947 `e9af4e6` Alert if it is very likely we are getting a bad chain - #5947 `e9af4e6` Alert if it is very likely we are getting a bad chain
- #6203 `c00ae64` Remove P2SH coinbase flag, no longer interesting
### P2P protocol and network code ### P2P protocol and network code
- #5507 `844ace9` Prevent DOS attacks on in-flight data structures - #5507 `844ace9` Prevent DOS attacks on in-flight data structures
@ -236,6 +239,8 @@ git merge commit are mentioned.
- #6059 `f026ab6` chainparams: use SeedSpec6's rather than CAddress's for fixed seeds - #6059 `f026ab6` chainparams: use SeedSpec6's rather than CAddress's for fixed seeds
- #6080 `31c0bf1` Add jonasschnellis dns seeder - #6080 `31c0bf1` Add jonasschnellis dns seeder
- #5976 `9f7809f` Reduce download timeouts as blocks arrive - #5976 `9f7809f` Reduce download timeouts as blocks arrive
- #6172 `b4bbad1` Ignore getheaders requests when not synced
- #5875 `304892f` Be stricter in processing unrequested blocks
### Validation ### Validation
- #5143 `48e1765` Implement BIP62 rule 6 - #5143 `48e1765` Implement BIP62 rule 6
@ -265,6 +270,7 @@ git merge commit are mentioned.
- #6076 `6c97fd1` wallet: fix boost::get usage with boost 1.58 - #6076 `6c97fd1` wallet: fix boost::get usage with boost 1.58
- #5511 `23c998d` Sort pending wallet transactions before reaccepting - #5511 `23c998d` Sort pending wallet transactions before reaccepting
- #6126 `26e08a1` Change default nTxConfirmTarget to 2 - #6126 `26e08a1` Change default nTxConfirmTarget to 2
- #6183 `75a4d51` Fix off-by-one error w/ nLockTime in the wallet
### GUI ### GUI
- #5219 `f3af0c8` New icons - #5219 `f3af0c8` New icons
@ -346,8 +352,7 @@ git merge commit are mentioned.
- #6159 `e1412d3` Catch errors on datadir lock and pidfile delete - #6159 `e1412d3` Catch errors on datadir lock and pidfile delete
- #6186 `182686c` Fix two problems in CSubnet parsing - #6186 `182686c` Fix two problems in CSubnet parsing
- #6174 `df992b9` doc: add translation strings policy - #6174 `df992b9` doc: add translation strings policy
- #6210 `dfdb6dd` build: disable optional use of gmp in internal secp256k1 build
[up to date until #5976]
Credits Credits
======= =======