changeset 167:18a5c335afda 0.2.27

updated ChangeLog and NEWS
author meillo@marmaro.de
date Sun, 18 Jul 2010 22:45:24 +0200 (2010-07-18)
parents 41faebf64d0b
children f96bc098affe
files ChangeLog NEWS
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jul 18 22:39:39 2010 +0200
+++ b/ChangeLog	Sun Jul 18 22:45:24 2010 +0200
@@ -7,6 +7,12 @@
 technical speach and with focus on compatibility.
 
 
+0.2.27  Sun, 18 Jul 2010 22:40:04 +0200
+	* replaced the MD5 implementation with the one of Solar
+	  Designer
+	* replaced hmac_md5.c with an own implementation of RFC 2104
+	* added authors of contributed parts to AUTHORS
+
 0.2.26  Sun, 18 Jul 2010 10:28:43 +0200
 	* write a log message when the daemon starts up. Thanks to
 	  Juergen Daubert.
--- a/NEWS	Sun Jul 18 22:39:39 2010 +0200
+++ b/NEWS	Sun Jul 18 22:45:24 2010 +0200
@@ -7,6 +7,17 @@
 The manual pages describe newly added options. Take them for reference.
 
 
+0.2.27
+
+- Replaced contributed code with possible licensing problems with
+alternatives. The MD5 implementation changed from the reference
+implementation of RFC 1321 to the Public Domain implementation of
+Solar Designer. The HMAC-MD5 implementation changed from the reference
+implementation of RFC 2104 to an own implementation (ISC License).
+
+- Added the authors of contributed parts to the AUTHORS file.
+
+
 0.2.26
 
 - Write a log message when the daemon starts up. Thanks to Juergen