aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-11-19 07:59:20 +0000
committerWerner Koch <[email protected]>2003-11-19 07:59:20 +0000
commit34bab3e29de04013d2236f0c269eb8234a0c5794 (patch)
treed6ccf06c9b8335c2dfae9106390c44bf34f3c075
parent* configure.ac: Check for timegm. (diff)
downloadgpgme-34bab3e29de04013d2236f0c269eb8234a0c5794.tar.gz
gpgme-34bab3e29de04013d2236f0c269eb8234a0c5794.zip
About to release 0.3.16.
-rw-r--r--branches/gpgme-0-3-branch/ChangeLog6
-rw-r--r--branches/gpgme-0-3-branch/NEWS4
-rw-r--r--branches/gpgme-0-3-branch/README2
-rw-r--r--branches/gpgme-0-3-branch/configure.ac4
4 files changed, 11 insertions, 5 deletions
diff --git a/branches/gpgme-0-3-branch/ChangeLog b/branches/gpgme-0-3-branch/ChangeLog
index ef4e39b2..22bca417 100644
--- a/branches/gpgme-0-3-branch/ChangeLog
+++ b/branches/gpgme-0-3-branch/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-19 Werner Koch <[email protected]>
+
+ Released 0.3.16.
+
+ * configure.ac: Bump LT revision to C9/A3/R7.
+
2003-11-18 Werner Koch <[email protected]>
* configure.ac: Check for timegm.
diff --git a/branches/gpgme-0-3-branch/NEWS b/branches/gpgme-0-3-branch/NEWS
index 925c607e..12e6863a 100644
--- a/branches/gpgme-0-3-branch/NEWS
+++ b/branches/gpgme-0-3-branch/NEWS
@@ -1,7 +1,7 @@
-Noteworthy changes in version 0.3.16
+Noteworthy changes in version 0.3.16 (2003-11-19)
-------------------------------------------------
- * Compatibility fixes for GnuPG 1.9.
+ * Compatibility fixes for GnuPG 1.9.x
Noteworthy changes in version 0.3.15 (2003-02-18)
-------------------------------------------------
diff --git a/branches/gpgme-0-3-branch/README b/branches/gpgme-0-3-branch/README
index 9905e507..0b597e4f 100644
--- a/branches/gpgme-0-3-branch/README
+++ b/branches/gpgme-0-3-branch/README
@@ -17,7 +17,7 @@ If configure can't find the `gpg' binary in your path, you can specify
the location with the --with-gpg=/path/to/gpg argument to configure.
For support of the CMS (Cryptographic Message Syntax) protocol, you
-need at least newpg 0.9.2
+need at least newpg 0.9.2 or GnuPG > 1.9.2.
If configure can't find the `gpgsm' binary in your path, you can
specify the location with the --with-gpgsm=/path/to/gpgsm argument to
diff --git a/branches/gpgme-0-3-branch/configure.ac b/branches/gpgme-0-3-branch/configure.ac
index 96e885d7..5f2f2e5f 100644
--- a/branches/gpgme-0-3-branch/configure.ac
+++ b/branches/gpgme-0-3-branch/configure.ac
@@ -21,7 +21,7 @@
# (Process this file with autoconf to produce a configure script.)
# Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 0.3.16-cvs, [[email protected]])
+AC_INIT(gpgme, 0.3.16, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.3.16-cvs, [[email protected]])
#
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=6
+LIBGPGME_LT_REVISION=7
NEED_GPG_VERSION=1.2.0
NEED_GPGSM_VERSION=0.9.2
##############################################