summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-03-18 16:02:40 +0100
committerWerner Koch <wk@gnupg.org>2013-03-18 16:02:40 +0100
commit4e31dcf3758ec8f6be92bd74055ebb6837d034d2 (patch)
tree906d41aaf503ba59a95ce2b3716dc610e1034089
parent494bb0207c0415750eaf6869f6344732a89882b3 (diff)
downloadlibgcrypt-4e31dcf3758ec8f6be92bd74055ebb6837d034d2.tar.gz
Update copyright info.
--
-rw-r--r--AUTHORS22
-rw-r--r--NEWS22
-rw-r--r--README3
-rw-r--r--compat/compat.c3
-rw-r--r--configure.ac3
-rw-r--r--doc/Makefile.am2
-rw-r--r--src/gcrypt.h.in4
7 files changed, 49 insertions, 10 deletions
diff --git a/AUTHORS b/AUTHORS
index 0685a4e8..b7c1800d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,11 +10,12 @@ Libgcrypt used to be part of GnuPG but has been taken out into its own
package on 2000-12-21.
-Authors of Libgcrypt
-====================
+Authors with a FSF copyright assignment
+=======================================
GNUPG Werner Koch 1998-02-23
Assigns GNU Privacy Guard and future changes.
+Assignment for future changes terminated on 2012-12-04.
wk@gnupg.org
Designed and implemented GnuPG.
@@ -37,12 +38,13 @@ Disclaims changes.
nh@df.lth.se
Weak key patches.
-GNUPG Rémi Guyomarch 1999-05-25
+GNUPG Rémi Guyomarch 1999-05-25
Assigns past and future changes. (g10/compress.c, g10/encr-data.c,
g10/free-packet.c, g10/mdfilter.c, g10/plaintext.c, util/iobuf.c)
rguyom@mail.dotcom.fr
ANY g10 Code GmbH 2001-06-07
+Assignment for future changes in Libgcrypt terminated on 2012-12-04.
Code marked with ChangeLog entries of g10 Code employees.
LIBGCRYPT Timo Schulz 2001-08-31
@@ -97,6 +99,17 @@ openpgp@brainhub.org
(cipher/ecc.c and related files)
+Authors with a DCO
+==================
+
+DCO:2012-04-16:Tomas Mraz <tm at t8m.info>
+DCO:2012-04-20:Rafaël Carré <funman at videolan.org>
+DCO:2012-11-14:Jussi Kivilinna <jussi.kivilinna at mbnet.fi>
+DCO:2012-12-05:Werner Koch <wk at gnupg.org>
+DCO:2012-12-14:Dmitry Kasatkin <dmitry.kasatkin at intel.com>
+DCO:2013-02-26:Christian Aistleitner <christian at quelltextlich.at>
+
+
More credits
============
The ATH implementation (src/ath*) has been taken from GPGME and
@@ -123,7 +136,8 @@ security corporation. See the file for details.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2006,
- 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
+ 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+ Copyright 2012, 2013 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/NEWS b/NEWS
index ef60f628..2b917054 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
-Noteworthy changes in version 1.5.1 (unreleased)
+Noteworthy changes in version 1.5.1 (2013-03-18)
------------------------------------------------
+ * Allow empty passphrase with PBKDF2.
+
+ * Do not abort on an invalid algorithm number in
+ gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklen.
+
+ * Fixed some Valgrind warnings.
+
+ * Fixed a problem with select and high fd numbers.
+
+ * Improved the build system
+
+ * Various minor bug fixes.
+
+ * Interface changes relative to the 1.5.0 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GCRYCTL_SET_ENFORCED_FIPS_FLAG NEW.
+ GCRYPT_VERSION_NUMBER NEW.
+
+
Noteworthy changes in version 1.5.0 (2011-06-29)
------------------------------------------------
@@ -668,6 +687,7 @@ Noteworthy changes in version 1.1.3 (2001-05-31)
Copyright 2001, 2002, 2003, 2004, 2007, 2008,
2009, 2011 Free Software Foundation, Inc.
+Copyright 2012, 2013 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/README b/README
index a3abfa1f..86d118f5 100644
--- a/README
+++ b/README
@@ -3,7 +3,8 @@
Version 1.5
Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,
- 2011 Free Software Foundation, Inc.
+ 2011, 2012 Free Software Foundation, Inc.
+ Copyright 2012, 2013 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/compat/compat.c b/compat/compat.c
index 3d979f89..d2591304 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -29,7 +29,8 @@ _gcry_compat_identification (void)
"\n\n"
"This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
"Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,\n"
- " 2010, 2011 Free Software Foundation, Inc.\n"
+ " 2010, 2011, 2012 Free Software Foundation, Inc.\n"
+ "Copyright 2012, 2013 g10 Code GmbH\n"
"\n"
"(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
"\n\n";
diff --git a/configure.ac b/configure.ac
index 11c93e1c..d5425a3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +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.
+# 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2013 g10 Code GmbH
#
# This file is part of Libgcrypt.
#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fc12745a..c53e8643 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -17,7 +17,7 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-EXTRA_DIST = README.apichanges HACKING \
+EXTRA_DIST = README.apichanges HACKING DCO \
libgcrypt-modules.eps fips-fsm.eps \
libgcrypt-modules.png fips-fsm.png \
libgcrypt-modules.pdf fips-fsm.pdf
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 86faa2d7..cdbbc2b2 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -1,6 +1,8 @@
/* gcrypt.h - GNU Cryptographic Library Interface -*- c -*-
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006
- 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+ 2007, 2008, 2009, 2010, 2011,
+ 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012, 2013 g10 Code GmbH
This file is part of Libgcrypt.