summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2004-09-29 23:01:50 +0000
committerDavid Hankins <dhankins@isc.org>2004-09-29 23:01:50 +0000
commitd0e1bb869fe4d6ed25d49893f98f05748c9516ad (patch)
tree75a8c6a23debdd334d19c3357232f5927129c280 /RELNOTES
parent2bf94ef10d1dccfd04ee646d84c8b60aef4b82a3 (diff)
downloadisc-dhcp-d0e1bb869fe4d6ed25d49893f98f05748c9516ad.tar.gz
- The 'ddns-update-style' configuration warning bit now insists that
the configuration be globally scoped. - Two memory leaks in dhclient were closed thanks to a patch from Felix Farkas. - Some minor but excellently pedantic documentation errors were fixed thanks to a patch from Thomas Klausner.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 5ebe3978..02678859 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -45,6 +45,15 @@ and for prodding me into improving it.
Changes since 3.0.1
+- The 'ddns-update-style' configuration warning bit now insists that
+ the configuration be globally scoped.
+
+- Two memory leaks in dhclient were closed thanks to a patch from Felix
+ Farkas.
+
+- Some minor but excellently pedantic documentation errors were fixed
+ thanks to a patch from Thomas Klausner.
+
- Bugs in operator precedence in executable statements have been repaired
once again. More legal syntaxes should be parsed legally.