Browse Source

prepare release 4.3.2

patch-4
ThomasV 2 years ago
parent
commit
e138b02bac
  1. 15
      RELEASE-NOTES
  2. 4
      electrum/version.py

15
RELEASE-NOTES

@ -1,3 +1,18 @@
# Release 4.3.2 - (September 26, 2022)
* When creating new requests, reuse addresses of expired requests
(fixes #7927).
* Index requests by ID instead of receiving address. This affects the
following commands: get_request, get_invoice, list_requests,
list_invoices, delete_request, delete_invoice
* Trampoline routing: remember routes that have failed. Try other
routes instead of systematically raising tampoline fees.
* Fix sweep to_local output from channel backup (#7959)
* Harden build script for macOS binary: avoid using
precompiled wheels from PyPI for most packages (#7918)
* The Windows/AppImage/Android binaries are now built on debian using
the snapshot.debian.org archive instead of ubuntu. This should help
with historical reproducibility. (#7926)
# Release 4.3.1 - (August 17, 2022)
* build: we now also distribute a "source-only"
Linux-packager-friendly tarball (d0de44a7, #7594), in addition

4
electrum/version.py

@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.3.1' # version of the client package
APK_VERSION = '4.3.1.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.3.2' # version of the client package
APK_VERSION = '4.3.2.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested

Loading…
Cancel
Save