[Pkg-gnupg-commit] [libassuan] 324/437: Release 2.0.1

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 674448c5f079aacd6a55510cd6493efdb2844090
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Aug 9 10:35:46 2010 +0000

    Release 2.0.1
---
 ChangeLog    | 6 ++++++
 NEWS         | 4 +---
 configure.ac | 8 +++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ceada23..cb847bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-09  Werner Koch  <wk at g10code.com>
+
+	Release 2.0.1
+
+	* configure.ac: Set LT version to C1/A1/R0.
+
 2010-04-20  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: Change wording of the no-funopen warning.
diff --git a/NEWS b/NEWS
index a9eee5f..25a22c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
-Noteworthy changes in version 2.0.1 (unreleased)
+Noteworthy changes in version 2.0.1 (2010-08-09)
 ------------------------------------------------
 
- Under development:
-
  * Support for WindowsCE.
 
  * Input and output notification handler can now really access the
diff --git a/configure.ac b/configure.ac
index 223e5cb..4bbdd9f 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.1])
-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;}')]))
@@ -38,10 +38,8 @@ AC_INIT([libassuan], my_version[]m4_if(my_issvn,[yes],[-svn[]svn_revision]),
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed/changed:	AGE=0)
 #
-LIBASSUAN_LT_CURRENT=0
-# 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.]
-LIBASSUAN_LT_AGE=0
+LIBASSUAN_LT_CURRENT=1
+LIBASSUAN_LT_AGE=1
 LIBASSUAN_LT_REVISION=0
 
 # If the API is changed in an incompatible way: increment the next counter.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list