Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Luke-Jr on March 21, 2012, 06:06:24 AM



Title: bitcoind version 0.4.4 released
Post by: Luke-Jr on March 21, 2012, 06:06:24 AM
Bitcoin version 0.4.4 is now available for download at:
  http://luke.dashjr.org/programs/bitcoin/files/bitcoind-0.4.4/

This is a bugfix-only release based on 0.4.0.

Please note that the wxBitcoin GUI client is no longer maintained nor supported. If someone would like to step up to maintain this, they should contact Luke-Jr.

Please report bugs for the daemon only using the issue tracker at github:
  https://github.com/bitcoin/bitcoin/issues

Stable source code is hosted at Gitorious:
  http://gitorious.org/bitcoin/bitcoind-stable/archive-tarball/v0.4.4#.tar.gz

BUG FIXES

  • Limit the number of orphan transactions stored in memory, to prevent a potential denial-of-service attack by flooding orphan transactions. Also never store invalid transactions at all.
  • Fix possible buffer overflow on systems with very long application data paths. This is not exploitable.
  • Resolved multiple bugs preventing long-term unlocking of encrypted wallets (issue #922).
  • Only send local IP in "version" messages if it is globally routable (ie, not private), and try to get such an IP from UPnP if applicable.
  • Reannounce UPnP port forwards every 20 minutes, to workaround routers expiring old entries, and allow the -upnp option to override any stored setting.
  • Various memory leaks and potential null pointer deferences have been
    fixed.
  • Several shutdown issues have been fixed.
  • Check that keys stored in the wallet are valid at startup, and if not,
    report corruption.
  • Various build fixes.
  • If no password is specified to bitcoind, recommend a secure password.
  • Update hard-coded fallback seed nodes, choosing recent ones with long uptime and versions at least 0.4.0.
  • Add checkpoint at block 168,000.



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

Pieter Wuille
Luke Dashjr
Gavin Andresen
Gregory Maxwell
Matt Corallo
Lars Rasmusson
Daniel Folkinshteyn


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: cypherdoc on March 21, 2012, 04:19:54 PM
confused.  whats the diff btwn this and the recent 0.5.3.1?


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: Luke-Jr on March 21, 2012, 04:23:59 PM
confused.  whats the diff btwn this and the recent 0.5.3.1?
0.4 is an older bitcoind series. 0.5 has more features, but is less tested.


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: Liberate on March 21, 2012, 04:41:39 PM
Nice I actually prefer this gen of clients.


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: Luke-Jr on March 21, 2012, 04:45:23 PM
confused.  whats the diff btwn this and the recent 0.5.3.1?
http://luke.dashjr.org/tmp/code/versions.png
The blue branches only get fixes. The red one gets new features, changes, etc as they're developed. The green one is the critical vulnerability fix for 0.5.3.1


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: Liberate on March 21, 2012, 05:43:46 PM
confused.  whats the diff btwn this and the recent 0.5.3.1?
http://luke.dashjr.org/tmp/code/versions.png
The blue branches only get fixes. The red one gets new features, changes, etc as they're developed. The green one is the critical vulnerability fix for 0.5.3.1
Best explanation of source control I have ever seen and I mean it.


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: cypherdoc on March 21, 2012, 08:17:58 PM
confused.  whats the diff btwn this and the recent 0.5.3.1?
http://luke.dashjr.org/tmp/code/versions.png
The blue branches only get fixes. The red one gets new features, changes, etc as they're developed. The green one is the critical vulnerability fix for 0.5.3.1

yes, thanks for that diagram.  i'll bet most of us have never seen it.


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: Luke-Jr on March 21, 2012, 08:24:51 PM
yes, thanks for that diagram.  i'll bet most of us have never seen it.
I bet not, considering I literally just drew it in KolourPaint (http://kolourpaint.sourceforge.net) real quick :p


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: cypherdoc on March 21, 2012, 08:28:20 PM
yes, thanks for that diagram.  i'll bet most of us have never seen it.
I bet not, considering I literally just drew it in KolourPaint (http://kolourpaint.sourceforge.net) real quick :p

thanks for that. 

Luke, as much controversy as we've had, i would like to say we all still appreciate your work.


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: Kluge on March 21, 2012, 08:53:19 PM
yes, thanks for that diagram.  i'll bet most of us have never seen it.
I bet not, considering I literally just drew it in KolourPaint (http://kolourpaint.sourceforge.net) real quick :p

thanks for that. 

Luke, as much controversy as we've had, i would like to say we all still appreciate your work.
+1


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: MysteryMiner on March 21, 2012, 09:58:03 PM
Can devs upload the binaries + source to sourceforge.net?


Title: Re: Bitcoin-Qt, bitcoind version 0.4.4 released
Post by: Luke-Jr on March 21, 2012, 10:06:13 PM
Can devs upload the binaries + source to sourceforge.net?
Not worth the trouble for this release. 0.4.5 (with BIP 16 support) will hopefully be ready within the next week or two (about to upload RCs).