diff options
author | Werner Koch <[email protected]> | 2015-09-08 13:59:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-09-08 13:59:00 +0000 |
commit | 120fc695209fed9b447a72d36a9f7563e7b77a68 (patch) | |
tree | 391a335e2d5ba4f5a771059be322f626032b3fa3 | |
parent | po: Auto-update. (diff) | |
download | gnupg-120fc695209fed9b447a72d36a9f7563e7b77a68.tar.gz gnupg-120fc695209fed9b447a72d36a9f7563e7b77a68.zip |
Release 2.0.29.gnupg-2.0.29
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | g10/gpg.c | 5 |
4 files changed, 19 insertions, 8 deletions
@@ -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 @@ -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,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. * |