changeset 3488:f9ce9cf92eb5 draft

Merge pull request #1799 from Diapolo/release-notes small update to release-notes.txt
author Wladimir J. van der Laan <laanwj@gmail.com>
date Fri, 07 Sep 2012 07:44:08 -0700
parents d6ffc1dcc59f (current diff) 9698eb3b865b (diff)
children 17c3156ebb8c
files
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/release-notes.txt
+++ b/doc/release-notes.txt
@@ -43,6 +43,7 @@
 * -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 @@
 * 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 @@
 -------------
 * 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