[svn] GnuPG - r4892 - in trunk: . agent po
svn author wk
cvs at cvs.gnupg.org
Tue Dec 9 12:54:44 CET 2008
Author: wk
Date: 2008-12-09 12:54:40 +0100 (Tue, 09 Dec 2008)
New Revision: 4892
Modified:
trunk/ChangeLog
trunk/README
trunk/agent/command.c
trunk/configure.ac
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 candidate.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-12-09 10:46:29 UTC (rev 4891)
+++ trunk/ChangeLog 2008-12-09 11:54:40 UTC (rev 4892)
@@ -1,6 +1,6 @@
-2008-10-20 Werner Koch <wk at g10code.com>
+2008-12-09 Werner Koch <wk at g10code.com>
- *
+ Release 2.0.10rc1.
2008-10-17 Werner Koch <wk at g10code.com>
Modified: trunk/README
===================================================================
--- trunk/README 2008-12-09 10:46:29 UTC (rev 4891)
+++ trunk/README 2008-12-09 11:54:40 UTC (rev 4892)
@@ -58,11 +58,10 @@
If everything succeeds, you have a working GnuPG with support for
S/MIME and smartcards. Note that there is no binary gpg but a gpg2 so
-that this package won't conflict with a GnuPG 1.4 installation. gpg2
+that this package won't conflict with a GnuPG 1.4 installation. gpg2
behaves just like gpg.
-In case of problem please ask on gnupg-users at gnupg.org for advise. Note
-that this release is only expected to build on GNU and *BSD systems.
+In case of problem please ask on gnupg-users at gnupg.org for advise.
Note that the PKITS tests are always skipped unless you copy the PKITS
test data file into the tests/pkits directory.
Modified: trunk/agent/command.c
===================================================================
--- trunk/agent/command.c 2008-12-09 10:46:29 UTC (rev 4891)
+++ trunk/agent/command.c 2008-12-09 11:54:40 UTC (rev 4892)
@@ -1153,7 +1153,7 @@
rc = agent_put_cache (grip_clear, CACHE_MODE_ANY, passphrase, ttl);
if (rc)
- log_error ("command preset_passwd failed: %s\n", gpg_strerror (rc));
+ log_error ("command preset_passphrase failed: %s\n", gpg_strerror (rc));
return rc;
}
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-12-09 10:46:29 UTC (rev 4891)
+++ trunk/configure.ac 2008-12-09 11:54:40 UTC (rev 4892)
@@ -24,8 +24,8 @@
# Remember to change the version number immediately *after* a release.
# 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_version], [2.0.10rc1])
+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/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