summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-02-16 20:57:05 +0100
committerWerner Koch <wk@gnupg.org>2012-02-16 20:57:05 +0100
commite0fa4496412ab8d2d7a4685270427af21d030102 (patch)
tree6df352d557777229fc354b195344fc4d24356a39
parent46035d28c9b413851d43a4008fdc8e4cdf5d686b (diff)
downloadlibgcrypt-e0fa4496412ab8d2d7a4685270427af21d030102.tar.gz
Update NEWS and AUTHORS.
--
-rw-r--r--AUTHORS7
-rw-r--r--NEWS3
2 files changed, 9 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 0685a4e8..94c12132 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -96,6 +96,11 @@ Assigns Past and Future Changes
openpgp@brainhub.org
(cipher/ecc.c and related files)
+LIBGCRYPT Ulrich Müller 2012-02-15
+Assigns Past and Future Changes
+ulm@gentoo.org
+(Changes to cipher/idea.c and related files)
+
More credits
============
@@ -123,7 +128,7 @@ 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.
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 85117d4b..465330a0 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Noteworthy changes in version 1.6.0 (unreleased)
* The deprecated message digest debug macros have been removed. Use
gcry_md_debug instead.
+ * Add support for the IDEA cipher algorithm.
+
* Interface changes relative to the 1.5.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_ac_* REMOVED.
@@ -27,6 +29,7 @@ Noteworthy changes in version 1.6.0 (unreleased)
gcry_md_stop_debug REMOVED (macro).
+
Noteworthy changes in version 1.5.0 (2011-06-29)
------------------------------------------------