[git] GPG-ERROR - branch, master, updated. gpgrt-1.33-14-g2a8978d

by Werner Koch cvs at cvs.gnupg.org
Wed Jan 16 08:53:36 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  2a8978d3504efba4068eb1723498b71286e04de2 (commit)
       via  8bc75741cadf95e2fac64891cf402cde891afe64 (commit)
       via  5d2b20a04b526d090a2328bd79bc3a76ced327dc (commit)
      from  fd6f64f1897e00b1d9711463ebb6ec7d099e1995 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a8978d3504efba4068eb1723498b71286e04de2
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jan 16 08:51:44 2019 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 22418d2..ce0ee77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.35 (unreleased) [C26/A26/R_]
+-----------------------------------------------
+
+
 Noteworthy changes in version 1.34 (2019-01-16) [C26/A26/R0]
 -----------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 4d9dd4a..a7ffb5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ min_automake_version="1.14"
 # See below for the LT versions.
 m4_define([mym4_package],[libgpg-error])
 m4_define([mym4_major], [1])
-m4_define([mym4_minor], [34])
+m4_define([mym4_minor], [35])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit 8bc75741cadf95e2fac64891cf402cde891afe64
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jan 16 08:28:22 2019 +0100

    Release 1.34
    
    * configure.ac: Bump LT version to C26/A26/R0.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/AUTHORS b/AUTHORS
index 5d323eb..6c73617 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,7 +16,7 @@ listed individually.
 List of Copyright holders
 =========================
 
-  Copyright (C) 2001-2018 g10 Code GmbH
+  Copyright (C) 2001-2019 g10 Code GmbH
   Copyright (C) 1995-2017 Free Software Foundation, Inc.
   Copyright (C) 1998-2006, 2008-2017  Werner Koch
   Copyright (C) 2014 Jedi Lin
diff --git a/NEWS b/NEWS
index 4779bc0..22418d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,19 @@
-Noteworthy changes in version 1.34 (unreleased) [C25/A25/R_]
+Noteworthy changes in version 1.34 (2019-01-16) [C26/A26/R0]
 -----------------------------------------------
 
+ * Support for riscv32.
+
+ * New API to allow emergency cleanup after internal fatal errors.
+
+ * Minor bug and portability fixes. [#4286,#4298
+
  * Interface changes relative to the 1.33 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  gpgrt_abort                     NEW.
  gpgrt_add_emergency_cleanup     NEW.
 
+ Release-info: https://dev.gnupg.org/T4296
+
 
 Noteworthy changes in version 1.33 (2018-12-07) [C25/A25/R0]
 -----------------------------------------------
diff --git a/configure.ac b/configure.ac
index 400f99e..4d9dd4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,8 +49,8 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
 #   (Interfaces added:			AGE++)
 #   (Interfaces removed:		AGE=0)
 # Note that added error codes don't constitute an interface change.
-LIBGPG_ERROR_LT_CURRENT=25
-LIBGPG_ERROR_LT_AGE=25
+LIBGPG_ERROR_LT_CURRENT=26
+LIBGPG_ERROR_LT_AGE=26
 LIBGPG_ERROR_LT_REVISION=0
 ################################################
 
diff --git a/src/gpg-error.c b/src/gpg-error.c
index 13703ef..2eb5e7b 100644
--- a/src/gpg-error.c
+++ b/src/gpg-error.c
@@ -454,7 +454,7 @@ my_strusage (int level)
     case 11: p = "gpg-error"; break;
     case 12: p = PACKAGE_NAME; break;
     case 13: p = PACKAGE_VERSION; break;
-    case 14: p = "Copyright (C) 2018 g10 Code GmbH"; break;
+    case 14: p = "Copyright (C) 2019 g10 Code GmbH"; break;
     case 19: p = _("Please report bugs to <https://bugs.gnupg.org>.\n"); break;
 
     case 1:
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index a31fb84..1b9be09 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1,5 +1,5 @@
 /* gpg-error.h or gpgrt.h - Common code for GnuPG and others.    -*- c -*-
- * Copyright (C) 2001-2018 g10 Code GmbH
+ * Copyright (C) 2001-2019 g10 Code GmbH
  *
  * This file is part of libgpg-error (aka libgpgrt).
  *
diff --git a/src/version.c b/src/version.c
index ac2f057..c65f5e9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -39,7 +39,7 @@ cright_blurb (void)
   static const char blurb[] =
     "\n\n"
     "This is Libgpg-error " PACKAGE_VERSION " - A runtime library\n"
-    "Copyright 2001-2018 g10 Code GmbH\n"
+    "Copyright 2001-2019 g10 Code GmbH\n"
     "\n"
     "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
     "\n\n";
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 51575b3..30aab66 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -40,7 +40,7 @@ BEGIN
             VALUE "FileDescription", "libgpg-error - Common error codes\0"
             VALUE "FileVersion", "@LIBGPG_ERROR_LT_CURRENT at .@LIBGPG_ERROR_LT_AGE at .@LIBGPG_ERROR_LT_REVISION at .@BUILD_REVISION@\0"
             VALUE "InternalName", "libgpg-error\0"
-            VALUE "LegalCopyright", "Copyright © 2017 g10 Code GmbH\0"
+            VALUE "LegalCopyright", "Copyright © 2019 g10 Code GmbH\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libgpg-error.dll\0"
             VALUE "PrivateBuild", "\0"

commit 5d2b20a04b526d090a2328bd79bc3a76ced327dc
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jan 16 08:43:01 2019 +0100

    build: Fix regression in make distcheck
    
    * doc/Makefile.am (errorref.txt.x):
    --
    
    Fixes-commit: fd6f64f1897e00b1d9711463ebb6ec7d099e1995
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d7994d6..5d6f201 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -79,7 +79,7 @@ gpgrt.texi : $(gpgrt_TEXINFOS)
 	touch $(srcdir)/gpgrt.texi
 
 errorref.txt.x : errorref.txt
-	sed '/^##/ d' errorref.txt >$@
+	sed '/^##/ d' $(srcdir)/errorref.txt >$@
 	echo "# Installed by $(PACKAGE_NAME) $(PACKAGE_VERSION)" >>$@
 
 install-data-local: errorref.txt.x

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS               |  2 +-
 NEWS                  | 14 +++++++++++++-
 configure.ac          |  6 +++---
 doc/Makefile.am       |  2 +-
 src/gpg-error.c       |  2 +-
 src/gpg-error.h.in    |  2 +-
 src/version.c         |  2 +-
 src/versioninfo.rc.in |  2 +-
 8 files changed, 22 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list