Add.
authorSimon Josefsson <simon@josefsson.org>
Thu, 9 Feb 2006 12:01:34 +0000 (12:01 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 9 Feb 2006 12:01:34 +0000 (12:01 +0000)
NEWS
THANKS

diff --git a/NEWS b/NEWS
index 53cda88..db9292c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
 Version 0.2.18
 - Fix out-of-bounds access in DER decoding, reported by Evgeny Legerov.
-- Add 'const' keyword to some prototypes.
-- Fixed typo in src/Makefile.am to make it build with objdir != srcdir.
+- Add 'const' keyword to some prototypes, thanks to Frediano ZIGLIO.
+- Fixed typo in src/Makefile.am to make it build with objdir != srcdir,
+  thanks to Bernard Leak.
 
 Version 0.2.17
 - Fixed typo to make it build.
diff --git a/THANKS b/THANKS
index 8e07d14..735729a 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -6,3 +6,4 @@ Martijn Koster          <mak@greenhills.co.uk>
 Albert Chin             <gnutls-dev@mlists.thewrittenword.com>
 Bernard Leak            <bernard@brenda-arkle.demon.co.uk>
 Frediano ZIGLIO         <Frediano.Ziglio@vodafone.com>
+Evgeny Legerov          <admin@gleg.net>