[svn] ksba - r283 - in trunk: . src
svn author wk
cvs at cvs.gnupg.org
Tue Feb 12 17:04:22 CET 2008
Author: wk
Date: 2008-02-12 17:04:19 +0100 (Tue, 12 Feb 2008)
New Revision: 283
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/TODO
trunk/config.guess
trunk/config.sub
trunk/configure.ac
trunk/src/ChangeLog
Log:
Preparing a release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/ChangeLog 2008-02-12 16:04:19 UTC (rev 283)
@@ -1,3 +1,11 @@
+2008-02-12 Werner Koch <wk at g10code.com>
+
+ Released 1.0.2.
+
+ * configure.ac: Bump LT version to C17/A9/R3.
+
+ * config.guess, config.sub: Update to version 2007-11-19.
+
2007-11-07 Werner Koch <wk at g10code.com>
* configure.ac: Add option --disable-optimization.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/src/ChangeLog 2008-02-12 16:04:19 UTC (rev 283)
@@ -4,7 +4,7 @@
2008-01-11 Werner Koch <wk at g10code.com>
- * ber-decoder.c (decoder_next): Initialize NODE.
+ * ber-decoder.c (decoder_next): Initialize NODE. Fixes bug#582.
2007-12-13 Werner Koch <wk at g10code.com>
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/NEWS 2008-02-12 16:04:19 UTC (rev 283)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.0.3
+Noteworthy changes in version 1.0.3 (2008-02-12)
------------------------------------------------
* Minor bug fixes.
Modified: trunk/README
===================================================================
--- trunk/README 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/README 2008-02-12 16:04:19 UTC (rev 283)
@@ -1,7 +1,7 @@
LIBKSBA
---------
- Copyright 2001, 2006, 2007 g10 Code GmbH
+ Copyright 2001, 2006, 2007, 2008 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
@@ -12,7 +12,6 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
-
Libksba itself is distributed under the terms of the GNU General
Public License, see the file COPYING for details.
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/TODO 2008-02-12 16:04:19 UTC (rev 283)
@@ -63,9 +63,3 @@
http://pks.telesec.de/telesec/servlet/download_cr (2006-09-04).
** Allow fetching of all entry extensions.
-
-
-
-
-
-
Modified: trunk/config.guess
===================================================================
--- trunk/config.guess 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/config.guess 2008-02-12 16:04:19 UTC (rev 283)
@@ -4,11 +4,11 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-05-17'
+timestamp='2007-11-19'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
@@ -17,7 +17,9 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -328,7 +330,7 @@
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
- i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
+ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
sun4*:SunOS:6*:*)
@@ -791,7 +793,7 @@
exit ;;
*:Interix*:[3456]*)
case ${UNAME_MACHINE} in
- x86)
+ x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
EM64T | authenticamd)
@@ -952,8 +954,8 @@
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
- xtensa:Linux:*:*)
- echo xtensa-unknown-linux-gnu
+ xtensa*:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so
Modified: trunk/config.sub
===================================================================
--- trunk/config.sub 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/config.sub 2008-02-12 16:04:19 UTC (rev 283)
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-06-28'
+timestamp='2007-11-19'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -12,7 +12,7 @@
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -21,7 +21,9 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -367,10 +369,14 @@
| v850-* | v850e-* | vax-* \
| we32k-* \
| x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
- | xstormy16-* | xtensa-* \
+ | xstormy16-* | xtensa*-* \
| ymp-* \
| z8k-*)
;;
+ # Recognize the basic CPU types without company name, with glob match.
+ xtensa*)
+ basic_machine=$basic_machine-unknown
+ ;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd)
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-02-01 12:22:24 UTC (rev 282)
+++ trunk/configure.ac 2008-02-12 16:04:19 UTC (rev 283)
@@ -1,5 +1,5 @@
# configure.ac - for libksba
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 g10 Code GmbH
#
# This file is part of KSBA
#
@@ -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.3])
-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)]))
@@ -39,7 +39,7 @@
# Please remember to document interface changes in the NEWS file.
LIBKSBA_LT_CURRENT=17
LIBKSBA_LT_AGE=9
-LIBKSBA_LT_REVISION=2
+LIBKSBA_LT_REVISION=3
#-------------------
# 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