aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-09-08 13:59:00 +0000
committerWerner Koch <[email protected]>2015-09-08 13:59:00 +0000
commit120fc695209fed9b447a72d36a9f7563e7b77a68 (patch)
tree391a335e2d5ba4f5a771059be322f626032b3fa3
parentpo: Auto-update. (diff)
downloadgnupg-120fc695209fed9b447a72d36a9f7563e7b77a68.tar.gz
gnupg-120fc695209fed9b447a72d36a9f7563e7b77a68.zip
Release 2.0.29.gnupg-2.0.29
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--AUTHORS6
-rw-r--r--NEWS14
-rw-r--r--README2
-rw-r--r--g10/gpg.c5
4 files changed, 19 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 323954b04..9b57c163e 100644
--- a/AUTHORS
+++ b/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
diff --git a/NEWS b/NEWS
index 6347c5c02..14ab547e8 100644
--- a/NEWS
+++ b/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)
-------------------------------------------------
diff --git a/README b/README
index a33598e3b..a031c5ef5 100644
--- a/README
+++ b/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
diff --git a/g10/gpg.c b/g10/gpg.c
index 4f71bf439..97975fb23 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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.
*