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.13.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.13.md')
-rw-r--r-- | doc/release-notes/release-notes-0.3.13.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-0.3.13.md b/doc/release-notes/release-notes-0.3.13.md new file mode 100644 index 0000000000..2b95ff233d --- /dev/null +++ b/doc/release-notes/release-notes-0.3.13.md @@ -0,0 +1,26 @@ +Version 0.3.13 is now available. You should upgrade to prevent potential problems with 0/unconfirmed transactions. Note: 0.3.13 prevents problems if you haven't already spent a 0/unconfirmed transaction, but if that already happened, you need 0.3.13.2. + +Changes: +* Don't count or spend payments until they have 1 confirmation. +* Internal version number from 312 to 31300. +* Only accept transactions sent by IP address if -allowreceivebyip is specified. +* Dropped DB_PRIVATE Berkeley DB flag. +* Fix problem sending the last cent with sub-cent fractional change. +* Auto-detect whether to use 128-bit 4-way SSE2 on Linux. +Gavin Andresen: +* Option -rpcallowip= to accept json-rpc connections from another machine. +* Clean shutdown on SIGTERM on Linux. + +Download: +http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.13/ + +(Thanks Laszlo for the Mac OSX build!) + +Note: +The SSE2 auto-detect in the Linux 64-bit version doesn't work with AMD in 64-bit mode. Please try this instead and let me know if it gets it right: +http://www.bitcoin.org/download/bitcoin-0.3.13.1-specialbuild-linux64.tar.gz + +You can still control the SSE2 use manually with -4way and -4way=0. + +Version 0.3.13.2 (SVN rev 161) has improvements for the case where you already had 0/unconfirmed transactions that you might have already spent. Here's a Windows build of it: +http://www.bitcoin.org/download/bitcoin-0.3.13.2-win32-setup.exe |