Add option for domains to search
[webmin.git] / dhcpd / CHANGELOG
1 ---- Changes since 1.130 ----
2 Group and subnet descriptions are now shown in the list of groups and networks that a host or other element can be assigned to.
3 ---- Changes since 1.150 ----
4 Custom option definitions can now be edited, and will be preserved in the configuration file if manually defined.
5 ---- Changes since 1.160 ----
6 Added support for SLP-related client options (thanks to Alexandre Racine).
7 ---- Changes since 1.200 ----
8 Improved support for DDNS (thanks to Johannes Franken <jfranken@jfranken.de>, including editors for the zone- and key-directives (new with dhcpd3), new scope-option "client-updates" (new with dhcpd3), and a text editor for dhcpd.conf
9 ---- Changes since 1.230 ----
10 Added a button for stopping the running DHCP server.
11 ---- Changes since 1.290 ----
12 The page listing leases now displays the number of IPs available for dynamic allocation, and the number assigned to clients.
13 Hosts with multiple fixed addresses have them all listed on the module's main page.
14 ---- Changes since 1.300 ----
15 Added checboxes and buttons for deleting multiple subnets, shared networks, hosts and groups at once.
16 Fixed a bug that caused the display of large numbers of hosts and subnets to be slow.
17 Changed the Module Config PID file setting to allow None to be selected, which tells the module to look at the dhcpd process instead (as on OpenBSD).
18 ---- Changes since 1.320 ----
19 Added a field on the Client Options page for the DHCP server identifier.
20 ---- Changes since 1.370 ----
21 Fixed a bug that causes hosts to be deleted when searching for them!
22 ---- Changes since 1.410 ----
23 Clashes between hosts with the same IP address, MAC address or hostname are no longer allowed by default - but this can be changed on the DHCP Server access control page in the Webmin User's module.
24 ---- Changes since 1.420 ----
25 Support the new configuration file format for custom options, as used in DHCPd version 3.
26 ---- Changes since 1.430 ----
27 Fixed bug that can cause option definitions and values to be incorrectly ordered.
28 Custom option types defined at a higher level (such as in a subnet) can be used in the Edit Options page at lower levels (such as in a host).
29 ---- Changes since 1.440 ----
30 When a subnet or host is renamed, the user's ACL is updated to match.
31 ---- Changes since 1.470 ----
32 Added a Module Config option to specify an alternate file to add new top-level objects (like subnets) to. This must be referenced by an include directive in the main dhcpd.conf though.
33 String custom options are now always quoted.
34 Converted buttons on the module's main page to use the Webmin UI library.
35 Expired leases are no longer counted towards usage on the DHCP Leases page.
36 Added a mode to the DHCP Leases page to show usage by subnet, thanks to a suggestion by Coles.
37 When applying the configuration fails with an error mentioning a line in the config file, 10 lines around that will also be displayed by Webmin in the error.
38 ---- Changes since 1.510 ----
39 Added support for multi-value options, thanks to a patch from Luke Suchocki.
40 Also added support for multi-value options within a bracketed expression.
41 Hostname, IP address and MAC address clashes are now only checked for in the same shared network.
42 ---- Changes since 1.530 ----
43 Multiple leases can now be deleted at once, thanks to a suggestion from Berni Elbourn.
44 ---- Changes since 1.540 ----
45 Added a Module Config option to automatically refresh the lease list every few seconds, and a link to force a manual refresh.
46 ---- Changes since 1.560 ----
47 Added a client option for subnets and groups for DNS domains to search.