From: Marcus Brinkmann Date: Fri, 4 Jan 2008 14:34:08 +0000 (+0000) Subject: Prepare for release. X-Git-Tag: gpgme-1.2.0@1385~100 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=401fa914f8964847099dcc46a4997fdedf7a582c;p=gpgme.git Prepare for release. --- diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 4c77add..0f4af8c 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,5 +1,7 @@ 2008-01-04 Marcus Brinkmann + Release GPGME 1.1.6. + * configure.ac: Support gpgconf. 2007-09-27 Marcus Brinkmann diff --git a/trunk/NEWS b/trunk/NEWS index d64a3eb..d268942 100644 --- a/trunk/NEWS +++ b/trunk/NEWS @@ -1,8 +1,12 @@ -Noteworthy changes in version 1.1.6 (unreleased) +Noteworthy changes in version 1.1.6 (2008-01-04) ------------------------------------------------ * Bug fixes for for W32. + * A new, experimental (and thus undocumented and potentially + unstable) interface for accessing gpg-conf through GPGME has been + added. + * Interface changes relative to the 1.1.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_signature_t EXTENDED: New field chain_model. diff --git a/trunk/configure.ac b/trunk/configure.ac index fcae5ab..2449319 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -32,7 +32,7 @@ min_automake_version="1.9.3" # 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.6]) -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;}')]))