[svn] pinentry - r178 - trunk

svn author wk cvs at cvs.gnupg.org
Fri Feb 15 11:31:05 CET 2008


Author: wk
Date: 2008-02-15 11:31:04 +0100 (Fri, 15 Feb 2008)
New Revision: 178

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/autogen.sh
   trunk/configure.ac
Log:
Preparing a release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-02-14 11:38:56 UTC (rev 177)
+++ trunk/ChangeLog	2008-02-15 10:31:04 UTC (rev 178)
@@ -1,3 +1,7 @@
+2008-02-15  Werner Koch  <wk at g10code.com>
+
+	Release 0.7.4.
+
 2008-02-14  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: Check for -Wno-pointer-sign.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-02-14 11:38:56 UTC (rev 177)
+++ trunk/NEWS	2008-02-15 10:31:04 UTC (rev 178)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 0.7.5 (unreleased)
+Noteworthy changes in version 0.7.5 (2008-02-15)
 ------------------------------------------------
 
  * Fix cross compilation for Gtk+-2 pinentry.

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2008-02-14 11:38:56 UTC (rev 177)
+++ trunk/autogen.sh	2008-02-15 10:31:04 UTC (rev 178)
@@ -89,8 +89,11 @@
     ./configure --enable-maintainer-mode --prefix=${w32root} \
                 --host=${host} --build=${build} \
                 --disable-pinentry-gtk \
-                --disable-pinentry-gtk2 \
-                --disable-pinentry-qt "$@"
+                --enable-pinentry-gtk2 \
+                --disable-pinentry-qt  \
+                --with-lib-prefix=${w32root} \
+                --with-libiconv-prefix=${w32root} \
+                PKG_CONFIG_LIBDIR="$w32root/lib/pkgconfig" "$@"
 
     rc=$?
     exit $rc

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-02-14 11:38:56 UTC (rev 177)
+++ trunk/configure.ac	2008-02-15 10:31:04 UTC (rev 178)
@@ -24,7 +24,7 @@
 
 # Remember to remove the "-cvs" suffix *before* a release and to bump the
 # version number immediately *after* a release and to re-append the suffix.
-AC_INIT(pinentry, 0.7.5-cvs, [gnupg-devel at gnupg.org])
+AC_INIT(pinentry, 0.7.5, [gnupg-devel at gnupg.org])
 AM_CONFIG_HEADER(config.h)
 AC_CONFIG_SRCDIR(pinentry/pinentry.h)
 AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)




More information about the Gnupg-commits mailing list