mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Release 1.4.17
This commit is contained in:
parent
8d5f493ba4
commit
297f2ac645
29
AUTHORS
29
AUTHORS
@ -1,10 +1,16 @@
|
|||||||
Program: GnuPG
|
Program: GnuPG
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
|
Homepage: https://www.gnupg.org
|
||||||
Maintainer: Werner Koch <wk@gnupg.org>
|
Maintainer: Werner Koch <wk@gnupg.org>
|
||||||
Bug reports: http://bugs.gnupg.org
|
Bug reports: http://bugs.gnupg.org
|
||||||
Security related bug reports: <security@gnupg.org>
|
Security related bug reports: <security@gnupg.org>
|
||||||
License: GPLv3+
|
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
|
Authors with a FSF copyright assignment
|
||||||
=======================================
|
=======================================
|
||||||
@ -129,7 +135,7 @@ Other authors
|
|||||||
=============
|
=============
|
||||||
|
|
||||||
The need for copyright assignments to the FSF has been waived on
|
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.
|
been waived in December 2012.
|
||||||
|
|
||||||
This program uses the zlib compression library written by
|
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.
|
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,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
|
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
|
This file (AUTHORS) is free software; as a special exception the
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
author gives unlimited permission to copy and/or distribute it, with
|
||||||
modifications, as long as this notice is preserved.
|
or without modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
This file is distributed in the hope that it will be useful, but
|
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
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||||
|
16
NEWS
16
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)
|
Noteworthy changes in version 1.4.16 (2013-12-18)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
|
27
README
27
README
@ -1,12 +1,12 @@
|
|||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.4.16
|
Version 1.4.17
|
||||||
|
|
||||||
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, 2013 Free Software Foundation, Inc.
|
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
|
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
|
||||||
@ -783,10 +783,12 @@
|
|||||||
How to Get More Information
|
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/
|
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
|
mirrors and use them if possible. You may also find GnuPG
|
||||||
mirrored on some of the regular GNU mirrors.
|
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
|
of "subscribe" to x-request@gnupg.org, where x is the name of the
|
||||||
mailing list (gnupg-announce, gnupg-users, etc.). An archive of
|
mailing list (gnupg-announce, gnupg-users, etc.). An archive of
|
||||||
the mailing lists are available at
|
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
|
Please direct bug reports to http://bugs.gnupg.org or post
|
||||||
them direct to the mailing list <gnupg-devel@gnupg.org>.
|
them direct to the mailing list <gnupg-devel@gnupg.org>.
|
||||||
@ -825,12 +827,9 @@
|
|||||||
by the authors and we try to answer questions when time allows us
|
by the authors and we try to answer questions when time allows us
|
||||||
to do so.
|
to do so.
|
||||||
|
|
||||||
Commercial grade support for GnuPG is available; please see
|
Commercial grade support for GnuPG is available; for a listing of
|
||||||
http://www.gnupg.org/service.html .
|
offers see https://www.gnupg.org/service.html . Maintaining and
|
||||||
|
improving GnuPG is costly. Since 2001, g10 Code GmbH, a German
|
||||||
The driving force behind the development of GnuPG is the company
|
company owned and headed by GnuPG's principal author Werner Koch,
|
||||||
of its principal author, Werner Koch. Maintenance and improvement
|
is bearing the majority of these costs. To help them carry on
|
||||||
of GnuPG and related software take up most of their resources.
|
this work, they need your support. See https://gnupg.org/donate/
|
||||||
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
|
|
||||||
|
@ -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) 2013 Free Software Foundation, Inc."; break;
|
case 14: p = "Copyright (C) 2014 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