diff options
author | Werner Koch <[email protected]> | 2007-03-05 10:22:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-03-05 10:22:56 +0000 |
commit | 7cb81bb3ef2769812678719d440aa844c0bb889a (patch) | |
tree | c9cb62c8dcee5935c4ad86b190d171beec5035d0 /NEWS | |
parent | Updated (diff) | |
download | gnupg-1.4.7.tar.gz gnupg-1.4.7.zip |
Preparing 1.4.7gnupg-1.4.7
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,11 +1,21 @@ -Noteworthy changes in version 1.4.7 +Noteworthy changes in version 1.4.7 (2007-03-05) ------------------------------------------------ + * By default, do not allow processing multiple plaintexts in a + single stream. Many programs that called GnuPG were assuming + that GnuPG did not permit this, and were thus not using the + plaintext boundary status tags that GnuPG provides. This change + makes GnuPG reject such messages by default which makes those + programs safe again. --allow-multiple-messages returns to the + old behavior. + * [W32] The environment variable LANGUAGE may be used to override the language given by HKCU\Software\GNU\GnuPG:Lang. The language files "*.mo" are expected in a directory named "gnupg.nls" below the directory with the gpg.exe binary. + * New --verify-option show-primary-uid-only. + Noteworthy changes in version 1.4.6 (2006-12-06) ------------------------------------------------ @@ -35,7 +45,7 @@ Noteworthy changes in version 1.4.6 (2006-12-06) violations pertaining to this issue, including those that may have occurred in the past. - * Man pages are now build from the same source as those of GnuPG-2. + * Man pages are now built from the same source as those of GnuPG-2. Noteworthy changes in version 1.4.5 (2006-08-01) |