diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 4 deletions
@@ -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 ################################################ |