summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-02-28 14:58:27 +0100
committerWerner Koch <wk@gnupg.org>2017-02-28 14:58:43 +0100
commitc1668f61c58ea6f0439e5193d83b4e2ac622b286 (patch)
treeb6155e9696e767f3cec8e495dcd7a0f2e701502e
parent98593a55107b2f6024f4055ffb3ccf56fd612cb5 (diff)
downloadlibgpg-error-1.27.tar.gz
Release 1.27libgpg-error-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@gnupg.org>
-rw-r--r--AUTHORS2
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
-rw-r--r--src/gpg-error.h.in2
-rw-r--r--src/version.c2
-rw-r--r--src/versioninfo.rc.in2
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@.@LIBGPG_ERROR_LT_AGE@.@LIBGPG_ERROR_LT_REVISION@.@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"