Uwe Gansert
2011-03-02 08:56:26 +00:00
committed by Git OBS Bridge
parent a8ea7cc957
commit c59dca9e5a
6 changed files with 69 additions and 38 deletions

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Wed Mar 2 09:52:12 CET 2011 - ug@suse.de
- Add IPv6 support to the TFTP server
- Log DNS queries at level LOG_INFO
- Add --add-mac option
- some logging fixes
- Don't complain about strings longer than
255 characters in txt records
- extended the --domain option
- Never cache DNS replies which have the 'cd' bit set
- Add --proxy-dnssec flag
- Allow a filename of "-" for --conf-file
- some smaller bugfixes
- update to 2.57
-------------------------------------------------------------------
Tue Jun 8 09:31:21 CEST 2010 - ug@suse.de
* Fix crash when /etc/ethers is in use.
* Fix crash in netlink_multicast().
* Allow the empty domain "." in dhcp domain-search (119)
options.
* 2.55 (there was no 2.54)
-------------------------------------------------------------------
Mon Jun 7 11:47:58 CEST 2010 - ug@suse.de
* Fixed bug which caused bad things to happen if a
resolv.conf file which exists is subsequently removed
* Rationalised the DHCP tag system
* Added --tag-if to allow boolean operations on tags
* Add broadcast/unicast information to DHCP logging
* Allow --dhcp-broadcast to be unconditional
* Fixed incorrect behaviour with NOT <tag> conditionals in
dhcp-options
* If we send vendor-class encapsulated options based on the
vendor-class supplied by the client, and no explicit
vendor-class option is given, echo back the vendor-class
from the client.
* Fix bug which stopped dnsmasq from matching both a
circuitid and a remoteid
* Add --dhcp-proxy
* Added interface:<iface name> part to dhcp-range
* and a lot more ... checke the CHANGELOG in the package
* 2.53
-------------------------------------------------------------------
Mon Jan 25 09:31:02 CET 2010 - ug@suse.de