[git] GPA - branch, master, updated. gpa-0.9.9-1-g2ece041
by Werner Koch
cvs at cvs.gnupg.org
Wed Sep 9 11:31:18 CEST 2015
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 "The GNU Privacy Assistant".
The branch, master has been updated
via 2ece041f8cc18ce8c125a96db23067e4daa3e972 (commit)
via d4756cd3638a3b34be7b798ef4d649f31c247e03 (commit)
via 0841098155d33d46dcb3ed1fdbe5bb31aa4e1ff4 (commit)
from dcc5bb7d3407b2bbfa368a89b76423865651183d (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 2ece041f8cc18ce8c125a96db23067e4daa3e972
Author: Werner Koch <wk at gnupg.org>
Date: Wed Sep 9 11:28:13 2015 +0200
Post release updates
--
diff --git a/NEWS b/NEWS
index 34a328a..00c7af0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 0.9.10 (unreleased)
+-------------------------------------------------
+
+
Noteworthy changes in version 0.9.9 (2015-09-09)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 7efcc39..ca7c0a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ min_automake_version="1.10"
# (git tag -s gpa-1.n.m) and run "./autogen.sh --force". Please
# bump the version number immediately *after* the release and do
# another commit and push so that the git magic is able to work.
-m4_define([mym4_version], [0.9.9])
+m4_define([mym4_version], [0.9.10])
# Below is m4 magic to extract and compute the git revision number,
# the decimalized short revision number, a beta version string and a
commit d4756cd3638a3b34be7b798ef4d649f31c247e03
Author: Werner Koch <wk at gnupg.org>
Date: Wed Sep 9 11:18:40 2015 +0200
Release 0.9.9
diff --git a/NEWS b/NEWS
index 88db487..34a328a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-Noteworthy changes in version 0.9.9 (unreleased)
+Noteworthy changes in version 0.9.9 (2015-09-09)
------------------------------------------------
+ * Fixed build problem in 0.9.8 if Libgpgme < 1.6.1 is used.
+
Noteworthy changes in version 0.9.8 (2015-09-09)
------------------------------------------------
commit 0841098155d33d46dcb3ed1fdbe5bb31aa4e1ff4
Author: Werner Koch <wk at gnupg.org>
Date: Wed Sep 9 11:17:38 2015 +0200
Fix build problem for gpgme < 1.6.1
* src/gpasubkeylist.c (SubkeyListColumn): Fix macro condition.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/src/gpasubkeylist.c b/src/gpasubkeylist.c
index b37cf7b..fccef74 100644
--- a/src/gpasubkeylist.c
+++ b/src/gpasubkeylist.c
@@ -40,7 +40,7 @@ static gboolean query_tooltip_cb (GtkWidget *wdiget, int x, int y,
typedef enum
{
SUBKEY_ID,
-#if GPGME_VERSION_NUMBER >= 0x010601 /* GPGME < 1.6.1 */
+#if GPGME_VERSION_NUMBER < 0x010601 /* GPGME < 1.6.1 */
SUBKEY_SIZE,
#endif
SUBKEY_ALGO,
-----------------------------------------------------------------------
Summary of changes:
NEWS | 8 +++++++-
configure.ac | 2 +-
src/gpasubkeylist.c | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
hooks/post-receive
--
The GNU Privacy Assistant
http://git.gnupg.org
More information about the Gnupg-commits
mailing list