Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115694
D14764.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D14764.id.diff
View Options
diff --git a/electrum/RELEASE-NOTES.md b/electrum/RELEASE-NOTES.md
--- a/electrum/RELEASE-NOTES.md
+++ b/electrum/RELEASE-NOTES.md
@@ -1,5 +1,16 @@
# Release notes
+## Release 5.2.9
+
+- Implement the option to remove coins from the list of stakes in the proof
+ editor (D14761).
+- Fix the automatic detection of the master private key when loading a proof
+ created by the same wallet (D14726).
+- Fix the decryption of encrypted hardware wallets, broken in 5.2.8 (D14645).
+- Suppress a RuntimeError when the release checker fails to start a new thread
+ (D14674).
+
+
## Release 5.2.8
- Fix a bug affecting the expected number of signatures by multisig wallets:
diff --git a/electrum/electrumabc/version.py b/electrum/electrumabc/version.py
--- a/electrum/electrumabc/version.py
+++ b/electrum/electrumabc/version.py
@@ -1,7 +1,7 @@
import re
# version of the client package
-VERSION_TUPLE = (5, 2, 8)
+VERSION_TUPLE = (5, 2, 9)
PACKAGE_VERSION = ".".join(map(str, VERSION_TUPLE))
# protocol version requested
PROTOCOL_VERSION = "1.4"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:45 (3 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187688
Default Alt Text
D14764.id.diff (1 KB)
Attached To
D14764: [electrum] bump version to 5.2.9 and add release notes
Event Timeline
Log In to Comment