[svn] gpgme - r1337 - trunk
svn author marcus
cvs at cvs.gnupg.org
Fri Oct 17 23:03:00 CEST 2008
Author: marcus
Date: 2008-10-17 23:03:00 +0200 (Fri, 17 Oct 2008)
New Revision: 1337
Modified:
trunk/NEWS
trunk/configure.ac
Log:
Post-release changes.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-10-17 18:57:49 UTC (rev 1336)
+++ trunk/NEWS 2008-10-17 21:03:00 UTC (rev 1337)
@@ -1,6 +1,14 @@
-Noteworthy changes in version 1.1.7 (2008-10-177)
+Noteworthy changes in version 1.1.7 (unreleased)
------------------------------------------------
+ * Interface changes relative to the 1.1.7 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+
+Noteworthy changes in version 1.1.7 (2008-10-17)
+------------------------------------------------
+
* Using GPGME_KEYLIST_MODE_LOCAL combined with
GPGME_KEYLIST_MODE_EXTERN is now supported; it uses the
--locate-keys feature of gpg (>= 2.0.10).
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-17 18:57:49 UTC (rev 1336)
+++ trunk/configure.ac 2008-10-17 21:03:00 UTC (rev 1337)
@@ -31,8 +31,8 @@
# specific feature can already be done under the assumption that the
# SVN version is the most recent one in a branch. To disable the SVN
# version for the real release, set the my_issvn macro to no.
-m4_define(my_version, [1.1.7])
-m4_define(my_issvn, [no])
+m4_define(my_version, [1.1.8])
+m4_define(my_issvn, [yes])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
More information about the Gnupg-commits
mailing list