Revert "Rm Bitcoin-specific documentation"
[VerusCoin.git] / doc / release-notes / release-notes-0.5.5.md
CommitLineData
69baec96
WL
1bitcoind and Bitcoin-Qt version 0.5.5 are now available for download at:
2Windows: installer | zip (sig)
3Source: tar.gz
4bitcoind and Bitcoin-Qt version 0.6.0.7 are also tagged in git, but it is recommended to upgrade to 0.6.1.
5
6These are bugfix-only releases.
7
8Please report bugs by replying to this forum thread. Note that the 0.4.x wxBitcoin GUI client is no longer maintained nor supported. If someone would like to step up to maintain this, they should contact Luke-Jr.
9
10BUG FIXES
11
12Version 0.6.0 allowed importing invalid "private keys", which would be unspendable; 0.6.0.7 will now verify the private key is valid, and refuse to import an invalid one
13Verify status of encrypt/decrypt calls to detect failed padding
14Check blocks for duplicate transactions earlier. Fixes #1167
15Upgrade Windows builds to OpenSSL 1.0.1b
16Set label when selecting an address that already has a label. Fixes #1080 (Bitcoin-Qt)
17JSON-RPC listtransactions's from/count handling is now fixed
18Optimize and fix multithreaded access, when checking whether we already know about transactions
19Fix potential networking deadlock
20Proper support for Growl 1.3 notifications
21Display an error, rather than crashing, if encoding a QR Code failed (0.6.0.7)
22Don't erroneously set "Display addresses" for users who haven't explicitly enabled it (Bitcoin-Qt)
23Some non-ASCII input in JSON-RPC expecting hexadecimal may have been misinterpreted rather than rejected
24Missing error condition checking added
25Do not show green tick unless all known blocks are downloaded. Fixes #921 (Bitcoin-Qt)
26Increase time ago of last block for "up to date" status from 30 to 90 minutes
27Show a message box when runaway exception happens (Bitcoin-Qt)
28Use a messagebox to display the error when -server is provided without providing a rpc password
29Show error message instead of exception crash when unable to bind RPC port (Bitcoin-Qt)
30Correct sign message bitcoin address tooltip. Fixes #1050 (Bitcoin-Qt)
31Removed "(no label)" from QR Code dialog titlebar if we have no label (0.6.0.7)
32Removed an ugly line break in tooltip for mature transactions (0.6.0.7)
33Add missing tooltip and key shortcut in settings dialog (part of #1088) (Bitcoin-Qt)
34Work around issue in boost::program_options that prevents from compiling in clang
35Fixed bugs occurring only on platforms with unsigned characters (such as ARM).
36Rename make_windows_icon.py to .sh as it is a shell script. Fixes #1099 (Bitcoin-Qt)
37Various trivial internal corrections to types used for counting/size loops and warnings
This page took 0.077601 seconds and 4 git commands to generate.