summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-01-19 13:32:31 +0100
committerWerner Koch <wk@gnupg.org>2021-01-19 13:32:31 +0100
commit0dc49af9b5371c5e2f766b70c3bede2b10db9f7e (patch)
tree4dc827e21210471cf3be3f4c08e158eb60a227af
parent9ff0ab3761a37c396798c161f81627190949ced6 (diff)
downloadlibgcrypt-0dc49af9b5371c5e2f766b70c3bede2b10db9f7e.tar.gz
Release 1.9.0libgcrypt-1.9.0
-rw-r--r--AUTHORS8
-rw-r--r--NEWS12
-rw-r--r--README15
-rw-r--r--compat/compat.c4
-rw-r--r--configure.ac2
-rw-r--r--src/versioninfo.rc.in2
6 files changed, 24 insertions, 19 deletions
diff --git a/AUTHORS b/AUTHORS
index 9e2d92f4..f6bfcb85 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,6 +6,7 @@ Repository: git://git.gnupg.org/libgcrypt.git
Maintainer: Werner Koch <wk@gnupg.org>
Bug reports: https://bugs.gnupg.org
Security related bug reports: <security@gnupg.org>
+End-of-life: TBD
License (library): LGPLv2.1+
License (manual and tools): GPLv2+
@@ -30,14 +31,17 @@ List of Copyright holders
Copyright (C) 1996-2006 Peter Gutmann, Matt Thomlinson and Blake Coverett
Copyright (C) 2003 Nikos Mavroyanopoulos
Copyright (C) 2006-2007 NTT (Nippon Telegraph and Telephone Corporation)
- Copyright (C) 2012-2018 g10 Code GmbH
+ Copyright (C) 2012-2021 g10 Code GmbH
Copyright (C) 2012 Simon Josefsson, Niels Möller
Copyright (c) 2012 Intel Corporation
Copyright (C) 2013 Christian Grothoff
- Copyright (C) 2013-2017 Jussi Kivilinna
+ Copyright (C) 2013-2021 Jussi Kivilinna
Copyright (C) 2013-2014 Dmitry Eremin-Solenikov
Copyright (C) 2014 Stephan Mueller
+ Copyright (C) 2017 Jia Zhang
Copyright (C) 2018 Bundesamt für Sicherheit in der Informationstechnik
+ Copyright (C) 2020 Alibaba Group.
+ Copyright (C) 2020 Tianjia Zhang
Authors with a FSF copyright assignment
diff --git a/NEWS b/NEWS
index 5dc410b4..2046da06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.9.0 (unreleased) [C23/A3/R0]
+Noteworthy changes in version 1.9.0 (2021-01-19) [C23/A3/R0]
------------------------------------------------
* New and extended interfaces:
@@ -22,9 +22,9 @@ Noteworthy changes in version 1.9.0 (unreleased) [C23/A3/R0]
directly store to integers and strings.
- New function gcry_ecc_mul_point and curve constants for Curve448
- and Curve25519. [#4293] DOC-MISSING
+ and Curve25519. [#4293]
- - New function gcry_ecc_get_algo_keylen. DOC-MISSING
+ - New function gcry_ecc_get_algo_keylen.
- New control code GCRYCTL_AUTO_EXPAND_SECMEM to allow growing the
secure memory area. Also in 1.8.2 as an undocumented feature.
@@ -170,8 +170,10 @@ Noteworthy changes in version 1.9.0 (unreleased) [C23/A3/R0]
GCRY_MAC_HMAC_SHA512_224 NEW mac algo.
GCRY_MAC_CMAC_SM4 NEW mac algo.
- * Release dates of 1.8.x versions:
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Release-info: https://dev.gnupg.org/T4294
+
+ Release dates of 1.8.x versions:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version 1.8.2 (2017-12-13)
Version 1.8.3 (2018-06-13)
Version 1.8.4 (2018-10-26)
diff --git a/README b/README
index 92f2f1b3..1304669a 100644
--- a/README
+++ b/README
@@ -3,8 +3,8 @@
Version 1.9
Copyright (C) 1989,1991-2018 Free Software Foundation, Inc.
- Copyright (C) 2012-2018 g10 Code GmbH
- Copyright (C) 2013-2018 Jussi Kivilinna
+ Copyright (C) 2012-2021 g10 Code GmbH
+ Copyright (C) 2013-2021 Jussi Kivilinna
Libgcrypt is free software. See the file AUTHORS for full copying
notices, and LICENSES for notices about contributions that require
@@ -261,12 +261,11 @@
Commercial grade support for Libgcrypt is available; for a listing
of offers see https://www.gnupg.org/service.html .
- Maintenance and development of Libgcrypt is mostly financed by
- donations. We currently employ 3 full-time developers, one
- part-timer, and one contractor. They all work on GnuPG and
- closely related software like Libgcrypt. Please visit
- https://gnupg.org/donate/ to see out how you can help.
-
+ Since 2001 maintenance and development of Libgcrypt is done by g10
+ Code GmbH and mostly financed by donations. g10 Code currently
+ employs 3 full-time developers and two contractors. They all work
+ on GnuPG and closely related software like Libgcrypt. Please
+ visit https://gnupg.org/donate/ to see how you can help.
This file is Free Software; as a special exception the authors gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/compat/compat.c b/compat/compat.c
index 8b001de3..88f20c13 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -31,8 +31,8 @@ _gcry_compat_identification (void)
"\n\n"
"This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
"Copyright (C) 2000-2018 Free Software Foundation, Inc.\n"
- "Copyright (C) 2012-2018 g10 Code GmbH\n"
- "Copyright (C) 2013-2018 Jussi Kivilinna\n"
+ "Copyright (C) 2012-2021 g10 Code GmbH\n"
+ "Copyright (C) 2013-2021 Jussi Kivilinna\n"
"\n"
"(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
"\n\n";
diff --git a/configure.ac b/configure.ac
index fda74056..c17432a3 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-2021 g10 Code GmbH
#
# This file is part of Libgcrypt.
#
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index b85d4947..f87d0d05 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 © 2017 Free Software Foundation, Inc.\0"
+ VALUE "LegalCopyright", "Copyright © 2021 g10 Code GmbH\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libgcrypt.dll\0"
VALUE "PrivateBuild", "\0"