mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
prepare release 3.3.8
This commit is contained in:
parent
61bf5ce59a
commit
e81f4bdcd1
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
# Release 3.3.8 - (July 11, 2019)
|
||||
|
||||
* fix some bugs with recent bump fee (RBF) improvements (#5483, #5502)
|
||||
* fix #5491: watch-only wallets could not bump fee in some cases
|
||||
* appimage: URLs could not be opened on some desktop environments (#5425)
|
||||
* faster tx signing for segwit inputs for really large txns (#5494)
|
||||
* A few other minor bugfixes and usability improvements.
|
||||
|
||||
|
||||
# Release 3.3.7 - (July 3, 2019)
|
||||
|
||||
* The AppImage Linux x86_64 binary and the Windows setup.exe
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ELECTRUM_VERSION = '3.3.7' # version of the client package
|
||||
APK_VERSION = '3.3.7.0' # read by buildozer.spec
|
||||
ELECTRUM_VERSION = '3.3.8' # version of the client package
|
||||
APK_VERSION = '3.3.8.0' # read by buildozer.spec
|
||||
|
||||
PROTOCOL_VERSION = '1.4' # protocol version requested
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue