diff options
author | Werner Koch <[email protected]> | 2013-07-25 07:33:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-07-25 08:44:26 +0000 |
commit | fb5c9deaa506249518705846cd9f4c178fe1c4e6 (patch) | |
tree | 8720ad65d5f8bd6093bd0f0df4a522e58b87410c | |
parent | Autoupdate a translation. (diff) | |
download | gnupg-fb5c9deaa506249518705846cd9f4c178fe1c4e6.tar.gz gnupg-fb5c9deaa506249518705846cd9f4c178fe1c4e6.zip |
Release 1.4.14.gnupg-1.4.14
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | util/argparse.c | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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 - RSA secret keys. + RSA secret keys. See <http://eprint.iacr.org/2013/448>. * Fixed IDEA for big-endian CPUs @@ -1,11 +1,11 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.4.13 + Version 1.4.14 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 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 gives unlimited permission to copy and/or distribute it, with or diff --git a/util/argparse.c b/util/argparse.c index 542957dec..a0579cb89 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) 2012 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2013 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"; |