From: Werner Koch Date: Tue, 6 Apr 2004 14:21:31 +0000 (+0000) Subject: * config.guess, config.sub, ltmain.sh: Updated to those from X-Git-Tag: gpgme-0-4-6~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa5930eba71e57f615cabb8c36b17c767e1c03dc;p=gpgme.git * config.guess, config.sub, ltmain.sh: Updated to those from libtools 1.5.4. --- diff --git a/ChangeLog b/ChangeLog index 44436f5..a38b334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-04-06 Werner Koch + + Released 0.4.6. + + * config.guess, config.sub, ltmain.sh: Updated to those from + libtools 1.5.4. + 2004-03-07 Marcus Brinkmann Released 0.4.5. diff --git a/NEWS b/NEWS index bb8a45a..4b8e969 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index b5c0f33..51704fa 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ##############################################