aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-06 14:21:31 +0000
committerWerner Koch <[email protected]>2004-04-06 14:21:31 +0000
commitfa5930eba71e57f615cabb8c36b17c767e1c03dc (patch)
treed852a17816f6e62a4660c167d7583386422969eb
parentFinal fix. (diff)
downloadgpgme-fa5930eba71e57f615cabb8c36b17c767e1c03dc.tar.gz
gpgme-fa5930eba71e57f615cabb8c36b17c767e1c03dc.zip
* config.guess, config.sub, ltmain.sh: Updated to those from
libtools 1.5.4.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
3 files changed, 11 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 44436f5c..a38b3341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-06 Werner Koch <[email protected]>
+
+ Released 0.4.6.
+
+ * config.guess, config.sub, ltmain.sh: Updated to those from
+ libtools 1.5.4.
+
2004-03-07 Marcus Brinkmann <[email protected]>
Released 0.4.5.
diff --git a/NEWS b/NEWS
index bb8a45a3..4b8e9693 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 b5c0f336..51704fab 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, [[email protected]])
+AC_INIT(gpgme, 0.4.6, [[email protected]])
# 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
##############################################