/ doc / release-notes / release-notes-0.8.3.md
release-notes-0.8.3.md
 1  Bitcoin-Qt version 0.8.3 is now available from:
 2    http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.3/
 3  
 4  This is a maintenance release to fix a denial-of-service attack that
 5  can cause nodes to crash.
 6  
 7  Please report bugs using the issue tracker at github:
 8    https://github.com/bitcoin/bitcoin/issues
 9  
10  0.8.3 Release notes
11  
12  Truncate over-size messages to prevent a memory exhaustion attack.
13  
14  Fix a regression that causes excessive re-writing of the 'peers.dat' file.
15  
16  
17  Thanks to Peter Todd for responsibly disclosing the vulnerability
18  ( CVE-2013-4627 ) and creating a fix.