[svn] assuan - r381 - trunk
svn author wk
cvs at cvs.gnupg.org
Mon Aug 9 12:35:46 CEST 2010
Author: wk
Date: 2010-08-09 12:35:46 +0200 (Mon, 09 Aug 2010)
New Revision: 381
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
Release 2.0.1
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-08-03 08:52:13 UTC (rev 380)
+++ trunk/ChangeLog 2010-08-09 10:35:46 UTC (rev 381)
@@ -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.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-08-03 08:52:13 UTC (rev 380)
+++ trunk/NEWS 2010-08-09 10:35:46 UTC (rev 381)
@@ -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
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2010-08-03 08:52:13 UTC (rev 380)
+++ trunk/configure.ac 2010-08-09 10:35:46 UTC (rev 381)
@@ -25,7 +25,7 @@
# 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 @@
# (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.
More information about the Gnupg-commits
mailing list