diff options
author | David Hankins <dhankins@isc.org> | 2004-09-29 23:01:50 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2004-09-29 23:01:50 +0000 |
commit | d0e1bb869fe4d6ed25d49893f98f05748c9516ad (patch) | |
tree | 75a8c6a23debdd334d19c3357232f5927129c280 /RELNOTES | |
parent | 2bf94ef10d1dccfd04ee646d84c8b60aef4b82a3 (diff) | |
download | isc-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-- | RELNOTES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |