diff options
author | Werner Koch <[email protected]> | 2004-11-25 12:53:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-11-25 12:53:42 +0000 |
commit | 21219a48f80aa60cc804a5d60852980c5e979209 (patch) | |
tree | fb83dba8c60d7d0bcc857f8cf3ef1f02ab20381c | |
parent | * assuan-logging.c (_assuan_log_printf): New. (diff) | |
download | libassuan-0-6-8.tar.gz libassuan-0-6-8.zip |
Released 0.6.8libassuan-0-6-8
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2004-11-25 Werner Koch <[email protected]> + + Released 0.6.8. + 2004-09-27 Werner Koch <[email protected]> * config.sub, config.guess: Updated. @@ -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, [email protected]) +AC_INIT(libassuan, 0.6.8, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |