* config.guess, config.sub, ltmain.sh: Updated to those from

libtools 1.5.4.
This commit is contained in:
Werner Koch 2004-04-06 14:21:31 +00:00
parent 9ad224b6c1
commit fa5930eba7
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,10 @@
2004-04-06 Werner Koch <wk@gnupg.org>
Released 0.4.6.
* config.guess, config.sub, ltmain.sh: Updated to those from
libtools 1.5.4.
2004-03-07 Marcus Brinkmann <marcus@g10code.de>
Released 0.4.5.

8
NEWS
View File

@ -1,12 +1,8 @@
Noteworthy changes in version 0.4.6 (unreleased)
Noteworthy changes in version 0.4.6 (2004-04-06)
------------------------------------------------
* (none so far)
* Bug fixes
* Interface changes relative to the 0.4.5 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(none so far)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.4.5 (2004-03-07)
------------------------------------------------

View File

@ -24,7 +24,7 @@ AC_PREREQ(2.57)
min_automake_version="1.7.6"
# Version number: Remember to change it immediately *after* a release.
AC_INIT(gpgme, 0.4.6-cvs, [bug-gpgme@gnupg.org])
AC_INIT(gpgme, 0.4.6, [bug-gpgme@gnupg.org])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@ -35,7 +35,7 @@ LIBGPGME_LT_CURRENT=13
# Subtract 2 from this value if you want to make the LFS transition an
# ABI break. [Note to self: Remove this comment with the next regular break.]
LIBGPGME_LT_AGE=2
LIBGPGME_LT_REVISION=0
LIBGPGME_LT_REVISION=1
NEED_GPG_VERSION=1.2.2
NEED_GPGSM_VERSION=1.9.6
##############################################