summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2004-09-01 22:44:58 +0000
committerDavid Hankins <dhankins@isc.org>2004-09-01 22:44:58 +0000
commit2293aac720f4522cdd32e14538b8681e8c9a802a (patch)
treee616d34e501acb1c6753ae4c90dc8e6817490304 /RELNOTES
parentc7f4a682945107a4ead9d7f21f84e06f660f7bcb (diff)
downloadisc-dhcp-2293aac720f4522cdd32e14538b8681e8c9a802a.tar.gz
- Harden omapi against null values passed in by clients.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 8d99239a..0fe7f9fa 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -45,6 +45,9 @@ and for prodding me into improving it.
Changes since 3.0.1
+- Omapi was hardened against clients that pass in null values, thanks
+ to a patch from Mark Jason Dominus.
+
- A bug was fixed in dhclient that kept it from doing client-side
ddns updates. Thanks to a patch from Andreas Gustafsson, which
underwent some modification after review by Jason Vas Dias.