summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d2abc03..77be793 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-25 Werner Koch <wk@g10code.com>
+
+ Released 0.6.8.
+
2004-09-27 Werner Koch <wk@g10code.com>
* config.sub, config.guess: Updated.
diff --git a/NEWS b/NEWS
index 36d035e..7cdf87d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-Noteworthy changes in version 0.6.8
+Noteworthy changes in version 0.6.8 (2004-11-25)
------------------------------------------------
* assuan_write_status does now return an error code.
+ * Fixes for C89 compatibility and some first takes on a W32 port.
+
Noteworthy changes in version 0.6.7 (2004-09-27)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index a0b1de2..c8e57ea 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.8-cvs, gnupg-devel@gnupg.org)
+AC_INIT(libassuan, 0.6.8, gnupg-devel@gnupg.org)
# Note, that this is not yet available as a shared library.
PACKAGE=$PACKAGE_NAME