aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS38
-rw-r--r--README6
-rw-r--r--configure.ac5
-rw-r--r--g10/gpg.c5
-rw-r--r--util/argparse.c2
5 files changed, 39 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index 6fb00cdee..71cfb3315 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,35 @@
-Noteworthy changes in version 1.4.19 (unreleased)
+Noteworthy changes in version 1.4.19 (2015-02-27)
-------------------------------------------------
- * Fix argument parsing for option --debug-level.
+ * Use ciphertext blinding for Elgamal decryption [CVE-2014-3591].
+ See http://www.cs.tau.ac.il/~tromer/radioexp/ for details.
+
+ * Fixed data-dependent timing variations in modular exponentiation
+ [related to CVE-2015-0837, Last-Level Cache Side-Channel Attacks
+ are Practical].
+
+ * Detect faulty use of --verify on detached signatures.
+
+ * Changed the PKA method to use CERT records and hashed names.
+
+ * New import option "keep-ownertrust".
+
+ * Support algorithm names when generating keys using the --command-fd
+ method.
+
+ * Updated many translations.
+
+ * Updated build system.
+
+ * Fixed a regression in keyserver import
+
+ * Fixed argument parsing for option --debug-level.
+
+ * Fixed DoS based on bogus and overlong key packets.
+
+ * Fixed bugs related to bogus keyrings.
+
+ * The usual minor minor bug fixes.
Noteworthy changes in version 1.4.18 (2014-06-30)
@@ -2127,10 +2155,8 @@ Noteworthy changes in version 0.2.3
is generated on a system without a good random number generator.
-Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010, 2011,
- 2012 Free Software Foundation, Inc.
-Copyright (C) 2013 Werner Koch
+Copyright (C) 1998-2015 Free Software Foundation, Inc.
+Copyright (C) 1997-2015 Werner Koch
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/README b/README
index c1847a61d..dbf089640 100644
--- a/README
+++ b/README
@@ -3,10 +3,8 @@
-------------------------------
Version 1.4.19
- Copyright 1998, 1999, 2000, 2001, 2002, 2003,
- 2004, 2005, 2006, 2007, 2008, 2009,
- 2010, 2012, 2013 Free Software Foundation, Inc.
- Copyright 1997, 1998, 2013, 2014 Werner Koch
+ Copyright 1998-2015 Free Software Foundation, Inc.
+ Copyright 1997-2015 Werner Koch
This file is free software; as a special exception the author
gives unlimited permission to copy and/or distribute it, with or
diff --git a/configure.ac b/configure.ac
index e232fae0e..bc9ca911a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
# configure.ac script for GnuPG
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc.
-# Copyright (C) 1998, 2013 Werner Koch
+# Copyright (C) 1998-2015 Free Software Foundation, Inc.
+# Copyright (C) 1998-2015 Werner Koch
#
# This file is part of GnuPG.
#
diff --git a/g10/gpg.c b/g10/gpg.c
index 6dc15fa79..544c576db 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1,7 +1,6 @@
/* gpg.c - The GnuPG utility (main for gpg)
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- * 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc.
- * Copyright (C) 1997, 1998, 2013 Werner Koch
+ * Copyright (C) 1998-2015 Free Software Foundation, Inc.
+ * Copyright (C) 1997-2015 Werner Koch
*
* This file is part of GnuPG.
*
diff --git a/util/argparse.c b/util/argparse.c
index 267b6f17e..3ed669ad0 100644
--- a/util/argparse.c
+++ b/util/argparse.c
@@ -1046,7 +1046,7 @@ default_strusage( int level )
break;
case 11: p = "foo"; break;
case 13: p = "0.0"; break;
- case 14: p = "Copyright (C) 2014 Free Software Foundation, Inc."; break;
+ case 14: p = "Copyright (C) 2015 Free Software Foundation, Inc."; break;
case 15: p =
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n";