[Pkg-gnupg-commit] [libassuan] 103/437: About to release 0.6.4

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 9096d0adb448330b5b197579bd57d942635d7021
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Feb 20 21:41:18 2004 +0000

    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  <wk at gnupg.org>
+
+	Released 0.6.4.
+
 2004-02-11  Werner Koch  <wk at gnupg.org>
 
 	* 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 at gnupg.org)
+AC_INIT(libassuan, 0.6.4, gnupg-devel at 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  <wk at gnupg.org>
 
+	* 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list