mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Release 1.4.14.
This commit is contained in:
parent
a0ee4fc730
commit
fb5c9deaa5
4
NEWS
4
NEWS
@ -1,8 +1,8 @@
|
|||||||
Noteworthy changes in version 1.4.14 (unreleased)
|
Noteworthy changes in version 1.4.14 (2013-07-25)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
* Mitigate the Yarom/Falkner flush+reload side-channel attack on
|
* Mitigate the Yarom/Falkner flush+reload side-channel attack on
|
||||||
RSA secret keys.
|
RSA secret keys. See <http://eprint.iacr.org/2013/448>.
|
||||||
|
|
||||||
* Fixed IDEA for big-endian CPUs
|
* Fixed IDEA for big-endian CPUs
|
||||||
|
|
||||||
|
4
README
4
README
@ -1,11 +1,11 @@
|
|||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.4.13
|
Version 1.4.14
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003,
|
||||||
2004, 2005, 2006, 2007, 2008, 2009,
|
2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
2010, 2012 Free Software Foundation, Inc.
|
2010, 2012, 2013 Free Software Foundation, Inc.
|
||||||
|
|
||||||
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
|
||||||
|
@ -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) 2012 Free Software Foundation, Inc."; break;
|
case 14: p = "Copyright (C) 2013 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user