From faed9c271ad22bbd2ed265d8e11badb53b7a2f32 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 25 Apr 2024 10:20:00 +0200 Subject: Release 1.49 --- NEWS | 7 ++++++- configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 19ba657..8ac4bf3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.49 (unreleased) [C35/A35/R_] +Noteworthy changes in version 1.49 (2024-04-25) [C36/A36/R0] ----------------------------------------------- * Two new functions to improve the logging interface. The @@ -7,6 +7,11 @@ Noteworthy changes in version 1.49 (unreleased) [C35/A35/R_] select log output by domain. It also provide a non yet functional feature to include a hex dump. + * Add a "trunc" keyword to gpgrt_log_printhex. [rE0a39fbefcb] + + * Avoid an endless loop in the argparser due to a conf file read + error. [rE2dc93cfecc] + * Interface changes relative to the 1.48 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgrt_add_post_log_func NEW. diff --git a/configure.ac b/configure.ac index c436c5b..a24453e 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=35 -LIBGPG_ERROR_LT_AGE=35 +LIBGPG_ERROR_LT_CURRENT=36 +LIBGPG_ERROR_LT_AGE=36 LIBGPG_ERROR_LT_REVISION=0 ################################################ -- cgit v1.2.3