mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +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>
|
2008-10-17 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
3
README
3
README
@ -61,8 +61,7 @@ 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.
|
behaves just like gpg.
|
||||||
|
|
||||||
In case of problem please ask on gnupg-users@gnupg.org for advise. Note
|
In case of problem please ask on gnupg-users@gnupg.org for advise.
|
||||||
that this release is only expected to build on GNU and *BSD systems.
|
|
||||||
|
|
||||||
Note that the PKITS tests are always skipped unless you copy the PKITS
|
Note that the PKITS tests are always skipped unless you copy the PKITS
|
||||||
test data file into the tests/pkits directory.
|
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);
|
rc = agent_put_cache (grip_clear, CACHE_MODE_ANY, passphrase, ttl);
|
||||||
|
|
||||||
if (rc)
|
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;
|
return rc;
|
||||||
}
|
}
|
||||||
|
@ -24,8 +24,8 @@ min_automake_version="1.10"
|
|||||||
# Remember to change the version number immediately *after* a release.
|
# Remember to change the version number immediately *after* a release.
|
||||||
# Set my_issvn to "yes" for non-released code. Remember to run an
|
# Set my_issvn to "yes" for non-released code. Remember to run an
|
||||||
# "svn up" and "autogen.sh" right before creating a distribution.
|
# "svn up" and "autogen.sh" right before creating a distribution.
|
||||||
m4_define([my_version], [2.0.10])
|
m4_define([my_version], [2.0.10rc1])
|
||||||
m4_define([my_issvn], [yes])
|
m4_define([my_issvn], [no])
|
||||||
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
|
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
|
||||||
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
|
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
|
||||||
AC_INIT([gnupg],
|
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