mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Preparing a release candidate.
This commit is contained in:
parent
9874c62a10
commit
de9cc953af
@ -1,6 +1,6 @@
|
||||
2008-10-20 Werner Koch <wk@g10code.com>
|
||||
2008-12-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
*
|
||||
Release 2.0.10rc1.
|
||||
|
||||
2008-10-17 Werner Koch <wk@g10code.com>
|
||||
|
||||
|
5
README
5
README
@ -58,11 +58,10 @@ As with all packages, you just have to do
|
||||
|
||||
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@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@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.
|
||||
|
@ -1153,7 +1153,7 @@ cmd_preset_passphrase (assuan_context_t ctx, char *line)
|
||||
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;
|
||||
}
|
||||
|
@ -24,8 +24,8 @@ min_automake_version="1.10"
|
||||
# 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],
|
||||
|
656
po/pt_BR.po
656
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
636
po/zh_CN.po
636
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
636
po/zh_TW.po
636
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user