diff --git a/AUTHORS b/AUTHORS index 29f775f23..8e592193f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,16 @@ Program: GnuPG Version: 1.4 +Homepage: https://www.gnupg.org Maintainer: Werner Koch 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 ======================================= @@ -129,7 +135,7 @@ Other authors ============= The need for copyright assignments to the FSF has been waived on -2013-03-29; The need for copyright disclaimers for translations has +2013-03-29; the need for copyright disclaimers for translations has been waived in December 2012. This program uses the zlib compression library written by @@ -161,13 +167,26 @@ was written by 1996-2010 Julian R Seward. See bzip/LICENSE for details. +Copyright +========= + +GnuPG is distributed under the GNU General Public License, version 3 +or later. + +Note that some files are under a combination of the GNU Lesser General +Public License, version 3 and the GNU General Public License, version +2. A few other files carry the all permissive license note as found +at the bottom of this file. + +==================== + Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. - Copyright 2013 Werner Koch + Copyright 2013, 2014 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 - modifications, as long as this notice is preserved. + This file (AUTHORS) is free software; as a special exception the + author gives unlimited permission to copy and/or distribute it, with + or without modifications, as long as this notice is preserved. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the diff --git a/NEWS b/NEWS index 1dfb23fef..e93560525 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,20 @@ -Noteworthy changes in version 1.4.17 (unreleased) +Noteworthy changes in version 1.4.17 (2014-06-23) ------------------------------------------------- + * Avoid DoS due to garbled compressed data packets. + + * Screen keyserver reponses to avoid import of unwanted keys by rogue + servers. + + * Add hash algorithms to the "sig" records of the colon output. + + * More specific reason codes for INV_RECP status. + + * Fixes for PC/SC access on Apple. + + * Minor bug fixes. + + Noteworthy changes in version 1.4.16 (2013-12-18) ------------------------------------------------- diff --git a/README b/README index f025c5124..5d1edbd98 100644 --- a/README +++ b/README @@ -1,12 +1,12 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.4.16 + Version 1.4.17 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc. - Copyright 1997, 1998, 2013 Werner Koch + Copyright 1997, 1998, 2013, 2014 Werner Koch This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or @@ -783,10 +783,12 @@ How to Get More Information --------------------------- - The primary WWW page is http://www.gnupg.org + The primary WWW page is https://www.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 + See https://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. @@ -813,7 +815,7 @@ 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 are available at - http://www.gnupg.org/documentation/mailing-lists.html + https://www.gnupg.org/documentation/mailing-lists.html Please direct bug reports to http://bugs.gnupg.org or post them direct to the mailing list . @@ -825,12 +827,9 @@ by the authors and we try to answer questions when time allows us to do so. - Commercial grade support for GnuPG is available; please see - http://www.gnupg.org/service.html . - - The driving force behind the development of GnuPG is the company - of its principal author, Werner Koch. Maintenance and improvement - of GnuPG and related software take up most of their resources. - To continue the work they ask to either donate money, purchase a - support contract, or engage them for custom enhancements. See - http://g10code.com/gnupg-donation.html + Commercial grade support for GnuPG is available; for a listing of + offers see https://www.gnupg.org/service.html . Maintaining and + improving GnuPG is costly. Since 2001, 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 + this work, they need your support. See https://gnupg.org/donate/ diff --git a/util/argparse.c b/util/argparse.c index a0579cb89..267b6f17e 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) 2013 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2014 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";