diff options
author | Werner Koch <[email protected]> | 2025-06-02 15:55:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-06-02 15:55:13 +0000 |
commit | 87938a72f29613cc660939896ca189bc4ac1ac5e (patch) | |
tree | c156cf6ed1735f1d8f550bfa9e8712f412cf889a | |
parent | Release 2.5.7 (diff) | |
download | gnupg-87938a72f29613cc660939896ca189bc4ac1ac5e.tar.gz gnupg-87938a72f29613cc660939896ca189bc4ac1ac5e.zip |
Post release updates.
--
Note that this also includes a minor fix in the wixlib description
which is actually part of gnupg-w32-2.5.7_20250602.wixlib.
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | build-aux/speedo/w32/wixlib.wxs | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,10 @@ +Noteworthy changes in version 2.5.8 (unreleased) +------------------------------------------------ + + + Release-info: https://dev.gnupg.org/T7672 + + Noteworthy changes in version 2.5.7 (2025-06-02) ------------------------------------------------ diff --git a/build-aux/speedo/w32/wixlib.wxs b/build-aux/speedo/w32/wixlib.wxs index f9bae8b96..3b595a668 100644 --- a/build-aux/speedo/w32/wixlib.wxs +++ b/build-aux/speedo/w32/wixlib.wxs @@ -160,9 +160,6 @@ and then manually edited: <Component Id="cmp59D652F2B6BBFD90563BF58D6CE6BE7B" Directory="dirF4B1502A83344E3C92AB58989653B465" Guid="1C51D4AF-B308-40A3-B8D8-CEDA5AB2A383"> <File Id="filCB1BD20C87EE88A17D7502E26268DA65" KeyPath="yes" Source="$(var.SourceDir)\share\gnupg\distsigkey.gpg"/> </Component> - <Component Id="cmpB3614EC83F6377F9DB10BC5C5A78AA47" Directory="dirF4B1502A83344E3C92AB58989653B465" Guid="BACEBFAD-8B9A-4A40-9402-42B3D8DDFDE3"> - <File Id="fil0E0180B133150E83BBEDA55A98F3EF53" KeyPath="yes" Source="$(var.SourceDir)\share\gnupg\sks-keyservers.netCA.pem"/> - </Component> <Component Id="cmp546709111F313BA25B92228092A64615" Directory="dirC8F3DBB83340CAA01AAA7A2A483F2C9D" Guid="03FC08BD-E454-4F57-BC28-226C3784F391"> <File Id="filB3D8051BA1609D83EEA2EE794DF525CD" KeyPath="yes" Source="$(var.SourceDir)\share\locale\ca\LC_MESSAGES\gnupg2.mo"/> </Component> diff --git a/configure.ac b/configure.ac index bb946c404..4cfd5371d 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ min_automake_version="1.16.3" m4_define([mym4_package],[gnupg]) m4_define([mym4_major], [2]) m4_define([mym4_minor], [5]) -m4_define([mym4_micro], [7]) +m4_define([mym4_micro], [8]) # To start a new development series, i.e a new major or minor number # you need to mark an arbitrary commit before the first beta release |