aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-07-08 08:58:06 +0000
committerWerner Koch <[email protected]>2024-07-08 08:59:06 +0000
commitc333e9dad66ed25a906fba8146a6fc25b0e83ff8 (patch)
treedca6f356f8a262aad4ffbc11dfe71d7a7274f222 /NEWS
parentPost release updates (diff)
downloadgnupg-c333e9dad66ed25a906fba8146a6fc25b0e83ff8.tar.gz
gnupg-c333e9dad66ed25a906fba8146a6fc25b0e83ff8.zip
speedo: Set PREFIX for bzip2 build also for Unix.
-- bzip2 is a make-only package and thus we can't set the prefix with configure. We need to set PREFIX here so that the install target: if ( test ! -d $(PREFIX)/lib ) ; then mkdir -p $(PREFIX)/lib;fi [...] does not try to install to the default PREFIX /usr/local/lib.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27935d72d..61e33ff05 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ Noteworthy changes in version 2.5.1 (unreleased)
------------------------------------------------
+ Release-info: https://dev.gnupg.org/T7191
+
+
Noteworthy changes in version 2.5.0 (2024-07-05)
------------------------------------------------