[svn] ksba - r225 - in trunk: . tests
svn author wk
cvs at cvs.gnupg.org
Mon Aug 1 18:04:22 CEST 2005
Author: wk
Date: 2005-08-01 18:04:21 +0200 (Mon, 01 Aug 2005)
New Revision: 225
Added:
trunk/README.SVN
Removed:
trunk/README.CVS
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/tests/crl_testpki_testpca.der
Log:
make duistcheck works on the SVN version now.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-08-01 16:00:48 UTC (rev 224)
+++ trunk/ChangeLog 2005-08-01 16:04:21 UTC (rev 225)
@@ -1,6 +1,12 @@
+2005-08-01 Werner Koch <wk at g10code.com>
+
+ Released 0.9.12.
+
+ * configure.ac: Bumped LT version to C14/A6/R1.
+
2005-06-02 Werner Koch <wk at g10code.com>
- * gl/, gp/m4/: New.
+ * gl/, gl/m4/: New.
* configure.ac: Add test for gnulib module alloca.
* Makefile.am (SUBDIRS): Include gl/
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2005-08-01 16:00:48 UTC (rev 224)
+++ trunk/NEWS 2005-08-01 16:04:21 UTC (rev 225)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 0.9.12
+Noteworthy changes in version 0.9.12 (2005-08-01)
-------------------------------------------------
* GeneralNames types dNSName and Uri are now supported.
Deleted: trunk/README.CVS
Copied: trunk/README.SVN (from rev 223, trunk/README.CVS)
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-08-01 16:00:48 UTC (rev 224)
+++ trunk/configure.ac 2005-08-01 16:04:21 UTC (rev 225)
@@ -1,5 +1,5 @@
# configure.ac - for libksba
-# Copyright (C) 2001, 2002, 2003, 2004 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
#
# This file is part of KSBA
#
@@ -23,7 +23,7 @@
# Version number: Remember to change immediately *after* a release.
# Append a "-cvs" for non-released versions.
-AC_INIT(libksba, 0.9.12-cvs, gpa-dev at gnupg.org)
+AC_INIT(libksba, 0.9.12, gpa-dev at gnupg.org)
# LT Version numbers: Remember to change them just *before* a release.
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
@@ -31,7 +31,7 @@
# Please remember to document interface changes in the NEWS file.
LIBKSBA_LT_CURRENT=14
LIBKSBA_LT_AGE=6
-LIBKSBA_LT_REVISION=0
+LIBKSBA_LT_REVISION=1
#-------------------
# fixme: When bouncing this to a newer version, you check whether the
Modified: trunk/tests/crl_testpki_testpca.der
===================================================================
(Binary files differ)
More information about the Gnupg-commits
mailing list