summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-04-10 19:00:42 +0200
committerWerner Koch <wk@gnupg.org>2015-04-10 19:00:42 +0200
commitd77c33ae608d67086ea057cca5ddee99a7202f8b (patch)
treed45ad3f6bdc25d6735b6381d66db3c3de1c5588b
parent208e2b209ce60e60c7ddb64cf6eb2e1d2fb65b34 (diff)
downloadlibgpg-error-d77c33ae608d67086ea057cca5ddee99a7202f8b.tar.gz
Release 1.19.libgpg-error-1.19
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c834a16..6a31c67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,12 @@
-Noteworthy changes in version 1.19 (unreleased) [C/A/R]
+Noteworthy changes in version 1.19 (2015-04-10) [C15/A15/R0]
-----------------------------------------------
* New set of error codes for use with LDAP.
+ * New options --help and --defines for gpg-error.
+
+ * Allow building with gcc 5.
+
* Interface changes relative to the 1.18 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_LDAP_* NEW.
diff --git a/configure.ac b/configure.ac
index dc3fb05..32f62ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,8 @@ AC_INIT([libgpg-error],[mym4_full_version],[http://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=14
-LIBGPG_ERROR_LT_AGE=14
+LIBGPG_ERROR_LT_CURRENT=15
+LIBGPG_ERROR_LT_AGE=15
LIBGPG_ERROR_LT_REVISION=0
################################################