0.9.6.1 Bugfixes for 0.9.6 tree

@FeatherCoin FeatherCoin released this Jul 12, 2017

This is a bugfix release.

Issues Fixed:

- When a 0.11.x node connects, the connection will be with 'invalid pchMessageStart in 0.9.6 and earlier versions. (Github Issue #171) This has been fixed by implementing pchMessageStartNew constant to allow future 0.11.x nodes to connect.

- The configuration parameter 'enfoce checkpoint was not handled correctly in 0.9.6, when set. (Github issues #169,#170)

- A formating error on the Multisig GUI page was fixed (Github issue #160)

- Log messages get id numbers (Github issue #157)

- Test section was updated ( Github issues #120 - #127)

Downloads

This is a new major version release, bringing both new features and bug fixes.

Please report bugs using the issue tracker at github:
https://github.com/Feathercoin/Feathercoin/issues

Binaries / installation packages:

Fixes:

  • Automated build tests fixed - Feathercoin v0.9.6 now includes automated unit tests from Bitcoin v0.9
  • Fixed Miniupnpc > 1.6 - There was a bug in the code that didn’t agree with versions of miniupnpc greater than version 1.6
  • Fixed “Ambiguous Overload” build error from chainparams.cpp when building with C++11 support
  • Fixed buffer overflow bug in Coins.cpp
  • Refreshed MacOS DMG background -updated icon size and position
  • Fixed a build issue with MacOS build and the Multi-Sig QT page
  • Fixed a C++11 build error “C++11 requires a space between literal and identifier” on main.cpp, wallet.cpp, walletmodel.cpp

Enhancements:

  • Feathercoin-cli manpage added
    • updated feathercoind, feathercoin-qt, feathercoin.conf manpages

Downloads

This release implements BIP66 compability needed to interoperate with version 0.9.5 and later

Downloads

BIP66 support for 0.8.7 based client versions

@wellenreiter01 wellenreiter01 released this Mar 7, 2016 · 12 commits to master-0.8 since this release

This release implements BIP66 compability needed to interoperate with version 0.9.5 and later

Downloads