summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-03-13 13:02:58 +0100
committerWerner Koch <wk@gnupg.org>2018-03-13 13:02:58 +0100
commite32342397eab85fed5ef709317cc50dc7cbc41a5 (patch)
tree096bd2c25e6efaa1a84033a82d54b3e20d86e9c0
parenta27a09eb62507dcf1fd98d91fd7c5888544c59ed (diff)
downloadlibgpg-error-gpgrt-1.28.tar.gz
Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a275f5f..d30e913 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,16 @@
-Noteworthy changes in version 1.28 (unreleased) [C22/A22/R_]
+Noteworthy changes in version 1.28 (2018-03-13) [C23/A23/R0]
-----------------------------------------------
- * The formerly internal yat2m tool is now installed during a native
+ * The formerly internal yat2m tool is now installed for a native
build.
* The new files gpgrt.m4 and gpgrt-config are now installed. They
can be used instead of gpg-error.m4 and gpg-error-config.
+ * New logging functions similar to those used by GnuPG.
+
+ * New helper functions for platform abstraction.
+
* Interface changes relative to the 1.27 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_get_errorcount New API.
diff --git a/configure.ac b/configure.ac
index 04715e9..aca9300 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,8 +49,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=22
-LIBGPG_ERROR_LT_AGE=22
+LIBGPG_ERROR_LT_CURRENT=23
+LIBGPG_ERROR_LT_AGE=23
LIBGPG_ERROR_LT_REVISION=0
################################################