[svn] ksba - r259 - trunk
svn author wk
cvs at cvs.gnupg.org
Wed Nov 29 20:24:50 CET 2006
Author: wk
Date: 2006-11-29 20:24:50 +0100 (Wed, 29 Nov 2006)
New Revision: 259
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Log:
Preparing a release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-11-29 19:17:00 UTC (rev 258)
+++ trunk/ChangeLog 2006-11-29 19:24:50 UTC (rev 259)
@@ -1,5 +1,9 @@
2006-11-29 Werner Koch <wk at g10code.com>
+ Released 1.0.1.
+
+ * configure.ac: Bumped LT version to C17/A9/R1.
+
* gl/dummyobj.c: New.
2006-11-15 Werner Koch <wk at g10code.com>
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2006-11-29 19:17:00 UTC (rev 258)
+++ trunk/NEWS 2006-11-29 19:24:50 UTC (rev 259)
@@ -1,9 +1,13 @@
-Noteworthy changes in version 1.0.1
--------------------------------------------------
+Noteworthy changes in version 1.0.1 (2006-11-29)
+------------------------------------------------
+ * Fixes for certificates lacking certain objects.
+ * Fixes to allow building on systems with a broken ar.
+
+
Noteworthy changes in version 1.0.0 (2006-08-31)
--------------------------------------------------
+------------------------------------------------
* OCSP nonces are now checked to detect replay attacks.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-11-29 19:17:00 UTC (rev 258)
+++ trunk/configure.ac 2006-11-29 19:24:50 UTC (rev 259)
@@ -27,7 +27,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.1])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -41,7 +41,7 @@
# Please remember to document interface changes in the NEWS file.
LIBKSBA_LT_CURRENT=17
LIBKSBA_LT_AGE=9
-LIBKSBA_LT_REVISION=0
+LIBKSBA_LT_REVISION=1
#-------------------
# 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