From 9096d0adb448330b5b197579bd57d942635d7021 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 20 Feb 2004 21:41:18 +0000 Subject: About to release 0.6.4 --- ChangeLog | 4 ++++ NEWS | 4 +++- configure.ac | 2 +- src/ChangeLog | 2 ++ src/libassuan-config.in | 8 ++------ 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3581b02..005e4d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-20 Werner Koch + + Released 0.6.4. + 2004-02-11 Werner Koch * autogen.sh (check_version): Removed bashism and simplified. diff --git a/NEWS b/NEWS index 3f547e7..15b7ceb 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -Noteworthy changes in version 0.6.4 +Noteworthy changes in version 0.6.4 (2004-02-20) ------------------------------------------------ * Will now also build on systems not providing funopen or fopencookie. + * Some smaller build fixes. + Noteworthy changes in version 0.6.3 (2004-01-29) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 3f67b73..d6e2e72 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.4-cvs, gnupg-devel@gnupg.org) +AC_INIT(libassuan, 0.6.4, gnupg-devel@gnupg.org) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME diff --git a/src/ChangeLog b/src/ChangeLog index fa5968a..08f14c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2004-02-18 Werner Koch + * libassuan-config.in: Ignore setting of --prefix. + * assuan-handler.c (assuan_get_data_fp): Fail with ENOSYS if we can't implement this. diff --git a/src/libassuan-config.in b/src/libassuan-config.in index d9636c5..a50ffba 100644 --- a/src/libassuan-config.in +++ b/src/libassuan-config.in @@ -49,17 +49,13 @@ while test $# -gt 0; do case $1 in --prefix=*) - prefix=$optarg - if test $exec_prefix_set = no ; then - exec_prefix=$optarg - fi + # Dummy ;; --prefix) echo_prefix=yes ;; --exec-prefix=*) - exec_prefix=$optarg - exec_prefix_set=yes + # Dummy ;; --exec-prefix) echo_exec_prefix=yes -- cgit v1.2.3