mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
Release 2.0.23
This commit is contained in:
parent
c18755a260
commit
6209c6d9ad
5
AUTHORS
5
AUTHORS
@ -1,5 +1,5 @@
|
|||||||
Program: GnuPG
|
Program: GnuPG
|
||||||
Homepage: http://www.gnupg.org
|
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>
|
||||||
@ -156,7 +156,7 @@ by Colin Tuckley and Daniel Leidert for the GNU/Debian distribution.
|
|||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
GnuPG is distributed under the GNU General Public License, version 2
|
GnuPG is distributed under the GNU General Public License, version 3
|
||||||
or later. A few files are under the Lesser General Public License, a
|
or later. A few files are under the Lesser General Public License, a
|
||||||
few other files carry the all permissive license note as found at the
|
few other files carry the all permissive license note as found at the
|
||||||
bottom of this file. Certain files in keyserver/ allow one specific
|
bottom of this file. Certain files in keyserver/ allow one specific
|
||||||
@ -181,6 +181,7 @@ name gpg2keys_*.
|
|||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||||
2006, 2007, 2008, 2009, 2010, 2011,
|
2006, 2007, 2008, 2009, 2010, 2011,
|
||||||
2012, 2013 Free Software Foundation, Inc.
|
2012, 2013 Free Software Foundation, Inc.
|
||||||
|
Copyright 1997, 1998, 2013, 2014 Werner Koch
|
||||||
|
|
||||||
This file is free software; as a special exception the author gives
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
28
NEWS
28
NEWS
@ -1,10 +1,30 @@
|
|||||||
Noteworthy changes in version 2.0.23 (unreleased)
|
Noteworthy changes in version 2.0.23 (2014-06-03)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
* Do not create a trustdb file if --trust-model=always is used.
|
* gpg: Reject signatures made using the MD5 hash algorithm unless the
|
||||||
|
new option --allow-weak-digest-algos or --pgp2 are given.
|
||||||
|
|
||||||
* Only the major version number is by default included in the armored
|
* gpg: Do not create a trustdb file if --trust-model=always is used.
|
||||||
output.
|
|
||||||
|
* gpg: Only the major version number is by default included in the
|
||||||
|
armored output.
|
||||||
|
|
||||||
|
* gpg: Print a warning if the Gnome-Keyring-Daemon intercepts the
|
||||||
|
communication with the gpg-agent.
|
||||||
|
|
||||||
|
* gpg: The format of the fallback key listing ("gpg KEYFILE") is now more
|
||||||
|
aligned to the regular key listing ("gpg -k").
|
||||||
|
|
||||||
|
* gpg: The option--show-session-key prints its output now before the
|
||||||
|
decryption of the bulk message starts.
|
||||||
|
|
||||||
|
* gpg: New %U expando for the photo viewer.
|
||||||
|
|
||||||
|
* gpgsm: Improved handling of re-issued CA certificates.
|
||||||
|
|
||||||
|
* scdaemon: Various fixes for pinpad equipped card readers.
|
||||||
|
|
||||||
|
* Minor bug fixes.
|
||||||
|
|
||||||
|
|
||||||
Noteworthy changes in version 2.0.22 (2013-10-04)
|
Noteworthy changes in version 2.0.22 (2013-10-04)
|
||||||
|
17
README
17
README
@ -1,10 +1,11 @@
|
|||||||
The GNU Privacy Guard 2
|
The GNU Privacy Guard
|
||||||
=========================
|
=======================
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
|
||||||
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
2005, 2006, 2007, 2008, 2009, 2010, 2011,
|
2005, 2006, 2007, 2008, 2009, 2010, 2011,
|
||||||
2012, 2013 Free Software Foundation, Inc.
|
2012, 2013 Free Software Foundation, Inc.
|
||||||
|
Copyright 1997, 1998, 2013, 2014 Werner Koch
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
@ -108,7 +109,8 @@ dependency on other modules at run and build time.
|
|||||||
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 mirrors
|
See http://www.gnupg.org/download/mirrors.html for a list of mirrors
|
||||||
@ -147,8 +149,12 @@ authors directly as we are busy working on improvements and bug fixes.
|
|||||||
The English and German mailing lists are watched by the authors and we
|
The English and German mailing lists are watched by the authors and we
|
||||||
try to answer questions when time allows us to do so.
|
try to answer questions when time allows us 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. 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
|
||||||
|
this work, they need your support. See https://gnupg.org/donate/ .
|
||||||
|
|
||||||
|
|
||||||
This file is Free Software; as a special exception the authors gives
|
This file is Free Software; as a special exception the authors gives
|
||||||
@ -158,4 +164,3 @@ Commercial grade support for GnuPG is available; please see
|
|||||||
distributed in the hope that it will be useful, but WITHOUT ANY
|
distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY, to the extent permitted by law; without even the implied
|
WARRANTY, to the extent permitted by law; without even the implied
|
||||||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user