[svn] gpg-error - r210 - trunk
svn author wk
cvs at cvs.gnupg.org
Wed Nov 26 15:19:49 CET 2008
Author: wk
Date: 2008-11-26 15:19:48 +0100 (Wed, 26 Nov 2008)
New Revision: 210
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
Preparing a release.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-11-12 14:31:53 UTC (rev 209)
+++ trunk/ChangeLog 2008-11-26 14:19:48 UTC (rev 210)
@@ -1,3 +1,9 @@
+2008-11-26 Werner Koch <wk at g10code.com>
+
+ Release 1.7.
+
+ * configure.ac: Set LT version to C5/A5/R0.
+
2008-11-12 Werner Koch <wk at g10code.com>
* src/err-codes.h.in: Add GPG_ERR_NO_PASSPHRASE and GPG_ERR_NO_PIN.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-11-12 14:31:53 UTC (rev 209)
+++ trunk/NEWS 2008-11-26 14:19:48 UTC (rev 210)
@@ -1,6 +1,7 @@
-Noteworthy changes in version 1.7
+Noteworthy changes in version 1.7 (2008-11-26)
----------------------------------------------
+ * Minor fixes and a few new error codes.
* Interface changes relative to the 1.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-11-12 14:31:53 UTC (rev 209)
+++ trunk/configure.ac 2008-11-26 14:19:48 UTC (rev 210)
@@ -26,10 +26,10 @@
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [1.7])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
-m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
- || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
+m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
+ | sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
AC_INIT([libgpg-error],
[my_version[]m4_if(my_issvn,[yes],[-svn[]svn_revision])],
[bug-gnupg at gnupg.org])
@@ -39,8 +39,8 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
# Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=4
-LIBGPG_ERROR_LT_AGE=4
+LIBGPG_ERROR_LT_CURRENT=5
+LIBGPG_ERROR_LT_AGE=5
LIBGPG_ERROR_LT_REVISION=0
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
AC_SUBST(LIBGPG_ERROR_LT_AGE)
More information about the Gnupg-commits
mailing list