post release updates

This commit is contained in:
Werner Koch 2006-04-03 11:16:19 +00:00
parent 256f67675f
commit 91497480aa
4 changed files with 10 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Noteworthy changes in version 1.4.4
------------------------------------------------
Noteworthy changes in version 1.4.3 (2006-04-03)
------------------------------------------------

View File

@ -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, bug-gnupg@gnu.org)
AC_INIT(gnupg, 1.4.4-cvs, bug-gnupg@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.

View File

@ -1,3 +1,7 @@
2006-04-03 Werner Koch <wk@g10code.com>
* w32installer.nsi: Install curl and not http keyserver helper.
2006-04-03 Werner Koch <wk@g10code.com>
* autogen.sh: Unsupport mingw32/cpd.

View File

@ -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"