mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
post release updates
This commit is contained in:
parent
256f67675f
commit
91497480aa
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
|||||||
|
Noteworthy changes in version 1.4.4
|
||||||
|
------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 1.4.3 (2006-04-03)
|
Noteworthy changes in version 1.4.3 (2006-04-03)
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ min_automake_version="1.9.3"
|
|||||||
|
|
||||||
# Remember to change the version number immediately *after* a release
|
# Remember to change the version number immediately *after* a release
|
||||||
# and remove the "-cvs" or "rc" suffix immediately *before* 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
|
# Set development_version to yes if the minor number is odd or you
|
||||||
# feel that the default check for a development version is not
|
# feel that the default check for a development version is not
|
||||||
# sufficient.
|
# sufficient.
|
||||||
|
@ -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>
|
2006-04-03 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* autogen.sh: Unsupport mingw32/cpd.
|
* autogen.sh: Unsupport mingw32/cpd.
|
||||||
|
@ -155,7 +155,7 @@ Section "Base" SecBase
|
|||||||
File "gpg.exe"
|
File "gpg.exe"
|
||||||
File "gpgkeys_finger.exe"
|
File "gpgkeys_finger.exe"
|
||||||
File "gpgkeys_hkp.exe"
|
File "gpgkeys_hkp.exe"
|
||||||
File "gpgkeys_http.exe"
|
File "gpgkeys_curl.exe"
|
||||||
File "gpgkeys_ldap.exe"
|
File "gpgkeys_ldap.exe"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\Doc"
|
SetOutPath "$INSTDIR\Doc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user