[svn] GnuPG - r4090 - in trunk: . scripts
svn author wk
cvs at cvs.gnupg.org
Mon Apr 3 13:16:20 CEST 2006
Author: wk
Date: 2006-04-03 13:16:19 +0200 (Mon, 03 Apr 2006)
New Revision: 4090
Modified:
trunk/NEWS
trunk/configure.ac
trunk/scripts/ChangeLog
trunk/scripts/w32installer.nsi
Log:
post release updates
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2006-04-03 11:10:05 UTC (rev 4089)
+++ trunk/NEWS 2006-04-03 11:16:19 UTC (rev 4090)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.4.4
+------------------------------------------------
+
+
Noteworthy changes in version 1.4.3 (2006-04-03)
------------------------------------------------
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-04-03 11:10:05 UTC (rev 4089)
+++ trunk/configure.ac 2006-04-03 11:16:19 UTC (rev 4090)
@@ -26,7 +26,7 @@
# 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, bug-gnupg at gnu.org)
+AC_INIT(gnupg, 1.4.4-cvs, bug-gnupg at gnu.org)
# 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.
Modified: trunk/scripts/ChangeLog
===================================================================
--- trunk/scripts/ChangeLog 2006-04-03 11:10:05 UTC (rev 4089)
+++ trunk/scripts/ChangeLog 2006-04-03 11:16:19 UTC (rev 4090)
@@ -1,5 +1,9 @@
2006-04-03 Werner Koch <wk at g10code.com>
+ * w32installer.nsi: Install curl and not http keyserver helper.
+
+2006-04-03 Werner Koch <wk at g10code.com>
+
* autogen.sh: Unsupport mingw32/cpd.
2006-03-09 Werner Koch <wk at g10code.com>
Modified: trunk/scripts/w32installer.nsi
===================================================================
--- trunk/scripts/w32installer.nsi 2006-04-03 11:10:05 UTC (rev 4089)
+++ trunk/scripts/w32installer.nsi 2006-04-03 11:16:19 UTC (rev 4090)
@@ -155,7 +155,7 @@
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"
More information about the Gnupg-commits
mailing list