]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog updated
authorTomek Mrugalski <tomasz@isc.org>
Tue, 13 Dec 2016 12:57:39 +0000 (13:57 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 13 Dec 2016 12:57:39 +0000 (13:57 +0100)
ChangeLog

index 786eaa4205ef947b174f84f57451bf2789a3c0ae..7b4a6198d4631e972f4218760a0fe0bea879b703 100644 (file)
--- 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.