[svn] ksba - r304 - trunk

svn author wk cvs at cvs.gnupg.org
Fri Jun 5 11:51:27 CEST 2009


Author: wk
Date: 2009-06-05 11:51:27 +0200 (Fri, 05 Jun 2009)
New Revision: 304

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
Log:
Prepare 1.0.6


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-05-28 08:07:16 UTC (rev 303)
+++ trunk/ChangeLog	2009-06-05 09:51:27 UTC (rev 304)
@@ -1,3 +1,9 @@
+2009-06-05  Werner Koch  <wk at g10code.com>
+
+	Release 1.0.6.
+	
+	* configure.ac: Bump LT version to C17/A9/R6.
+
 2009-01-09  Werner Koch  <wk at g10code.com>
 
 	Release 1.0.5.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2009-05-28 08:07:16 UTC (rev 303)
+++ trunk/NEWS	2009-06-05 09:51:27 UTC (rev 304)
@@ -1,12 +1,12 @@
-Noteworthy changes in version 1.0.6
+Noteworthy changes in version 1.0.6 (2009-06-05)
 ------------------------------------------------
 
  * Support SHA-{384,512} based signature generation.
 
  * The RSA algorithmIdentifier ASN.1 sequence is now emitted with an
-   explicit NULL parameter.  Despite all the interop testing we did in
-   the past, some software still requires this and thus we follow the
-   best current practise now.
+   explicit NULL parameter.  Despite the interop testing we did in the
+   past, some software still requires this and thus we better follow
+   the best current practise.
 
 
 Noteworthy changes in version 1.0.5 (2009-01-09)

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-05-28 08:07:16 UTC (rev 303)
+++ trunk/configure.ac	2009-06-05 09:51:27 UTC (rev 304)
@@ -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.6])
-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=5
+LIBKSBA_LT_REVISION=6
 #-------------------
 # 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