[git] GPGME - branch, master, updated. gpgme-1.5.2-4-ga813c09
by Werner Koch
cvs at cvs.gnupg.org
Thu Dec 11 12:56:58 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via a813c09cc792bfeed945f8573e4fd36da99a88c8 (commit)
via 37d927a9706fff6d8ef8d45073984ea2f92afb31 (commit)
from 05258d427513a933f01d4df13aca834d797f91e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a813c09cc792bfeed945f8573e4fd36da99a88c8
Author: Werner Koch <wk at gnupg.org>
Date: Thu Dec 11 12:53:28 2014 +0100
Post release updates.
--
diff --git a/Makefile.am b/Makefile.am
index 28f9eca..cb22a91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,6 @@
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = dist-bzip2
DISTCHECK_CONFIGURE_FLAGS =
diff --git a/NEWS b/NEWS
index a429101..399c1e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Noteworthy changes in version 1.6.0 (unreleased) [C__/A__/R0]
+-------------------------------------------------------------
+
+ * Interface changes relative to the 1.5.3 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+
Noteworthy changes in version 1.5.3 (2014-12-11) [C24/A13/R2]
-------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 70b846f..4660122 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,8 @@ min_automake_version="1.11"
# commit and push so that the git magic is able to work. See below
# for the LT versions.
m4_define(mym4_version_major, [1])
-m4_define(mym4_version_minor, [5])
-m4_define(mym4_version_micro, [3])
+m4_define(mym4_version_minor, [6])
+m4_define(mym4_version_micro, [0])
# Below is m4 magic to extract and compute the revision number, the
# decimalized short revision number, a beta version string, and a flag
@@ -79,7 +79,7 @@ AC_CONFIG_SRCDIR(src/gpgme.h.in)
AC_CONFIG_HEADER(config.h)
# Note: For automake 1.13 add the option
# serial-tests
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
AM_SILENT_RULES
commit 37d927a9706fff6d8ef8d45073984ea2f92afb31
Author: Werner Koch <wk at gnupg.org>
Date: Thu Dec 11 12:07:49 2014 +0100
Release 1.5.3.
* configure.ac: Set LT version to C24/A13/R2.
diff --git a/NEWS b/NEWS
index 65f0283..a429101 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
-Noteworthy changes in version 1.5.3 (unreleased) [C24/A13/R_]
+Noteworthy changes in version 1.5.3 (2014-12-11) [C24/A13/R2]
-------------------------------------------------------------
+ * The export key functions do now return an error if used with the
+ latest GnuPG version.
+
Noteworthy changes in version 1.5.2 (2014-11-21) [C24/A13/R1]
-------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7bef516..70b846f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ LIBGPGME_LT_CURRENT=24
# Subtract 2 from this value if you want to make the LFS transition an
# ABI break. [Note to self: Remove this comment with the next regular break.]
LIBGPGME_LT_AGE=13
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_REVISION=2
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 -
NEWS | 12 +++++++++++-
configure.ac | 8 ++++----
3 files changed, 15 insertions(+), 6 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list