aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-11-17 11:50:11 +0000
committerWerner Koch <[email protected]>2003-11-17 11:50:11 +0000
commitaec3280f393e36fe92d3362b913d481621d6556f (patch)
tree8f438d10aaae5b49927d0e269ad73bf4d18808e5
parent(process_request): Kludge to print better error (diff)
downloadlibassuan-0-6-1.tar.gz
libassuan-0-6-1.zip
About to release 0.6.1libassuan-0-6-1
-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 404a71a..e893698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-17 Werner Koch <[email protected]>
+
+ Released 0.6.1.
+
2003-08-06 Werner Koch <[email protected]>
Released 0.6.0.
diff --git a/NEWS b/NEWS
index 2e91357..3475000 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
-Noteworthy changes in version 0.6.1 (unreleased)
+Noteworthy changes in version 0.6.1 (2003-11-17)
------------------------------------------------
* Fixed a bug in assuan_inquire which led to an Invalid_Value error
for large inquiry parameters.
+ * Fixed a bug in the client socket connect code.
+
Noteworthy changes in version 0.6.0 (2003-08-06)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b8c912e..95ea56b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
AC_PREREQ(2.57)
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
-AC_INIT(libassuan, 0.6.1-cvs, [email protected])
+AC_INIT(libassuan, 0.6.1, [email protected])
# Note, that this is not yet available as a shared library.
PACKAGE=$PACKAGE_NAME