Page MenuHomePhabricator

D14973.id43598.diff
No OneTemporary

D14973.id43598.diff

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,17 @@
# Release notes
+## Release 5.2.11
+
+- Show a single popup dialog with a progress bar when broadcasting multiple
+ transactions instead of showing one popup per transaction (D14853, D14854).
+- Fix a bug causing the local chain of headers to get stuck and new
+ transactions not showing as verified in the GUI after a single block reorg
+ (D14968, D14944).
+- Fix an error when the user cancelled the password dialog when using the
+ Generate Key button in the Avalanche delegation editor (D14842).
+- Bump the checkpoint to a more recent block (D14972).
+
+
## Release 5.2.10
- Don't change the master private key every time the Avalanche proof editor is
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, 10)
+VERSION_TUPLE = (5, 2, 11)
PACKAGE_VERSION = ".".join(map(str, VERSION_TUPLE))
# protocol version requested
PROTOCOL_VERSION = "1.4"

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 6, 16:23 (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5082686
Default Alt Text
D14973.id43598.diff (1 KB)

Event Timeline