aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-09-07 07:44:08 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-09-07 07:44:08 -0700
commit5cb01b5714c1d2f7b5e538c0069cc6ff8f008b8a (patch)
tree735b4bb05867cd2c8e904579c3e168a9296983c6
parentdb1967957d22067b01cb8ce1afb28477d9b56146 (diff)
parent2dc953274d80829b41374b2b962b9869e071ae3d (diff)
downloadbitcoin-5cb01b5714c1d2f7b5e538c0069cc6ff8f008b8a.tar.xz
Merge pull request #1799 from Diapolo/release-notes
small update to release-notes.txt
-rw-r--r--doc/release-notes.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/release-notes.txt b/doc/release-notes.txt
index 1fe385bd9e..c2fdc425fd 100644
--- a/doc/release-notes.txt
+++ b/doc/release-notes.txt
@@ -43,6 +43,7 @@ Core bitcoin handling and blockchain database
* -loadblock=FILE will import an external block file
* Additional DoS (denial-of-service) prevention measures
* New blockchain checkpoint at block 193,000
+* (Windows only): enable ASLR and DEP for bitcoind.exe
JSON-RPC API
@@ -101,7 +102,7 @@ Qt GUI
* Override progress bar design on platforms with segmented progress bars to assist with readability
* Added 'immature balance' display on the overview page
* (Windows only): enable ASLR and DEP for bitcoin-qt.exe
-* (Windows only): add meta-data to bitcoin-qt.exe (e.g. description)
+* (Windows only): add meta-data to bitcoin-qt.exe (e.g. description and version)
Internal codebase
-----------------
@@ -113,4 +114,4 @@ Miscellaneous
-------------
* Reopen debug.log upon SIGHUP
* Bash programmable completion for bitcoind(1)
-* On supported OS's, each thread is given a useful name
+* On supported OSes, each thread is given a useful name