summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-11-03 14:43:13 +0100
committerWerner Koch <wk@gnupg.org>2021-11-03 14:43:13 +0100
commitd7fb04832a71a2c1509d45027798f184ca274f8d (patch)
tree368d687caec287a0d7b42ec72c53a447dfbcff2b
parent0a5ce304fd984fbf2344462f385e37d96ffe7b52 (diff)
downloadlibgpg-error-d7fb04832a71a2c1509d45027798f184ca274f8d.tar.gz
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
-rw-r--r--src/version.c2
-rw-r--r--src/versioninfo.rc.in2
4 files changed, 28 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 772da9c..eccabac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
-Noteworthy changes in version 1.43 (unreleased) [C32/A32/R1]
+Noteworthy changes in version 1.43 (2021-11-03) [C32/A32/R1]
-----------------------------------------------
+ * Fix for building against GNU libc 2.34. [T5547]
+
+ * Fix build problems on macOS. [T5440,T5610]
+
+ * Fix gpgrt-config problems. [T5381,T5595]
+
+ * Fix gpgrt_free for legacy platforms. [448bf7b01cad]
+
+ * Fix truncation of error message in the middle of a character.
+ [T5048]
+
+ * Fix the --disable-threads configure options. [T5495]
+
+ * Improve lock-obj generation for cross-builds [99ae862a96a5]
+
+ * Improve cross-builds. [T5365]
+
+ * Improve gpgrt_wait_processes. [T5381]
+
+ * Allow config files to read values from the Windows Registry and
+ from envvars. [b1790f4cc71f]
+
+ * Update the Russian and Czech translations.
+
Release-info: https://dev.gnupg.org/T5352
diff --git a/configure.ac b/configure.ac
index da013d8..e0d4c42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=32
LIBGPG_ERROR_LT_AGE=32
-LIBGPG_ERROR_LT_REVISION=0
+LIBGPG_ERROR_LT_REVISION=1
################################################
AC_SUBST(LIBGPG_ERROR_LT_CURRENT)
diff --git a/src/version.c b/src/version.c
index 276ee04..c2b350d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -39,7 +39,7 @@ cright_blurb (void)
static const char blurb[] =
"\n\n"
"This is Libgpg-error " PACKAGE_VERSION " - A runtime library\n"
- "Copyright 2001-2020 g10 Code GmbH\n"
+ "Copyright 2001-2021 g10 Code GmbH\n"
"\n"
"(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
"\n\n";
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index d42d8fe..d54210b 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -40,7 +40,7 @@ BEGIN
VALUE "FileDescription", "libgpg-error - Common error codes\0"
VALUE "FileVersion", "@LIBGPG_ERROR_LT_CURRENT@.@LIBGPG_ERROR_LT_AGE@.@LIBGPG_ERROR_LT_REVISION@.@BUILD_REVISION@\0"
VALUE "InternalName", "libgpg-error\0"
- VALUE "LegalCopyright", "Copyright © 2020 g10 Code GmbH\0"
+ VALUE "LegalCopyright", "Copyright © 2021 g10 Code GmbH\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libgpg-error.dll\0"
VALUE "PrivateBuild", "\0"