From d77c33ae608d67086ea057cca5ddee99a7202f8b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 10 Apr 2015 19:00:42 +0200 Subject: Release 1.19. --- NEWS | 6 +++++- configure.ac | 4 ++-- 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 ################################################ -- cgit v1.2.1