* config.guess, config.sub, ltmain.sh: Updated to those from
authorWerner Koch <wk@gnupg.org>
Tue, 6 Apr 2004 14:21:31 +0000 (14:21 +0000)
committerWerner Koch <wk@gnupg.org>
Tue, 6 Apr 2004 14:21:31 +0000 (14:21 +0000)
libtools 1.5.4.

ChangeLog
NEWS
configure.ac

index 44436f5c2d1be8e3db90f22833d5e0a137edf86b..a38b33414bb66baed23da72e463cfb856db1eb8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index bb8a45a35c1786ec632cc533f943651cd85c6ff8..4b8e9693dded163ffe38a424769d39a29d7c28b2 100644 (file)
--- 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)
 ------------------------------------------------
index b5c0f336fd9b30210b5867099fe2d73eb0ddcad5..51704fab22dc4e28acdbeaded138c21ced164749 100644 (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
 ##############################################