aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--TODO4
-rw-r--r--configure.ac2
4 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index af9630b..20efb7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-29 Werner Koch <[email protected]>
+
+ Released 0.6.3.
+
2003-12-18 Werner Koch <[email protected]>
Released 0.6.2.
diff --git a/NEWS b/NEWS
index 26ba0ab..40a36df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 0.6.3 (unreleased)
+Noteworthy changes in version 0.6.3 (2004-01-29)
------------------------------------------------
* Fixed a data corruption bug in assuan_get_data_fp.
diff --git a/TODO b/TODO
index b9ae228..e02e984 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
* waitpid is used instead of pth_waitpid as well as some other
functions.
* When turning libassuan into a shared library, provide a general
- version as well as aPTh-enabled one.
-* Need API documentation. \ No newline at end of file
+ version as well as a Pth-enabled one.
+* Need API documentation.
diff --git a/configure.ac b/configure.ac
index 40c486b..80caa61 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.3-cvs, [email protected])
+AC_INIT(libassuan, 0.6.3, [email protected])
# Note, that this is not yet available as a shared library.
PACKAGE=$PACKAGE_NAME