From: Tomek Mrugalski Date: Tue, 13 Dec 2016 12:57:39 +0000 (+0100) Subject: [master] ChangeLog updated X-Git-Tag: trac5017_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49799a8997f64c12c272314724a219d5edd0c4b;p=thirdparty%2Fkea.git [master] ChangeLog updated --- diff --git a/ChangeLog b/ChangeLog index 786eaa4205..7b4a6198d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1196. [func] tomek, fdupont + Dhcp6 parser migrated to bison. This yields a number of user + visible changes: + - better comment handling (bash, C, C++ style comments) + - file includes now supported + - better syntax checking + (Trac #5036, git 4c5902da95a5228275cdb151b357864cfa9c31f5) + 1195. [build] fdupont Altered to compile in C++ 2011 standard mode. Also replace (most) instances of the deprecated std::auto_ptr with std::unique_ptr.