]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] [perf] entry type added to Changelog
authorTomek Mrugalski <tomasz@isc.org>
Thu, 11 Jul 2019 14:27:23 +0000 (16:27 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 11 Jul 2019 14:27:23 +0000 (16:27 +0200)
ChangeLog

index 154093801e7b2964b18a17a37e32134e4acd253a..4eee844652d4bfae7b465575acb724f763996540 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6785,7 +6785,7 @@ bind10-devel-20121115 released on November 15, 2012
        to the BIND 10 guide.
        (Trac #2305, git c4b0294b5bf4a9d32fb18ab62ca572f492788d72)
 
-506.   [security]              jinmei
+506.   [sec]           jinmei
        Fixed a use-after-free case in handling DNAME record with the
        in-memory data source.  This could lead to a crash of b10-auth
        if it serves a zone containing a DNAME RR from the in-memory
@@ -10080,14 +10080,16 @@ revision numbers will be replaced with corresponding git revisions.
 Trac tickets can be accessed at: https://bind10.isc.org/ticket/nnn
 
 LEGEND
-[bug] general bug fix.  This is generally a backward compatible change,
+[bug]   General bug fix.  This is generally a backward compatible change,
        unless it's deemed to be impossible or very hard to keep
        compatibility to fix the bug.
-[build] compilation and installation infrastructure change.
-[doc] update to documentation. This shouldn't change run time behavior.
-[func] new feature.  In some cases this may be a backward incompatible
+[build] Compilation and installation infrastructure change.
+[doc]   Update to documentation. This shouldn't change run time behavior.
+[func]  new feature.  In some cases this may be a backward incompatible
        change, which would require a bump of major version.
-[security] security hole fix. This is no different than a general bug
+[sec]   Security hole fix. This is no different than a general bug
        fix except that it will be handled as confidential and will cause
        security patch releases.
+[perf]  Performance related change.
+
 *: Backward incompatible or operational change.