diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-30 12:31:17 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-30 12:33:03 +0100 |
commit | 69baec96473ca2dc28ac016093770a46650a4ac9 (patch) | |
tree | 0b716698fcd53c17a9e19639ab73310a7260cff7 /doc/release-notes/release-notes-0.8.3.md | |
parent | 2df5e3427c127f69a958be4201ce543aaaf8bcc3 (diff) |
doc: Add historical release notes
Add all known release notes for versions since 0.3.12,
thanks to Matt Corallo for collecting them on the wiki.
Diffstat (limited to 'doc/release-notes/release-notes-0.8.3.md')
-rw-r--r-- | doc/release-notes/release-notes-0.8.3.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.8.3.md b/doc/release-notes/release-notes-0.8.3.md new file mode 100644 index 0000000000..856c20aa33 --- /dev/null +++ b/doc/release-notes/release-notes-0.8.3.md @@ -0,0 +1,18 @@ +Bitcoin-Qt version 0.8.3 is now available from: + http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.3/ + +This is a maintenance release to fix a denial-of-service attack that +can cause nodes to crash. + +Please report bugs using the issue tracker at github: + https://github.com/bitcoin/bitcoin/issues + +0.8.3 Release notes + +Truncate over-size messages to prevent a memory exhaustion attack. + +Fix a regression that causes excessive re-writing of the 'peers.dat' file. + + +Thanks to Peter Todd for responsibly disclosing the vulnerability +( CVE-2013-4627 ) and creating a fix. |