diff options
| -rw-r--r-- | NEWS | 18 | ||||
| -rw-r--r-- | configure.ac | 6 | 
2 files changed, 18 insertions, 6 deletions
@@ -1,16 +1,28 @@ -Noteworthy changes in version 1.23.2 (unreleased) +Noteworthy changes in version 1.23.2 (2023-11-28)  ------------------------------------------------- + * Preserve more specific existing failure code.  [T6575] + + * qt: Start dirmngr with gpgconf to avoid multiple instances. [T6833] + + * qt: On Windows, use UTF-8 when logging the error text.  [T5960] + + * qt: Remove left-over partial files more persistently.  [T6584] +   * qt: Use a temporary file name when creating signed or encrypted     archives. [T6721]   * qt: Build Qt 6 bindings with -fPIC if requested or Qt 6 was built with     this flag. [T6781] - * Interface changes relative to the 1.23.1 release: - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Notes: + ~~~~~~   qt: DefaultKeyGenerationJob     DEPRECATED. + [c=C43/A32/R1 cpp=C26/A20/R1 qt=C20/A5/R1] + + Release-info: https://dev.gnupg.org/T6782 +  Noteworthy changes in version 1.23.1 (2023-10-27)  ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 2d571e21..ae4c7da0 100644 --- a/configure.ac +++ b/configure.ac @@ -55,18 +55,18 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])  #  LIBGPGME_LT_CURRENT=43  LIBGPGME_LT_AGE=32 -LIBGPGME_LT_REVISION=0 +LIBGPGME_LT_REVISION=1  # If there is an ABI break in gpgmepp or qgpgme also bump the  # version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in  LIBGPGMEPP_LT_CURRENT=26  LIBGPGMEPP_LT_AGE=20 -LIBGPGMEPP_LT_REVISION=0 +LIBGPGMEPP_LT_REVISION=1  LIBQGPGME_LT_CURRENT=20  LIBQGPGME_LT_AGE=5 -LIBQGPGME_LT_REVISION=0 +LIBQGPGME_LT_REVISION=1  ################################################  AC_SUBST(LIBGPGME_LT_CURRENT)  | 
