Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Luke-Jr on April 07, 2012, 02:50:20 AM



Title: Please help test: Bitcoin 0.5.4rc3 and 0.4.5rc3
Post by: Luke-Jr on April 07, 2012, 02:50:20 AM
bitcoind and Bitcoin-Qt version 0.5.4 release candidate 3 is now available for download from SourceForge (http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.4/):
  • Windows: installer (http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.4/bitcoin-0.5.4rc3-win32-setup.exe/download) | zip (http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.4/bitcoin-0.5.4rc3-win32.zip/download) (sig (http://luke.dashjr.org/programs/bitcoin/files/bitcoind/0.5.4/test/rc3/SHA256SUMS.asc))
  • Linux: tar.gz (http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.4/bitcoin-0.5.4rc3-linux.tar.gz/download) (sig (http://luke.dashjr.org/programs/bitcoin/files/bitcoind/0.5.4/test/rc3/SHA256SUMS.asc))
  • Source: tar.gz (http://gitorious.org/bitcoin/bitcoind-stable/archive-tarball/v0.5.4rc3#.tar.gz)
bitcoind version 0.4.5 release candidate 3 is now available for download at:
  • Windows: installer (http://luke.dashjr.org/programs/bitcoin/files/bitcoind/0.4.5/test/rc3/bitcoin-0.4.5rc3-win32-setup.exe) | zip (http://luke.dashjr.org/programs/bitcoin/files/bitcoind/0.4.5/test/rc3/bitcoin-0.4.5rc3-win32.zip) (sig (http://luke.dashjr.org/programs/bitcoin/files/bitcoind/0.4.5/test/rc3/SHA256SUMS.asc))
  • Source: tar.gz (http://gitorious.org/bitcoin/bitcoind-stable/archive-tarball/v0.4.5rc3#.tar.gz)

These are bugfix-only releases, plus a few protocol updates.

Please report bugs by replying to this forum thread. Note that the 0.4.x wxBitcoin GUI client is no longer maintained nor supported. If someone would like to step up to maintain this, they should contact Luke-Jr.

PROTOCOL UPDATES

  • BIP 16: Special-case "pay to script hash" logic to enable minimal validation of new transactions.
  • Support for validating message signatures produced with compressed public keys. (0.5 only)

BUG FIXES

  • Build with thread-safe MingW libraries for Windows, fixing a dangerous memory corruption scenario when exceptions are thrown. (Windows 0.5 only)
  • Fix broken testnet mining.
  • Stop excess inventory relay during initial block download.
  • When disconnecting a node, clear the received buffer so that we do not process any already received messages.
  • Yet another attempt at implementing "minimize to tray" that works on all operating systems. (0.5 only)
  • Fix Bitcoin-Qt notifications under Growl 1.3. (0.5 only)
  • Increase required age of Bitcoin-Qt's "not up to date" status from 30 to 90 minutes. (0.5 only)
  • Implemented missing verifications that led to crash on entering some wrong passphrases for encrypted wallets.
  • Fix default filename suffixes in GNOME save dialog. (0.5 only)
  • Make the "Send coins" tab use the configured unit type, even on the first attempt. (0.5 only)
  • Print detailed wallet loading errors to debug.log when it is corrupt.
  • Allocate exactly the amount of space needed for signing transactions, instead of a fixed 10k buffer.
  • Workaround for improbable memory access violation.
  • Check wallet's minimum version before trying to load it.
  • Remove wxBitcoin properly when installing Bitcoin-Qt over it. (Windows 0.5 only)
  • Detail reorganization information better in debug log.
  • Use a messagebox to display the error when -server is provided without configuring a RPC password. (0.5 only)
  • Testing suite build now honours provided CXXFLAGS.
  • Removed an extraneous line-break in mature transaction tooltips.
  • Fix some grammatical errors in translation process documentation. (0.5 only)



Thanks to everybody who contributed code or helped test this release:

Luke Dashjr
Pieter Wuille
Wladimir J. van der Laan
Gavin Andresen
Matt Corallo
Philip Kaufmann
Alistair Buxton
Joel Kaartinen
Patrick Schneider
Vegard Nossum


Title: Re: Please help test: Bitcoin 0.5.4rc3 and 0.4.5rc3
Post by: Luke-Jr on April 10, 2012, 01:18:43 PM
0.5.4rc3 is now available from SourceForge (http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.4/), having been verified for integrity by 3 developers using gitian (myself, Pieter Wuille, and Matt Corallo)