summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS4
-rw-r--r--configure.ac8
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@g10code.com>
+
+ Release 2.0.1
+
+ * configure.ac: Set LT version to C1/A1/R0.
+
2010-04-20 Werner Koch <wk@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.