[svn] GnuPG - r4913 - in trunk: . doc g10 po
svn author wk
cvs at cvs.gnupg.org
Mon Jan 12 10:18:32 CET 2009
Author: wk
Date: 2009-01-12 10:18:27 +0100 (Mon, 12 Jan 2009)
New Revision: 4913
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
trunk/doc/ChangeLog
trunk/doc/faq.raw
trunk/g10/ChangeLog
trunk/g10/getkey.c
trunk/po/be.po
trunk/po/ca.po
trunk/po/cs.po
trunk/po/da.po
trunk/po/de.po
trunk/po/el.po
trunk/po/eo.po
trunk/po/es.po
trunk/po/et.po
trunk/po/fi.po
trunk/po/fr.po
trunk/po/gl.po
trunk/po/hu.po
trunk/po/id.po
trunk/po/it.po
trunk/po/ja.po
trunk/po/nb.po
trunk/po/pl.po
trunk/po/pt.po
trunk/po/pt_BR.po
trunk/po/ro.po
trunk/po/ru.po
trunk/po/sk.po
trunk/po/sv.po
trunk/po/tr.po
trunk/po/zh_CN.po
trunk/po/zh_TW.po
Log:
preparing a release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/ChangeLog 2009-01-12 09:18:27 UTC (rev 4913)
@@ -1,3 +1,7 @@
+2009-01-12 Werner Koch <wk at g10code.com>
+
+ Release 2.0.10.
+
2008-12-09 Werner Koch <wk at g10code.com>
Release 2.0.10rc1.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/doc/ChangeLog 2009-01-12 09:18:27 UTC (rev 4913)
@@ -1,3 +1,7 @@
+2009-01-12 Werner Koch <wk at g10code.com>
+
+ * faq.raw: Fix bug reorting address.
+
2008-12-12 Werner Koch <wk at g10code.com>
* gpgsm.texi (General GPGSM Commands): Fix --help, --version and
Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/g10/ChangeLog 2009-01-12 09:18:27 UTC (rev 4913)
@@ -1,3 +1,8 @@
+2009-01-12 Werner Koch <wk at g10code.com>
+
+ * getkey.c (finish_lookup): Take care of keys with a zero
+ timestamp. Reported by Peter Gutmann.
+
2009-01-08 Werner Koch <wk at g10code.com>
* misc.c (has_invalid_email_chars): Let non-ascii pass through.
@@ -10420,7 +10425,7 @@
Copyright 1998,1999,2000,2001,2002,2003,2004,2005,
- 2006,2007,2008 Free Software Foundation, Inc.
+ 2006,2007,2008,2009 Free Software Foundation, Inc.
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/NEWS
===================================================================
--- trunk/NEWS 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/NEWS 2009-01-12 09:18:27 UTC (rev 4913)
@@ -1,4 +1,4 @@
-Noteworthy changes in version 2.0.10 (unreleased)
+Noteworthy changes in version 2.0.10 (2009-01-12)
-------------------------------------------------
* [gpg] New keyserver helper gpg2keys_kdns as generic DNS CERT
Modified: trunk/README
===================================================================
--- trunk/README 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/README 2009-01-12 09:18:27 UTC (rev 4913)
@@ -3,7 +3,7 @@
Version 2.0
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
INTRODUCTION
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/configure.ac 2009-01-12 09:18:27 UTC (rev 4913)
@@ -25,7 +25,8 @@
# 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], [2.0.10])
-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)]))
AC_INIT([gnupg],
Modified: trunk/doc/faq.raw
===================================================================
--- trunk/doc/faq.raw 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/doc/faq.raw 2009-01-12 09:18:27 UTC (rev 4913)
@@ -1028,8 +1028,8 @@
lists? Did you have a look at the bug list (you'll find a link to
the list of reported bugs on the documentation page). If you're not
sure about it being a bug, you can send mail to the gnupg-devel
- list. Otherwise, use the GUUG bug tracking system
- [H a href=http://bugs.guug.de/Reporting.html]<http://bugs.guug.de/Reporting.html>[H /a].
+ list. Otherwise, use the bug tracking system
+ [H a href=http://bugs.gnupg.org]<http://bugs.gnupg.org>[H /a].
<Q> Why doesn't GnuPG support X.509 certificates?
Modified: trunk/g10/getkey.c
===================================================================
--- trunk/g10/getkey.c 2009-01-08 19:56:30 UTC (rev 4912)
+++ trunk/g10/getkey.c 2009-01-12 09:18:27 UTC (rev 4913)
@@ -2696,8 +2696,13 @@
}
if (DBG_CACHE)
- log_debug( "\tsubkey looks fine\n");
- if ( pk->timestamp > latest_date ) {
+ log_debug( "\tsubkey might be fine\n");
+ /* In case a key has a timestamp of 0 set, we make sure
+ that it is used. A better change would be to compare
+ ">=" but that might also change the selected keys and
+ is as such a more intrusive change. */
+ if ( pk->timestamp > latest_date
+ || (!pk->timestamp && !latest_date)) {
latest_date = pk->timestamp;
latest_key = k;
}
Modified: trunk/po/be.po [not shown]
Modified: trunk/po/ca.po [not shown]
Modified: trunk/po/cs.po [not shown]
Modified: trunk/po/da.po [not shown]
Modified: trunk/po/de.po [not shown]
Modified: trunk/po/el.po [not shown]
Modified: trunk/po/eo.po [not shown]
Modified: trunk/po/es.po [not shown]
Modified: trunk/po/et.po [not shown]
Modified: trunk/po/fi.po [not shown]
Modified: trunk/po/fr.po [not shown]
Modified: trunk/po/gl.po [not shown]
Modified: trunk/po/hu.po [not shown]
Modified: trunk/po/id.po [not shown]
Modified: trunk/po/it.po [not shown]
Modified: trunk/po/ja.po [not shown]
Modified: trunk/po/nb.po [not shown]
Modified: trunk/po/pl.po [not shown]
Modified: trunk/po/pt.po [not shown]
Modified: trunk/po/pt_BR.po [not shown]
Modified: trunk/po/ro.po [not shown]
Modified: trunk/po/ru.po [not shown]
Modified: trunk/po/sk.po [not shown]
Modified: trunk/po/sv.po [not shown]
Modified: trunk/po/tr.po [not shown]
Modified: trunk/po/zh_CN.po [not shown]
Modified: trunk/po/zh_TW.po [not shown]
More information about the Gnupg-commits
mailing list