diff options
author | Werner Koch <[email protected]> | 2006-12-06 09:52:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-12-06 09:52:40 +0000 |
commit | d8ff6704c8c19adc339bed224b5bd1ed3090673e (patch) | |
tree | 799ba7d809589433fc94273f0569c7d44b716ce0 /NEWS | |
parent | Changing the way man pages are build. (diff) | |
download | gnupg-1.4.6.tar.gz gnupg-1.4.6.zip |
Preparing a releasegnupg-1.4.6
Diffstat (limited to '')
-rw-r--r-- | NEWS | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,11 +1,14 @@ -Noteworthy changes in version 1.4.6 +Noteworthy changes in version 1.4.6 (2006-12-06) ------------------------------------------------ + * Fixed a serious and exploitable bug in processing encrypted + packages. [CVE-2006-6235]. + + * Fixed a buffer overflow in gpg. [bug#728, CVE-2006-6169] + * Fixed a bug while decrypting certain compressed and encrypted messages. [bug#537] - * Fixed a buffer overflow in gpg. [bug#728, CVE-2006-6169] - * Added --s2k-count to set the number of times passphrase mangling is repeated. The default is 65536 times. @@ -23,6 +26,8 @@ Noteworthy changes in version 1.4.6 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. + Noteworthy changes in version 1.4.5 (2006-08-01) ------------------------------------------------ |