mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
Release 2.0.29.
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
88deb88741
commit
120fc69520
6
AUTHORS
6
AUTHORS
@ -183,10 +183,8 @@ name gpg2keys_*.
|
||||
|
||||
=========
|
||||
|
||||
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 1997-2015 Werner Koch
|
||||
Copyright 1998-2013 Free Software Foundation, Inc.
|
||||
|
||||
This file is free software; as a special exception the author gives
|
||||
unlimited permission to copy and/or distribute it, with or without
|
||||
|
14
NEWS
14
NEWS
@ -1,6 +1,18 @@
|
||||
Noteworthy changes in version 2.0.29 (unreleased)
|
||||
Noteworthy changes in version 2.0.29 (2015-09-08)
|
||||
-------------------------------------------------
|
||||
|
||||
* gpg: Print a PGP-2 fingerprint again instead of a row of "0".
|
||||
|
||||
* gpg: Fixed a race condition from multiple several "gpg --verify".
|
||||
|
||||
* gpg: Print FAILURE status lines to help GPGME.
|
||||
|
||||
* gpgsm: Fixed a regression in CSR generation.
|
||||
|
||||
* scdaemon: Fixed problems with some pinpads.
|
||||
|
||||
* Fixed a few other bugs.
|
||||
|
||||
|
||||
Noteworthy changes in version 2.0.28 (2015-06-02)
|
||||
-------------------------------------------------
|
||||
|
2
README
2
README
@ -2,8 +2,8 @@
|
||||
=======================
|
||||
Version 2.0
|
||||
|
||||
Copyright 1997-2015 Werner Koch
|
||||
Copyright 1998-2015 Free Software Foundation, Inc.
|
||||
Copyright 1997-1998, 2013-2015 Werner Koch
|
||||
|
||||
|
||||
INTRODUCTION
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* gpg.c - The GnuPG utility (main for gpg)
|
||||
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||
* 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1998-2011 Free Software Foundation, Inc.
|
||||
* Copyright (C) 1997-2015 Werner Koch
|
||||
* Copyright (C) 2015 g10 Code GmbH
|
||||
*
|
||||
* This file is part of GnuPG.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user