SHA256
1
0
forked from pool/bitcoin
2015-02-18 10:39:08 +00:00
committed by Git OBS Bridge
parent ea6e5f8b43
commit b59380faff
4 changed files with 96 additions and 23 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Feb 16 13:54:56 UTC 2015 - mpluskal@suse.com
- Update to 0.10.0:
* Faster synchronization
* new REST interface
* RPC Server “Warm-Up” Mode
* Improved signing security
* Watch-only wallet support
* Consensus library
* Standard script rules relaxed for P2SH addresses
* New tool bitcoin-tx
* Mining and relay policy enhancements
* BIP 66: strict DER encoding for signatures
* for more details see https://bitcoin.org/en/release/v0.10.0
- New package libbitcoinconsensus
- Rename package bitcoin-cli to bitcoin-tools
- Exclude ppc and ppc64 from being built - bitcoin does not support
big endian.
-------------------------------------------------------------------
Sat Jan 31 22:54:32 UTC 2015 - mpluskal@suse.com
- Enable qr support
- Run tests after build
-------------------------------------------------------------------
Tue Oct 28 14:16:43 UTC 2014 - mpluskal@suse.com