[Pkg-gnupg-commit] [libgpg-error] 10/15: Release 1.23
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Jun 17 00:26:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository libgpg-error.
commit e444cacc74c488063336c196f0c01e98f67cf999
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jun 15 16:08:20 2016 +0200
Release 1.23
---
NEWS | 9 ++++++++-
configure.ac | 4 ++--
doc/errorref.txt | 2 ++
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index be14b91..11a598e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Noteworthy changes in version 1.23 (unreleased) [C18/A18/R_)
+Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0)
-----------------------------------------------
+ * Fixes an assertion failure due to es_flush on read/write streams.
+
+ * Fixes a bug with a too short memory limit is es_fopenmen.
+
+ * Cross-build support for powerpc-unknown-linux-gnuspe and
+ tilegx-unknown-linux-gnu architectures.
+
* Interface changes relative to the 1.22 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_SUBKEYS_EXP_OR_REV NEW.
diff --git a/configure.ac b/configure.ac
index 939d6ef..c2790aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,8 @@ AC_INIT([libgpg-error],[mym4_full_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=18
-LIBGPG_ERROR_LT_AGE=18
+LIBGPG_ERROR_LT_CURRENT=19
+LIBGPG_ERROR_LT_AGE=19
LIBGPG_ERROR_LT_REVISION=0
################################################
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 2922b9f..f3b4b3d 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -375,6 +375,8 @@ GPG_ERR_CARD_NOT_INITIALIZED Card not initialized
124 GPG_ERR_UNSUPPORTED_OPERATION Unsupported operation
125 GPG_ERR_WRONG_KEY_USAGE Wrong key usage
+ GNUPG: - Key usage not possible with selected algorithm.
+
GPG_ERR_NOTHING_FOUND Nothing found
Indicates that the operation was not possible because nothing has
--
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