[svn] ksba - r319 - in trunk: . src
svn author wk
cvs at cvs.gnupg.org
Thu Jul 15 20:21:24 CEST 2010
Author: wk
Date: 2010-07-15 20:21:24 +0200 (Thu, 15 Jul 2010)
New Revision: 319
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
trunk/src/ksba.h
Log:
Prepare a release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-07-15 17:53:02 UTC (rev 318)
+++ trunk/ChangeLog 2010-07-15 18:21:24 UTC (rev 319)
@@ -1,3 +1,9 @@
+2010-07-15 Werner Koch <wk at g10code.com>
+
+ Release 1.0.8.
+
+ * configure.ac: Bump LT version to C17/A9/R8.
+
2010-01-22 Werner Koch <wk at g10code.com>
* autogen.sh: Support --build-w32ce.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-07-15 17:53:02 UTC (rev 318)
+++ trunk/NEWS 2010-07-15 18:21:24 UTC (rev 319)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.0.8 (unreleased)
+Noteworthy changes in version 1.0.8 (2010-07-15)
------------------------------------------------
* Support for WindowsCE.
Modified: trunk/README
===================================================================
--- trunk/README 2010-07-15 17:53:02 UTC (rev 318)
+++ trunk/README 2010-07-15 18:21:24 UTC (rev 319)
@@ -1,7 +1,7 @@
LIBKSBA
---------
- Copyright 2001, 2006, 2007, 2008, 2009 g10 Code GmbH
+ Copyright 2001, 2006, 2007, 2008, 2009, 2010 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 2010-07-15 17:53:02 UTC (rev 318)
+++ trunk/configure.ac 2010-07-15 18:21:24 UTC (rev 319)
@@ -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.8])
-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=7
+LIBKSBA_LT_REVISION=8
#-------------------
# If the API is changed in an incompatible way: increment the next counter.
KSBA_CONFIG_API_VERSION=1
Modified: trunk/src/ksba.h
===================================================================
--- trunk/src/ksba.h 2010-07-15 17:53:02 UTC (rev 318)
+++ trunk/src/ksba.h 2010-07-15 18:21:24 UTC (rev 319)
@@ -1,5 +1,5 @@
-/* ksba.h - X509 library for the Aegypten project
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 g10 Code GmbH
+/* ksba.h - X.509 library used by GnuPG
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2010 g10 Code GmbH
*
* This file is part of KSBA.
*
More information about the Gnupg-commits
mailing list