[git] Assuan - branch, master, updated. libassuan-2.0.1-39-gcdce637

by Marcus Brinkmann cvs at cvs.gnupg.org
Thu Jun 16 14:21:33 CEST 2011


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 "IPC library used by GnuPG".

The branch, master has been updated
       via  cdce63759a343851cc607dbae60b1cde3869ec8e (commit)
      from  2adbf87bd18c6a7fe78fcd849026871f7a1603d1 (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 cdce63759a343851cc607dbae60b1cde3869ec8e
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Thu Jun 16 13:46:17 2011 +0200

    Release 2.0.2

diff --git a/ChangeLog b/ChangeLog
index 64145a4..a82f8e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-16  Marcus Brinkmann  <marcus at g10code.com>
+
+	Release 2.0.2
+
+	* configure.ac: Set LT version to C2/A2/R0.
+
 2011-04-20  Werner Koch  <wk at g10code.com>
 
 	* Makefile.am (EXTRA_DIST): s/README.SVN/README.GIT/
diff --git a/NEWS b/NEWS
index e2b1e0d..ef2480b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.0.2
+Noteworthy changes in version 2.0.2 (2010-06-16)
 ------------------------------------------------
 
  * A new flag may now be used to convey comments via assuan_transact.
diff --git a/configure.ac b/configure.ac
index c371a37..23209a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ min_automake_version="1.10"
 # Set my_issvn to "yes" for non-released code.  Remember to run an
 # "svn up" and "autogen.sh" right before creating a distribution.
 m4_define([my_version], [2.0.2])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
 
 m4_define([svn_revision], m4_esyscmd([printf "%d" $( (svn info 2>/dev/null \
             || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))
@@ -42,8 +42,8 @@ AC_INIT([libassuan],
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed/changed:	AGE=0)
 #
-LIBASSUAN_LT_CURRENT=1
-LIBASSUAN_LT_AGE=1
+LIBASSUAN_LT_CURRENT=2
+LIBASSUAN_LT_AGE=2
 LIBASSUAN_LT_REVISION=0
 
 # If the API is changed in an incompatible way: increment the next counter.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    6 ++++++
 NEWS         |    2 +-
 configure.ac |    6 +++---
 3 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list