[Pkg-gnupg-commit] [libgpg-error] 24/29: Release 1.27

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Mar 5 00:41:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository libgpg-error.

commit c1668f61c58ea6f0439e5193d83b4e2ac622b286
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Feb 28 14:58:27 2017 +0100

    Release 1.27
    
    * configure.ac: Bump LT version to C22/A22/R0.
    --
    
    Note that C21/A21/R0 was used in 1.26 but later lost in the repo due
    to a merge.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 AUTHORS               |  2 +-
 NEWS                  | 15 ++++++++++-----
 configure.ac          |  4 ++--
 src/gpg-error.h.in    |  2 +-
 src/version.c         |  2 +-
 src/versioninfo.rc.in |  2 +-
 6 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 017fe97..a8e8abe 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -51,7 +51,7 @@ Thanks to Yukihiro Nakadaira for his public domain iconv
 implementation for Windows.
 
 
- Copyright 2003-2007, 2013-2016 g10 Code GmbH
+ Copyright 2003-2007, 2013-2017 g10 Code GmbH
 
  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 4901d99..89920ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,24 @@
-Noteworthy changes in version 1.27 (unreleased) [C2_/A2_/R_]
+Noteworthy changes in version 1.27 (2017-02-28) [C22/A22/R0]
 -----------------------------------------------
 
+ * Added a Base64 decoder.
+
+ * Added support for the sh3 architecture.
+
+ * Added header gpgrt.h as an alias for gpg-error.h.
+
  * Fixed macro GPGRT_GCC_VERSION.
 
+ * Fixed a race in non-blocking I/O on Windows.
+
  * Interface changes relative to the 1.26 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  gpgrt_b64state_t                 NEW type.
  gpgrt_b64dec_start               NEW.
  gpgrt_b64dec_proc                NEW.
  gpgrt_b64dec_finish              NEW.
-
-
- * Interface changes relative to the 1.26 release:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GPG_ERR_WRONG_NAME               NEW.
+ gpgrt.h                          NEW header.
 
 
 Noteworthy changes in version 1.26 (2016-12-21) [C21/A21/R0]
diff --git a/configure.ac b/configure.ac
index 30a46bc..6c5a76c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,8 +48,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=20
-LIBGPG_ERROR_LT_AGE=20
+LIBGPG_ERROR_LT_CURRENT=22
+LIBGPG_ERROR_LT_AGE=22
 LIBGPG_ERROR_LT_REVISION=0
 ################################################
 
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 4c7ac45..988898e 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1,5 +1,5 @@
 /* gpg-error.h or gpgrt.h - Public interface to libgpg-error.   -*- c -*-
- * Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH
+ * Copyright (C) 2003-2004, 2010, 2013-2017 g10 Code GmbH
  *
  * This file is part of libgpg-error.
  *
diff --git a/src/version.c b/src/version.c
index 64a9ac1..eaeedf8 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 " - An error code library\n"
-    "Copyright 2003, 2004, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH\n"
+    "Copyright 2003-2004, 2010, 2013-2017 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 67599c6..0986a42 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -39,7 +39,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 � 2016 g10 Code GmbH\0"
+            VALUE "LegalCopyright", "Copyright � 2017 g10 Code GmbH\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libgpg-error.dll\0"
             VALUE "PrivateBuild", "\0"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git



More information about the Pkg-gnupg-commit mailing list