aMule: update to 2.3.1
[openwrt/svn-archive/archive.git] / net / djbdns / Changelog
1 #Changelog for the djbdns port for OpenWRT
2
3 5 20090522 jhalfmoon
4 enhancement - added patch: dnsroots_updated
5 enhancement - added patch: tinydns_one_second
6 enhancement - added patch: srv-records-and-axfrget
7 enhancement - added patch: dnscache_less_chatty_log
8 enhancement - added patch: tinydns_mmap_leak
9 enhancement - added patch: dnscache_dpos_tcp_servfail
10 enhancement - added patch: dnscache_negative_ttls
11 enhancement - added patch: dnscache_sigpipe_fix
12 enhancement - added patch: dnscache_big_udp_packets
13 enhancement - added patch: dnscache_ignoreip2 (Note: disabled in config by default!)
14 enhancement - added HIDETTL config option
15 change - Corrected a typo in the axfrdns description in the Makefile.
16 change - Cleaned up some lines in the Makefile
17 change - dnsroots.global now gets copied from the djbdns source folder instead of from the package/files folder.
18 change - The dnscache-multiple-ip patch was removed as it served no purpose
19 change - Renamed a few patches to be more consistent with the other patches
20 change - Updated the README file to reflect the changes
21
22 4 20090418 jhalfmoon
23 bugfix - The dnscache postinst script had a bug that prevented djbdns from being compiled into a firmware image.
24 bugfix - The dnscache startup script now uses /dev/urandom instead of /dev/random as a source of randomness. Using /dev/random does not work on 2.6 kernels.
25 bugfix - dnscache no longer tries to use /tmp/resolv.conf.auto but /etc/resolv.conf instead. This only applies when useresolvconf==1.
26 change - In menuconfig: djbdns moved from network to network/DNS
27 change - Removed the dnscache postinst script to the dnscache startup script. The script configures dnscache to accept connections from certain local network adresses.
28 change - The dnscache startup script was cleaned up a bit.
29 change - default logging level is now info instead of notice.
30 enhancement - Added option to add list of resolvers to UCI config for use in forwardonly mode. Two OpenDNS example addresses are added as a default.
31
32 3 20090409 jhalfmoon
33 bugfix - The restart routines of all scripts were broken causing restart to fail
34 bugfix - dnsqrx was broken, script accidentally relied on bash instead of sh
35
36 2 20090406 jhalfmoon
37 bugfix - dnscache init script did not correctly handle /tmp/resolv.conf.auto
38 enhancement - Addded the dnsqr command from http://homepages.tesco.net/~J.deBoynePollard/Softwares/djbdns/dnsqrx
39 change - Default dnscache CACHESIZE was set too low, was 200KB, is now 1MB
40 change - Added list of patches and made some overall adjustments to the README
41
42 1 20090404 jhalfmoon
43 Initial release