[svn] gpgme - r1336 - trunk

svn author marcus cvs at cvs.gnupg.org
Fri Oct 17 20:57:49 CEST 2008


Author: marcus
Date: 2008-10-17 20:57:49 +0200 (Fri, 17 Oct 2008)
New Revision: 1336

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
2008-10-17  Marcus Brinkmann  <marcus at g10code.com>

	Release GPGME 1.1.7.

	* configure.ac (LIBGPGME_LT_REVISION): Bump for release.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-10-17 11:15:48 UTC (rev 1335)
+++ trunk/ChangeLog	2008-10-17 18:57:49 UTC (rev 1336)
@@ -1,3 +1,9 @@
+2008-10-17  Marcus Brinkmann  <marcus at g10code.com>
+
+	Release GPGME 1.1.7.
+
+	* configure.ac (LIBGPGME_LT_REVISION): Bump for release.
+
 2008-09-19  Moritz  <moritz at gnu.org>
 
 	* configure.ac: Remove bogus "esac".

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-10-17 11:15:48 UTC (rev 1335)
+++ trunk/NEWS	2008-10-17 18:57:49 UTC (rev 1336)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.1.7 (unreleased)
+Noteworthy changes in version 1.1.7 (2008-10-177)
 ------------------------------------------------
 
  * Using GPGME_KEYLIST_MODE_LOCAL combined with
@@ -1237,7 +1237,7 @@
  * Made the W32 support more robust.
 
 
- Copyright 2001, 2002, 2003, 2004, 2005, 2007 g10 Code GmbH
+ Copyright 2001, 2002, 2003, 2004, 2005, 2007, 2008 g10 Code GmbH
 
  This file is free software; as a special exception the author gives
  unlimited permission to copy and/or distribute it, with or without

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-10-17 11:15:48 UTC (rev 1335)
+++ trunk/configure.ac	2008-10-17 18:57:49 UTC (rev 1336)
@@ -1,6 +1,6 @@
 # configure.ac for GPGME
 # Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 g10 Code GmbH
 # 
 # This file is part of GPGME.
 # 
@@ -32,7 +32,7 @@
 # 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.7])
-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;}')]))
@@ -51,7 +51,7 @@
 # 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=6
-LIBGPGME_LT_REVISION=4
+LIBGPGME_LT_REVISION=5
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1




More information about the Gnupg-commits mailing list