[svn] ksba - r299 - trunk
svn author wk
cvs at cvs.gnupg.org
Fri Jan 9 13:17:26 CET 2009
Author: wk
Date: 2009-01-09 13:17:26 +0100 (Fri, 09 Jan 2009)
New Revision: 299
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
Log:
Preparing a release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-01-08 19:52:54 UTC (rev 298)
+++ trunk/ChangeLog 2009-01-09 12:17:26 UTC (rev 299)
@@ -1,3 +1,9 @@
+2009-01-09 Werner Koch <wk at g10code.com>
+
+ Release 1.0.5.
+
+ * configure.ac: Bump LT version to C17/A9/R5.
+
2008-10-30 Werner Koch <wk at g10code.com>
* configure.ac: Use more strict warnings with newer gcc versions.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-01-08 19:52:54 UTC (rev 298)
+++ trunk/NEWS 2009-01-09 12:17:26 UTC (rev 299)
@@ -1,7 +1,9 @@
-Noteworthy changes in version 1.0.5
+Noteworthy changes in version 1.0.5 (2009-01-09)
------------------------------------------------
+ * Minor big fixes.
+
Noteworthy changes in version 1.0.4 (2008-09-22)
------------------------------------------------
Modified: trunk/README
===================================================================
--- trunk/README 2009-01-08 19:52:54 UTC (rev 298)
+++ trunk/README 2009-01-09 12:17:26 UTC (rev 299)
@@ -1,7 +1,7 @@
LIBKSBA
---------
- Copyright 2001, 2006, 2007, 2008 g10 Code GmbH
+ Copyright 2001, 2006, 2007, 2008, 2009 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 2009-01-08 19:52:54 UTC (rev 298)
+++ trunk/configure.ac 2009-01-09 12:17:26 UTC (rev 299)
@@ -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], [1.0.5])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -40,7 +40,7 @@
# Please remember to document interface changes in the NEWS file.
LIBKSBA_LT_CURRENT=17
LIBKSBA_LT_AGE=9
-LIBKSBA_LT_REVISION=4
+LIBKSBA_LT_REVISION=5
#-------------------
# If the API is changed in an incompatible way: increment the next counter.
KSBA_CONFIG_API_VERSION=1
More information about the Gnupg-commits
mailing list