1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-20 01:02:44 +02:00

Release 1.4.19.

This commit is contained in:
Werner Koch 2015-02-27 09:33:58 +01:00
parent 7b3ed1a85f
commit bcf44e2d15
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
5 changed files with 39 additions and 17 deletions

38
NEWS
View File

@ -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) 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. is generated on a system without a good random number generator.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright (C) 1998-2015 Free Software Foundation, Inc.
2005, 2006, 2007, 2008, 2009, 2010, 2011, Copyright (C) 1997-2015 Werner Koch
2012 Free Software Foundation, Inc.
Copyright (C) 2013 Werner Koch
This file is free software; as a special exception the author gives This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without unlimited permission to copy and/or distribute it, with or without

6
README
View File

@ -3,10 +3,8 @@
------------------------------- -------------------------------
Version 1.4.19 Version 1.4.19
Copyright 1998, 1999, 2000, 2001, 2002, 2003, Copyright 1998-2015 Free Software Foundation, Inc.
2004, 2005, 2006, 2007, 2008, 2009, Copyright 1997-2015 Werner Koch
2010, 2012, 2013 Free Software Foundation, Inc.
Copyright 1997, 1998, 2013, 2014 Werner Koch
This file is free software; as a special exception the author This file is free software; as a special exception the author
gives unlimited permission to copy and/or distribute it, with or gives unlimited permission to copy and/or distribute it, with or

View File

@ -1,7 +1,6 @@
# configure.ac script for GnuPG # configure.ac script for GnuPG
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, # Copyright (C) 1998-2015 Free Software Foundation, Inc.
# 2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc. # Copyright (C) 1998-2015 Werner Koch
# Copyright (C) 1998, 2013 Werner Koch
# #
# This file is part of GnuPG. # This file is part of GnuPG.
# #

View File

@ -1,7 +1,6 @@
/* gpg.c - The GnuPG utility (main for gpg) /* gpg.c - The GnuPG utility (main for gpg)
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, * Copyright (C) 1998-2015 Free Software Foundation, Inc.
* 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc. * Copyright (C) 1997-2015 Werner Koch
* Copyright (C) 1997, 1998, 2013 Werner Koch
* *
* This file is part of GnuPG. * This file is part of GnuPG.
* *

View File

@ -1046,7 +1046,7 @@ default_strusage( int level )
break; break;
case 11: p = "foo"; break; case 11: p = "foo"; break;
case 13: p = "0.0"; 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 = case 15: p =
"This is free software: you are free to change and redistribute it.\n" "This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"; "There is NO WARRANTY, to the extent permitted by law.\n";