summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2010-05-11 19:09:36 +0200
committerJINMEI Tatuya <jinmei@isc.org>2010-05-11 19:09:36 +0200
commitf1726e54f736101e570d88292ace6a2b8a6165c2 (patch)
tree96d4c0e37dcfdf395457500cd9e7b69eddd8bbe6 /ChangeLog
parentmerged branches/177 (trac #177). (diff)
downloadkea-f1726e54f736101e570d88292ace6a2b8a6165c2.tar.xz
kea-f1726e54f736101e570d88292ace6a2b8a6165c2.zip
started logging changes with an experimental log for trac #177
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1811 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29bb2..461b0a5936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,15 @@
+ 1. [bug] jinmei
+ lib/dns: parameter validation of Name::split() was not sufficient,
+ and invalid parameters could cause integer overflow and make the
+ library crash. (Trac #177, svn r1806)
+
+LEGEND
+[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.
+[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 fix
+ except that it will be handled as confidential and will cause
+ security patch releases.