summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-10-07 11:15:06 +0200
committerWerner Koch <wk@gnupg.org>2022-10-07 11:15:06 +0200
commitea031873aa9642831017937fd33e9009d514ee07 (patch)
treea25306e78264c0fb14d572c6832a85125e685a2e
parent628cb1a786bd5d420be17c2e9ffd407f4fbf517e (diff)
downloadlibgpg-error-ea031873aa9642831017937fd33e9009d514ee07.tar.gz
-rw-r--r--NEWS26
-rw-r--r--configure.ac4
2 files changed, 27 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3b55448..14b0ba9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,35 @@
-Noteworthy changes in version 1.46 (unreleased) [C33/A33/R_]
+Noteworthy changes in version 1.46 (2022-10-07) [C33/A33/R1]
-----------------------------------------------
+ * Support for bidirectional pipes under Windows. [T6112]
+
+ * REG_DWORD types are now support in the Windows Registry.
+ [rE745d333cf7]
+
+ * Added ES_SYSHD_SOCK support for gpgrt_sysopen under Windows.
+ [rE018ea46a30]
+
+ * Fixed gpgrt_log_get_fd for the file case. [T5922]
+
+ * Avoids header problem with C11 and "noreturn". [T4002]
+
* The gpg-error-config command is not installed by default, because
it is now replaced by use of pkg-config/gpgrt-config with
gpg-error.pc. Supply --enable-install-gpg-error-config configure
option, if it's really needed.
+ * Fixed support of posix-lock for FreeBSD. [rE6e17e70bb7]
+
+ * Build fixes for some Mingw tool chain versions. [T5890, T4656
+
+ * Removed remaining support for WindowsCE. [T5912]
+
+ * Updated config.guess, config.sub, and config.rpath. [T6078]
+
+ * gpg-error-config is now only installed when enabled. [T5683]
+
+ * System paths are now stripped from --cflags --and --libs. [T6136]
+
Release-info: https://dev.gnupg.org/T5923
diff --git a/configure.ac b/configure.ac
index 8de8cf8..5bbec88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# configure.ac for libgpg-error
-# Copyright (C) 2003, 2004, 2006, 2010, 2013-2020 g10 Code GmbH
+# Copyright (C) 2003, 2004, 2006, 2010, 2013-2022 g10 Code GmbH
#
# This file is part of libgpg-error.
#
@@ -51,7 +51,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# Note that added error codes don't constitute an interface change.
LIBGPG_ERROR_LT_CURRENT=33
LIBGPG_ERROR_LT_AGE=33
-LIBGPG_ERROR_LT_REVISION=0
+LIBGPG_ERROR_LT_REVISION=1
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)