summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-06-15 16:08:20 +0200
committerWerner Koch <wk@gnupg.org>2016-06-15 16:08:20 +0200
commite444cacc74c488063336c196f0c01e98f67cf999 (patch)
tree7f014d1d569238f5a66663e873129831572fe3fd
parent427e5eaa455ee094d2500f5d2f6ed1737205056e (diff)
downloadlibgpg-error-1.23.tar.gz
Release 1.23libgpg-error-1.23
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
-rw-r--r--doc/errorref.txt2
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