diff options
author | Marcus Brinkmann <[email protected]> | 2008-01-04 14:34:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2008-01-04 14:34:08 +0000 |
commit | 64502919a10c841417c7c5882ff5a402d2a1bb01 (patch) | |
tree | c4e8c5378ed6fd94aa4239defe7e2ca8d6606bc1 | |
parent | 2008-01-04 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-64502919a10c841417c7c5882ff5a402d2a1bb01.tar.gz gpgme-64502919a10c841417c7c5882ff5a402d2a1bb01.zip |
Prepare for release.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2008-01-04 Marcus Brinkmann <[email protected]> + Release GPGME 1.1.6. + * configure.ac: Support gpgconf. 2007-09-27 Marcus Brinkmann <[email protected]> @@ -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/configure.ac b/configure.ac index fcae5ab5..24493196 100644 --- a/configure.ac +++ b/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;}')])) |