diff options
author | Werner Koch <wk@gnupg.org> | 2009-08-20 10:41:15 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-08-20 10:41:15 +0200 |
commit | 7cde92403c2134a20818a9c499b60450a3addfcb (patch) | |
tree | f7e9acb88cd05bfd6e142bfde026f0405876e290 /README.maint | |
parent | Fixed bug#920 (diff) | |
download | gnupg2-7cde92403c2134a20818a9c499b60450a3addfcb.tar.xz gnupg2-7cde92403c2134a20818a9c499b60450a3addfcb.zip |
2009-08-20 Daiki Ueno <ueno@unixuser.org>
* mainproc.c (proc_encrypted): Clear passphrase cached with S2K
cache ID if decryption failed.
* passphrase.c (passphrase_to_dek_ext): Set dek->s2k_cacheid.
* gpgv.c (passphrase_clear_cache): New stub.
Diffstat (limited to 'README.maint')
-rw-r--r-- | README.maint | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.maint b/README.maint index 045c21ccb..3d0e5abd3 100644 --- a/README.maint +++ b/README.maint @@ -21,7 +21,8 @@ Release process: * Make sure that all new PO files are checked in. * Decide whether you want to update the automake standard files (Mainly config.guess and config.sub). - * [1.4 only] Update gpg.texi and gpgv.texi from the trunk. + * [1.4 only] Update gpg.texi and gpgv.texi from the trunk: + make -C doc update-source-from-gnupg-2 * Run "make -C po update-po". * Write NEWS entries and set the release date in NEWS. * In configure.ac set "my_issvn" to "no". |