release: prepare for 0.5.1 #1575
pull jonasnick wants to merge 2 commits into bitcoin-core:master from jonasnick:release-0.5.1 changing 2 files +12 −5-
jonasnick commented at 3:48 pm on August 1, 2024: contributorI ran the sanity checks according to the release process and they passed.
-
in CHANGELOG.md:14 in 5cf92aa593 outdated
10 11 #### Added 12 - Added usage example for an ElligatorSwift key exchange. 13 14+#### Changed 15+ - The default size of the precomputed table for signing was changed from 22 KiB to 86 KiB. The size can be changed with the configure option `--ecmult-gen-kb` (`ECMULT_GEN_KB` for CMake).
hebasto commented at 4:11 pm on August 1, 2024:0 - The default size of the precomputed table for signing was changed from 22 KiB to 86 KiB. The size can be changed with the configure option `--ecmult-gen-kb` (`SECP256K1_ECMULT_GEN_KB` for CMake).
jonasnick commented at 4:50 pm on August 1, 2024:Does that mean the entry “(ECMULT_GEN_KB
for CMake)” for 0.5.0 is wrong (or at least misleading)?
hebasto commented at 4:54 pm on August 1, 2024:I suppose it is misleading.
jonasnick commented at 4:59 pm on August 1, 2024:Thanks, fixed. Also added a commit to clarify the 0.5.0 entry. -
in CHANGELOG.md:15 in 5cf92aa593 outdated
11 #### Added 12 - Added usage example for an ElligatorSwift key exchange. 13 14+#### Changed 15+ - The default size of the precomputed table for signing was changed from 22 KiB to 86 KiB. The size can be changed with the configure option `--ecmult-gen-kb` (`ECMULT_GEN_KB` for CMake). 16+ - "auto" is no longer an accepted value for the `--with-ecmult-window` and `--with-ecmult-gen-kb` configure options (this also applies to `ECMULT_WINDOW_SIZE` and `ECMULT_GEN_KB` in CMake). To achieve the same configuration as previously provided by the "auto" value, omit setting the configure option explicitly.
hebasto commented at 4:12 pm on August 1, 2024:0 - "auto" is no longer an accepted value for the `--with-ecmult-window` and `--with-ecmult-gen-kb` configure options (this also applies to `SECP256K1_ECMULT_WINDOW_SIZE` and `SECP256K1_ECMULT_GEN_KB` in CMake). To achieve the same configuration as previously provided by the "auto" value, omit setting the configure option explicitly.
-
changelog: clarify CMake option 5770226176
-
release: prepare for 0.5.1 40d87b8e45
-
jonasnick force-pushed on Aug 1, 2024
-
sipa commented at 5:07 pm on August 1, 2024: contributorACK 40d87b8e458b6546dd307119f754df23ffdfd359
-
hebasto approved
-
hebasto commented at 5:17 pm on August 1, 2024: member
ACK 40d87b8e458b6546dd307119f754df23ffdfd359.
API compatibility report:
-
jonasnick merged this on Aug 1, 2024
-
jonasnick closed this on Aug 1, 2024
-
fanquake referenced this in commit 41797f8ab9 on Aug 2, 2024
-
vmta referenced this in commit f2a8540eae on Sep 3, 2024
-
vmta referenced this in commit 8c2166b973 on Sep 6, 2024
-
vmta referenced this in commit 4d1f6d5635 on Oct 29, 2024
-
gatleas17 commented at 10:49 pm on November 18, 2024: nonehelp