aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-10-04 19:10:52 +0000
committerWerner Koch <[email protected]>2013-10-04 19:10:52 +0000
commit8707657fe635b50a5e1a4ed804ea2645c1427ac6 (patch)
treed5aab101364d0504ff4b7d89df820e56aefec2bd
parentpo: Autoupdate due to changed order of strings. (diff)
downloadgnupg-1.4.15.tar.gz
gnupg-1.4.15.zip
Release 1.4.15gnupg-1.4.15
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6223900da..c9485309a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
-Noteworthy changes in version 1.4.15 (unreleased)
+Noteworthy changes in version 1.4.15 (2013-10-04)
-------------------------------------------------
- * Fixed bug with deeply nested compressed packets.
+ * Fixed possible infinite recursion in the compressed packet
+ parser. [CVE-2013-4402]
+
+ * Protect against rogue keyservers sending secret keys.
+
+ * Use 2048 bit also as default for batch key generation.
+
+ * Minor bug fixes.
Noteworthy changes in version 1.4.14 (2013-07-25)
@@ -9,6 +16,7 @@ Noteworthy changes in version 1.4.14 (2013-07-25)
* Mitigate the Yarom/Falkner flush+reload side-channel attack on
RSA secret keys. See <http://eprint.iacr.org/2013/448>.
+ [CVE-2013-4242]
* Fixed IDEA for big-endian CPUs