summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-02-07 08:56:33 +0100
committerWerner Koch <wk@gnupg.org>2022-02-07 09:00:20 +0100
commitfdb05b27966fd488fbe367f4313e4fa3630367fc (patch)
tree6b9bd19b6a0e7e9ccab4fac49ff325fa90b2088d
parent34d773515f3c068309d5c4b977742e304a2b4738 (diff)
downloadlibgcrypt-fdb05b27966fd488fbe367f4313e4fa3630367fc.tar.gz
Release 1.8.9libgcrypt-1.8.9
-rw-r--r--AUTHORS2
-rw-r--r--Makefile.am2
-rw-r--r--NEWS12
-rw-r--r--README2
-rw-r--r--compat/compat.c2
-rw-r--r--configure.ac4
-rw-r--r--src/gcrypt.h.in2
-rw-r--r--src/versioninfo.rc.in2
8 files changed, 18 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index dec34f2b..9659e352 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,7 +22,7 @@ year that would otherwise be listed individually.
List of Copyright holders
=========================
- Copyright (C) 2012-2021 g10 Code GmbH
+ Copyright (C) 2012-2022 g10 Code GmbH
Copyright (C) 2013-2018 Jussi Kivilinna
Copyright (C) 1989,1991-2019 Free Software Foundation, Inc.
Copyright (C) 1994 X Consortium
diff --git a/Makefile.am b/Makefile.am
index a19ff1f2..cffd8b65 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,7 +127,7 @@ release:
sign-release:
+(set -e; \
- cd dist; \
+ test $$(pwd | sed 's,.*/,,') = dist || cd dist; \
x=$$(grep '^RELEASE_ARCHIVE=' $$HOME/.gnupg-autogen.rc|cut -d= -f2);\
if [ -z "$$x" ]; then \
echo "error: RELEASE_ARCHIVE missing in ~/.gnupg-autogen.rc">&2; \
diff --git a/NEWS b/NEWS
index 20f14fe9..af6a7414 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
-Noteworthy changes in version 1.8.9 (unreleased) [C22/A2/R_]
+Noteworthy changes in version 1.8.9 (2022-02-07) [C22/A2/R10]
------------------------------------------------
* Bug fixes:
- * Other features:
+ - Clear AESWRAP scratch area immediately after use. [T5597]
+
+ - Fix the use of xfree in the hmac256 tool. [rC709a41ef54]
+
+ - Fix libgcrypt.pc for use in non-standard build environments.
+ [T4678,rC34d773515f]
+
+ - Fix mlock support detection for the unsupported MSYS2 toolchain.
+ [rGb2b8fa5edb]
Release-info: https://dev.gnupg.org/T5467
diff --git a/README b/README
index e581114b..757ab111 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
------------------------------------
Version 1.8
- Copyright (C) 2012-2021 g10 Code GmbH
+ Copyright (C) 2012-2022 g10 Code GmbH
Copyright (C) 2013-2018 Jussi Kivilinna
Copyright (C) 1989,1991-2018 Free Software Foundation, Inc.
diff --git a/compat/compat.c b/compat/compat.c
index c7ad1a45..bf1b182f 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -30,7 +30,7 @@ _gcry_compat_identification (void)
static const char blurb[] =
"\n\n"
"This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
- "Copyright (C) 2012-2021 g10 Code GmbH\n"
+ "Copyright (C) 2012-2022 g10 Code GmbH\n"
"Copyright (C) 2013-2018 Jussi Kivilinna\n"
"Copyright (C) 2000-2019 Free Software Foundation, Inc.\n"
"\n"
diff --git a/configure.ac b/configure.ac
index 7b42dd48..f99bc3cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Configure.ac script for Libgcrypt
# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006,
# 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
-# Copyright (C) 2012-2017 g10 Code GmbH
+# Copyright (C) 2012-2022 g10 Code GmbH
#
# This file is part of Libgcrypt.
#
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=22
LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=9
+LIBGCRYPT_LT_REVISION=10
# If the API is changed in an incompatible way: increment the next counter.
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 08e5e497..864597e9 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -1,5 +1,5 @@
/* gcrypt.h - GNU Cryptographic Library Interface -*- c -*-
- * Copyright (C) 2012-2021 g10 Code GmbH
+ * Copyright (C) 2012-2022 g10 Code GmbH
* Copyright (C) 1998-2018 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 397b5428..3ebff842 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -39,7 +39,7 @@ BEGIN
VALUE "FileDescription", "Libgcrypt - The GNU Crypto Library\0"
VALUE "FileVersion", "@LIBGCRYPT_LT_CURRENT@.@LIBGCRYPT_LT_AGE@.@LIBGCRYPT_LT_REVISION@.@BUILD_REVISION@\0"
VALUE "InternalName", "libgcrypt\0"
- VALUE "LegalCopyright", "Copyright © 2021 g10 Code GmbH\0"
+ VALUE "LegalCopyright", "Copyright © 2022 g10 Code GmbH\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libgcrypt.dll\0"
VALUE "PrivateBuild", "\0"