aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-04-03 11:16:19 +0000
committerWerner Koch <[email protected]>2006-04-03 11:16:19 +0000
commit91497480aa0420ef7f1a59f104454566114a25c7 (patch)
treef99dd57faab0dcd383d0b0642ea797311ee514da
parentAbout to release 1.4.3 (diff)
downloadgnupg-91497480aa0420ef7f1a59f104454566114a25c7.tar.gz
gnupg-91497480aa0420ef7f1a59f104454566114a25c7.zip
post release updates
Diffstat (limited to '')
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/w32installer.nsi2
4 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4bd284ce6..bbf2a5674 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.4.4
+------------------------------------------------
+
+
Noteworthy changes in version 1.4.3 (2006-04-03)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 8d6c1b51a..707c2b5de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ min_automake_version="1.9.3"
# Remember to change the version number immediately *after* a release
# and remove the "-cvs" or "rc" suffix immediately *before* a release.
-AC_INIT(gnupg, 1.4.3, [email protected])
+AC_INIT(gnupg, 1.4.4-cvs, [email protected])
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index b78ba8d10..9c768fe5c 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,9 @@
2006-04-03 Werner Koch <[email protected]>
+ * w32installer.nsi: Install curl and not http keyserver helper.
+
+2006-04-03 Werner Koch <[email protected]>
+
* autogen.sh: Unsupport mingw32/cpd.
2006-03-09 Werner Koch <[email protected]>
diff --git a/scripts/w32installer.nsi b/scripts/w32installer.nsi
index e4e88c5e3..5a3266408 100644
--- a/scripts/w32installer.nsi
+++ b/scripts/w32installer.nsi
@@ -155,7 +155,7 @@ Section "Base" SecBase
File "gpg.exe"
File "gpgkeys_finger.exe"
File "gpgkeys_hkp.exe"
- File "gpgkeys_http.exe"
+ File "gpgkeys_curl.exe"
File "gpgkeys_ldap.exe"
SetOutPath "$INSTDIR\Doc"