summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-06-08 18:44:12 +0000
committerWerner Koch <wk@gnupg.org>2004-06-08 18:44:12 +0000
commitcae925ec402675b68cf78ade7e6e8f04b87290ca (patch)
tree6e4420c38fd2b2f4f9904ea84618072bbc2b629c
parent2284687515072f8824dc352e8d90bcdace558fee (diff)
downloadlibassuan-cae925ec402675b68cf78ade7e6e8f04b87290ca.tar.gz
about to release 0.6.6.libassuan-0-6-6
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 15a7569..7a77765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-08 Werner Koch <wk@gnupg.org>
+
+ Released 0.6.6.
+
2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>
* autogen.sh: Added ACLOCAL_FLAGS.
diff --git a/NEWS b/NEWS
index 8f915a7..b9ee6aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 0.6.6
+Noteworthy changes in version 0.6.6 (2004-06-08)
------------------------------------------------
* assuan_set_hello_line may now take a multi line argument where the
diff --git a/configure.ac b/configure.ac
index c997eba..278056b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ min_automake_version="1.7.6"
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(libassuan, 0.6.6-cvs, gnupg-devel@gnupg.org)
+AC_INIT(libassuan, 0.6.6, gnupg-devel@gnupg.org)
# Note, that this is not yet available as a shared library.
PACKAGE=$PACKAGE_NAME