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.3.12.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.3.12.md')
-rw-r--r-- | doc/release-notes/release-notes-0.3.12.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.3.12.md b/doc/release-notes/release-notes-0.3.12.md new file mode 100644 index 0000000000..38715bc75f --- /dev/null +++ b/doc/release-notes/release-notes-0.3.12.md @@ -0,0 +1,13 @@ +Version 0.3.12 is now available. + +Features: +* json-rpc errors return a more standard error object. (thanks to Gavin Andresen) +* json-rpc command line returns exit codes. +* json-rpc "backupwallet" command. +* Recovers and continues if an exception is caused by a message you received. Other nodes shouldn't be able to cause an exception, and it hasn't happened before, but if a way is found to cause an exception, this would keep it from being used to stop network nodes. + +If you have json-rpc code that checks the contents of the error string, you need to change it to expect error objects of the form {"code":<number>,"message":<string>}, which is the standard. See this thread: +http://www.bitcoin.org/smf/index.php?topic=969.0 + +Download: +http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.12/ |