Changelog for
libbitcoinconsensus0-0.15.0.1-91.1.x86_64.rpm :
Mon Oct 9 14:00:00 2017 mpluskalAATTsuse.com
- Update to version 0.15.0.1:
* Some clients may have crashed at startup because a custom fee
setting was configured that no longer exists in the GUI
* Small translation updates
* update manpages, forgotten in 0.15.0
- Small specfile cleanup
Tue Sep 12 14:00:00 2017 mpluskalAATTsuse.com
- Update to version 0.15.0
* For a complete list of changes see provided release-notes
Mon Jun 19 14:00:00 2017 mpluskalAATTsuse.com
- Update to version 0.14.2
* For a complete list of changes see provided release-notes
Wed May 31 14:00:00 2017 mpluskalAATTsuse.com
- Update to version 0.14.1:
* For a complete list of changes see provided release-notes
- Update unit file
Tue Mar 14 13:00:00 2017 mpluskalAATTsuse.com
- Update to version 0.14.0:
* For a complete list of changes see provided release-notes
Wed Feb 1 13:00:00 2017 adam.majerAATTsuse.de
- use individual libboost-
*-devel packages instead of boost-devel
Wed Dec 14 13:00:00 2016 mpluskalAATTsuse.com
- Update to version 0.13.1:
* For a complete list of changes see provided release-notes
Sun Sep 18 14:00:00 2016 mpluskalAATTsuse.com
- Speedup build/reduce it\'s memory consumption by using gold linker
Wed Aug 24 14:00:00 2016 mpluskalAATTsuse.com
- Update to version 0.13.0:
* For a complete list of changes see provided release-notes
- Drop upstreamed patch:
* bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch
- Fail build on testsuite failure
Mon Jun 20 14:00:00 2016 normandAATTlinux.vnet.ibm.com
- put back still need patch for ppc64le
bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch
(subset of upstream commit id cf5c786)
Sat Jun 18 14:00:00 2016 mpluskalAATTsuse.com
- Update test dependencies
- Build with safer ldflags
Fri May 27 14:00:00 2016 mpluskalAATTsuse.com
- Remove unnecessary build dependencies
Sat Apr 30 14:00:00 2016 mpluskalAATTsuse.com
- Update to 0.12.1
* For a complete list of changes see provided release-notes
- Drop no longer needed patch
* bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch
- Small spec file polishing
Wed Apr 13 14:00:00 2016 mpluskalAATTsuse.com
- Use pretty name for tarball
- Update describtion in .firewall
Sun Feb 21 13:00:00 2016 mpluskalAATTsuse.com
- Update to 0.12.0
* For a complete list of changes see provided release-notes
- Small spec file cleanups
* remove old obsole/provides
* move icon handling scriplets to correct subpackage
Wed Dec 9 13:00:00 2015 mpluskalAATTsuse.com
- Update to 0.11.2
* no upstream changelog provided
Fri Nov 13 13:00:00 2015 jimmyAATTboombatower.com
- Small consistency cleanups.
Thu Nov 12 13:00:00 2015 jimmyAATTboombatower.com
- Refactor spec to allow for easy building of altcoins.
* drop bitcoin-fix-desktop-icon-name.patch
Sat Oct 31 13:00:00 2015 mpluskalAATTsuse.com
- Update to 0.11.1
Fri Aug 7 14:00:00 2015 normandAATTlinux.vnet.ibm.com
- new patch for ppc64le build and remove ExcludeArch ppc ppc64
bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch
Sun Jul 12 14:00:00 2015 prusnakAATTopensuse.org
- Update to 0.11.0
Mon Jun 1 14:00:00 2015 mpluskalAATTsuse.com
- Build as PIC so that building does not fail with recent qt5
- Move autoreconf to %prep
- Enable verbose build
- Use macro for systemd tmpfiles creation
Wed May 27 14:00:00 2015 mpluskalAATTsuse.com
- Update to 0.10.2
- Correct desktop file handling scriplets and their dependencies
Fri May 15 14:00:00 2015 mpluskalAATTsuse.com
- Update to 0.10.1
* no upstream changelog available
Mon Feb 16 13:00:00 2015 mpluskalAATTsuse.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 13:00:00 2015 mpluskalAATTsuse.com
- Enable qr support
- Run tests after build
Tue Oct 28 13:00:00 2014 mpluskalAATTsuse.com
- Add _constraint due to memory consumption of build
- Decrease verbosity of bitcoind
Thu Oct 23 14:00:00 2014 mpluskalAATTsuse.com
- Enable tests
- Split to multiple packages (bitcoind, bitcoin-qt, bitcoin-cli and bitcoin-test)
- Cleanup spec file
- Add unit file and sude .firewall for bitcoind
- Update to 0.9.3:
+ RPC:
* Avoid a segfault on getblock if it can?t read a block from disk
* Add paranoid return value checks in base58
* Protocol and network code:
* Don?t poll showmyip.com, it doesn?t exist anymore
* Add a way to limit deserialized string lengths and use it
* Add a new checkpoint at block 295,000
* Increase IsStandard() scriptSig length
* Avoid querying DNS seeds, if we have open connections
* Remove a useless millisleep in socket handler
* Stricter memory limits on CNode
* Better orphan transaction handling
* Add -maxorphantx=
and -maxorphanblocks= options for control over the maximum orphan transactions and blocks
+ Wallet:
* Check redeemScript size does not exceed 520 byte limit
* Ignore (and warn about) too-long redeemScripts while loading wallet
+ GUI:
* fix ?opens in testnet mode when presented with a BIP-72 link with no fallback?
* AvailableCoins: acquire cs_main mutex
* Fix unicode character display on MacOSX
+ Miscellaneous:
* key.cpp: fail with a friendlier message on missing ssl EC support
* Remove bignum dependency for scripts
* Upgrade OpenSSL to 1.0.1i (see https://www.openssl.org/news/secadv_20140806.txt - just to be sure, no critical issues for Bitcoin Core)
* Upgrade miniupnpc to 1.9.20140701
* Fix boost detection in build system on some platforms
Fri Jun 20 14:00:00 2014 prusnakAATTopensuse.org
- updated to 0.9.2.1
Wed Apr 23 14:00:00 2014 conradAATTquisquis.de
- Merged upstream changes
Sat Apr 12 14:00:00 2014 malcolmlewisAATTopensuse.org
- Updated to version 0.9.1:
+ Dependency-only update to build against fixed openssl security
vulnerability (CVE-2014-0160).
- Create new patch bitcoin-fix-desktop-icon-name.patch: Rename
icon in desktop file to remove size reference.
- Allow to build for QT5.
- Add man pages.
- General spec file clean up.
- Drop bitcoin-desktop.patch.
Fri Mar 21 13:00:00 2014 prusnakAATTopensuse.org
- updated to 0.9.0
Mon Dec 23 13:00:00 2013 conradAATTquisquis.de
- Update to 0.8.6
Mon Dec 9 13:00:00 2013 prusnakAATTopensuse.org
- updated to 0.8.6
Sun Oct 6 14:00:00 2013 conradAATTquisquis.de
- Update to 0.8.5
- Suppress linking static / unused libs
Sat Sep 14 14:00:00 2013 prusnakAATTopensuse.org
- updated to 0.8.5
Sun Sep 1 14:00:00 2013 prusnakAATTopensuse.org
- updated to 0.8.4
Thu Jul 4 14:00:00 2013 conradAATTquisquis.de
- Update to 0.8.3
Tue Jun 25 14:00:00 2013 prusnakAATTopensuse.org
- updated to 0.8.3
Fri May 31 14:00:00 2013 conradAATTquisquis.de
- Update to 0.8.2
Thu May 30 14:00:00 2013 prusnakAATTopensuse.org
- updated to 0.8.2
Mon May 13 14:00:00 2013 conradAATTquisquis.de
- Fixed source compression
Mon May 13 14:00:00 2013 conradAATTquisquis.de
- Update to 0.8.2rc1
- Use scm service instead of bundled archive
- Split gui + daemon into separate packages
- Build with UPNP support
Mon Mar 18 13:00:00 2013 prusnakAATTopensuse.org
- updated to 0.8.1
Wed Feb 20 13:00:00 2013 prusnakAATTopensuse.org
- updated to 0.8.0
Fri Dec 14 13:00:00 2012 prusnakAATTopensuse.org
- updated to 0.7.2
Mon Oct 29 13:00:00 2012 prusnakAATTopensuse.org
- updated to 0.7.1
Tue Sep 11 14:00:00 2012 prusnakAATTopensuse.org
- updated to 0.6.3
Sat May 5 14:00:00 2012 fisiuAATTopensuse.org
- updated to 0.6.1
Mon Apr 2 14:00:00 2012 prusnakAATTopensuse.org
- updated to 0.6.0
Sat Mar 17 13:00:00 2012 prusnakAATTopensuse.org
- updated to 0.5.3
Thu Jan 19 13:00:00 2012 prusnakAATTopensuse.org
- updated to 0.5.2
Thu Dec 22 13:00:00 2011 prusnakAATTopensuse.org
- updated to 0.5.1
Thu Nov 24 13:00:00 2011 prusnakAATTopensuse.org
- created package (version 0.5.0)