aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-06-25 10:27:24 -0400
committerGavin Andresen <gavinandresen@gmail.com>2013-06-25 10:27:24 -0400
commit40809aed657502e9de158e2cfe2c659a316f2f90 (patch)
treef9a9c50a415c6ce26915ce1fa36686b9360a95cc /doc
parent65c20dbf558d9a8e9856017568016c92473dada4 (diff)
downloadbitcoin-40809aed657502e9de158e2cfe2c659a316f2f90.tar.xz
Bump version numbers for 0.8.3 releasev0.8.3
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md4
-rw-r--r--doc/README_windows.txt2
-rw-r--r--doc/release-notes.md11
3 files changed, 14 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md
index cdd31057ad..db5970f2db 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,4 +1,4 @@
-Bitcoin 0.8.2 BETA
+Bitcoin 0.8.3 BETA
====================
Copyright (c) 2009-2013 Bitcoin Developers
@@ -43,4 +43,4 @@ Other Pages
- [Release Notes](release-notes.md)
- [Multiwallet Qt Development](multiwallet-qt.md)
- [Unit Tests](unit-tests.md)
-- [Translation Process](translation_process.md) \ No newline at end of file
+- [Translation Process](translation_process.md)
diff --git a/doc/README_windows.txt b/doc/README_windows.txt
index b26fab3be8..c968b3899f 100644
--- a/doc/README_windows.txt
+++ b/doc/README_windows.txt
@@ -1,4 +1,4 @@
-Bitcoin 0.8.2 BETA
+Bitcoin 0.8.3 BETA
Copyright (c) 2009-2013 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 0e0b04bcaa..b458c7c221 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,6 +1,17 @@
(note: this is a temporary file, to be added-to by anybody, and deleted at
release time)
+0.8.3 changes
+=============
+
+Fix a memory exhaustion attack that could crash low-memory nodes.
+
+Fix a regression that caused excessive writing of the peers.dat file.
+
+
+0.8.2 changes
+=============
+
Fee Policy changes
------------------