2015-11-02 12:55:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 31 09:43:55 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 0.11.1
|
|
|
|
|
2015-08-10 09:16:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 7 10:17:04 UTC 2015 - normand@linux.vnet.ibm.com
|
|
|
|
|
|
|
|
- new patch for ppc64le build and remove ExcludeArch ppc ppc64
|
|
|
|
bitcoin_missing_ppc64le_in_ax_boost_base.m4.patch
|
|
|
|
|
2015-07-20 11:22:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 12 22:40:07 UTC 2015 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- Update to 0.11.0
|
|
|
|
|
2015-06-02 10:12:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 1 16:41:59 UTC 2015 - mpluskal@suse.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 07:32:16 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 0.10.2
|
|
|
|
- Correct desktop file handling scriplets and their dependencies
|
|
|
|
|
2015-05-16 07:14:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 15 12:13:17 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 0.10.1
|
|
|
|
* no upstream changelog available
|
|
|
|
|
2015-02-18 11:39:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-11-15 11:41:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 28 14:16:43 UTC 2014 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Add _constraint due to memory consumption of build
|
|
|
|
- Decrease verbosity of bitcoind
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 23 07:54:03 UTC 2014 - mpluskal@suse.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=<n> and -maxorphanblocks=<n> 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
|
|
|
|
|
2015-02-27 11:10:25 +01:00
|
|
|
-------------------------------------------------------------------
|
2014-11-15 11:41:14 +01:00
|
|
|
Fri Jun 20 20:30:24 UTC 2014 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.9.2.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 12 17:31:30 UTC 2014 - malcolmlewis@opensuse.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 16:15:29 UTC 2014 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.9.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 9 15:36:33 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.8.6
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 14 10:06:37 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.8.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 1 10:06:17 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.8.4
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 25 23:17:54 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.8.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 30 23:37:13 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.8.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 18 18:21:03 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.8.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 20 01:02:58 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.8.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 14 19:00:14 UTC 2012 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.7.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 29 12:44:09 UTC 2012 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.7.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 11 14:53:01 UTC 2012 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.6.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 5 14:51:32 UTC 2012 - fisiu@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.6.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 2 18:27:01 UTC 2012 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.6.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 17 01:03:30 UTC 2012 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.5.3
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 19 14:25:30 UTC 2012 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.5.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 22 01:22:02 UTC 2011 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.5.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 24 09:55:05 UTC 2011 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- created package (version 0.5.0)
|
|
|
|
|