diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -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. @@ -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. @@ -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 |