[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-65-gbcf9163

by Werner Koch cvs at cvs.gnupg.org
Fri Dec 7 17:20:35 CET 2018


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  bcf9163457905fae250a89a63c86b3e4da3e3934 (commit)
       via  174985d91ff277bd4a58a0de3d61fbbb46841cde (commit)
      from  0b190ce89de7b3df873c3896d5126c7882b82e18 (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 bcf9163457905fae250a89a63c86b3e4da3e3934
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Dec 7 17:20:24 2018 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index c11e154..bd4f975 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.34 (unreleased) [C25/A25/R_]
+-----------------------------------------------
+
+
 Noteworthy changes in version 1.33 (2018-12-07) [C25/A25/R0]
 -----------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 11d6369..4a99523 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], [33])
+m4_define([mym4_minor], [34])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit 174985d91ff277bd4a58a0de3d61fbbb46841cde
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Dec 7 17:02:36 2018 +0100

    Release 1.33.
    
    * configure.ac: Set LT version to C25/A25/R0.
    
    GnuPG-bug-id: 4205
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/NEWS b/NEWS
index 5804819..c11e154 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,31 @@
-Noteworthy changes in version 1.33 (unreleased) [C24/A24/R_]
+Noteworthy changes in version 1.33 (2018-12-07) [C25/A25/R0]
 -----------------------------------------------
 
+ * New unified config script gpgrt-config which can now be used by all
+   GnuPG related packages.
+
+ * Support for ARC and arm64ilp32.
+
+ * The log functions now sanitize strings printed with the "%s" format
+   specifier.  All control characters are C-escaped in the output.
+   Users of that function may want to remove their own escaping to
+   avoid doubling of backslashes.
+
+ * New fprintf style function to apply a custom filter for string
+   arguments.
+
+ * New function to compare version strings.
 
  * Interface changes relative to the 1.28 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  gpgrt_cmp_version               New.
- gpgrt_ftruncate                 New but limited functionality.
  gpgrt_string_filter_t           New.
  gpgrt_fprintf_sf                New.
  gpgrt_fprintf_sf_unlocked       New.
+ gpgrt_ftruncate                 New but limited functionality.
+ gpgrt_w32_override_locale       New.
+
+ Release-info: https://dev.gnupg.org/T4205
 
 
 Noteworthy changes in version 1.32 (2018-07-12) [C24/A24/R3]
diff --git a/configure.ac b/configure.ac
index 34ea775..11d6369 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,9 +49,9 @@ 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=24
-LIBGPG_ERROR_LT_AGE=24
-LIBGPG_ERROR_LT_REVISION=3
+LIBGPG_ERROR_LT_CURRENT=25
+LIBGPG_ERROR_LT_AGE=25
+LIBGPG_ERROR_LT_REVISION=0
 ################################################
 
 AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9090067..8cfa95e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,7 +33,7 @@ YAT2M_OPTIONS = -I $(srcdir) \
 	--release "Libgpg-error @PACKAGE_VERSION@" --source "GnuPG"
 
 myman_sources = gpgrt.texi
-myman_pages   = gpg-error-config.1
+myman_pages   = gpgrt-config.1
 
 man_MANS = $(myman_pages)
 

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

Summary of changes:
 NEWS            | 25 +++++++++++++++++++++++--
 configure.ac    |  8 ++++----
 doc/Makefile.am |  2 +-
 3 files changed, 28 insertions(+), 7 deletions(-)


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




More information about the Gnupg-commits mailing list