diff options
Diffstat (limited to '')
-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) |