From: Mukund Sivaraman Date: Mon, 7 Jan 2013 05:13:01 +0000 (+0530) Subject: [2535] Add ChangeLog X-Git-Tag: bind10-1.0.0-rc-release~99^2~25^2~1^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a92495cd29fbe405bef744b98d01ff200caa05c6;p=thirdparty%2Fkea.git [2535] Add ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 7a02a5040f..3b5fb248a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +538. [bug] muks + Added escaping of special characters (double-quotes, semicolon, + backslash, etc.) in text-like RRType's toText() implementation. + Without this change, some TXT and SPF RDATA were incorrectly + stored in SQLite3 datasource as they were not escaped. + (Trac #2535, git f516fc484544b7e08475947d6945bc87636d4115) + 537. [func] tomek b10-dhcp6: Support for RELEASE message has been added. Clients are now able to release their non-temporary IPv6 addresses.