From 8d47e6e5235b6ecb41baf52865c5837c1de962b5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 18 Feb 2015 14:10:57 +0100 Subject: [PATCH] Release 2.0.27 --- AUTHORS | 5 +++++ NEWS | 21 ++++++++++++++++++++- README | 22 ++++++++++------------ jnlib/argparse.c | 2 +- 4 files changed, 36 insertions(+), 14 deletions(-) diff --git a/AUTHORS b/AUTHORS index 17ef4bbb8..323954b04 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,11 @@ Bug reports: http://bugs.gnupg.org Security related bug reports: License: GPLv3+ +GnuPG is free software. See the files COPYING for copying conditions. +License copyright years may be listed using range notation, e.g., +2000-2013, indicating that every year in the range, inclusive, is a +copyrightable year that would otherwise be listed individually. + Authors with a FSF copyright assignment ======================================= diff --git a/NEWS b/NEWS index 88c667be6..d647e3069 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,25 @@ -Noteworthy changes in version 2.0.27 (unreleased) +Noteworthy changes in version 2.0.27 (2015-02-18) ------------------------------------------------- + * gpg: Detect faulty use of --verify on detached signatures. + + * gpg: New import option "keep-ownertrust". + + * gpg: Uses SHA-256 for all signature types also on RSA keys. + + * gpg: Added support for algo names when generating keys using the + --command-fd method. + + * gpg: Unless --allow-weak-digest-algos is used the insecure MD5 + based fingerprints are shown as all zeroe + + * gpg: Fixed DoS based on bogus and overlong key packets. + + * gpg: Better error reporting for keyserver problems. + + * Fixed several bugs related to bogus keyrings and improved some + other code. + Noteworthy changes in version 2.0.26 (2014-08-12) ------------------------------------------------- diff --git a/README b/README index 7c4e906f2..a33598e3b 100644 --- a/README +++ b/README @@ -2,10 +2,8 @@ ======================= Version 2.0 - Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011, - 2012, 2013 Free Software Foundation, Inc. - Copyright 1997, 1998, 2013, 2014 Werner Koch + Copyright 1998-2015 Free Software Foundation, Inc. + Copyright 1997-1998, 2013-2015 Werner Koch INTRODUCTION @@ -88,9 +86,9 @@ copy of the manual, change to the "doc" directory and enter "make pdf" For a HTML version enter "make html" and point your browser to gnupg.html/index.html. Standard man pages for all components are provided as well. An online version of the manual is available at -http://www.gnupg.org/documentation/manuals/gnupg/ . A version of the +https://gnupg.org/documentation/manuals/gnupg/ . A version of the manual pertaining to the current development snapshot is at -http://www.gnupg.org/documentation/manuals/gnupg-devel/ . +https://gnupg.org/documentation/manuals/gnupg-devel/ . GNUPG 1.4 AND GNUPG 2.0 @@ -109,13 +107,13 @@ dependency on other modules at run and build time. HOW TO GET MORE INFORMATION =========================== -The primary WWW page is "https://www.gnupg.org" +The primary WWW page is "https://gnupg.org" or using TOR "http://ic6au7wa3f6naxjq.onion" The primary FTP site is "ftp://ftp.gnupg.org/gcrypt/" -See http://www.gnupg.org/download/mirrors.html for a list of mirrors -and use them if possible. You may also find GnuPG mirrored on some of -the regular GNU mirrors. +See https://gnupg.org/download/mirrors.html for a list of mirrors and +use them if possible. You may also find GnuPG mirrored on some of the +regular GNU mirrors. We have some mailing lists dedicated to GnuPG: @@ -138,7 +136,7 @@ We have some mailing lists dedicated to GnuPG: You subscribe to one of the list by sending mail with a subject of "subscribe" to x-request@gnupg.org, where x is the name of the mailing list (gnupg-announce, gnupg-users, etc.). An archive of the mailing -lists is available at . +lists is available at . Please direct bug reports to http://bugs.gnupg.org or post them direct to the mailing list . @@ -150,7 +148,7 @@ The English and German mailing lists are watched by the authors and we try to answer questions when time allows us to do so. Commercial grade support for GnuPG is available; for a listing of -offers see https://www.gnupg.org/service.html . Maintaining and +offers see https://gnupg.org/service.html . Maintaining and improving GnuPG is costly. For more than a decade, g10 Code GmbH, a German company owned and headed by GnuPG's principal author Werner Koch, is bearing the majority of these costs. To help them carry on diff --git a/jnlib/argparse.c b/jnlib/argparse.c index c457953f2..184b0f637 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -1266,7 +1266,7 @@ strusage( int level ) break; case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2013 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";