Release 2.0.27

This commit is contained in:
Werner Koch 2015-02-18 14:10:57 +01:00
parent be91b2f89e
commit 8d47e6e523
4 changed files with 36 additions and 14 deletions

View File

@ -5,6 +5,11 @@ Bug reports: http://bugs.gnupg.org
Security related bug reports: <security@gnupg.org>
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
=======================================

21
NEWS
View File

@ -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)
-------------------------------------------------

22
README
View File

@ -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 <http://www.gnupg.org/documentation/mailing-lists.html>.
lists is available at <https://gnupg.org/documentation/mailing-lists.html>.
Please direct bug reports to http://bugs.gnupg.org or post them direct
to the mailing list <gnupg-devel@gnupg.org>.
@ -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

View File

@ -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";