31056eed82a07a83c9241e524d363eac36d03af2
[openwrt/svn-archive/archive.git] / net / djbdns / Changelog
1 #Changelog for the djbdns port for OpenWRT
2
3 4 20090418 jhalfmoon
4 bugfix - The dnscache postinst script had a bug that prevented djbdns from being compiled into a firmware image.
5 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.
6 bugfix - dnscache no longer tries to use /tmp/resolv.conf.auto but /etc/resolv.conf instead. This only applies when useresolvconf==1.
7 change - In menuconfig: djbdns moved from network to network/DNS
8 change - Removed the dnscache postinst script to the dnscache startup script. The script configures dnscache to accept connections from certain local network adresses.
9 change - The dnscache startup script was cleaned up a bit.
10 change - default logging level is now info instead of notice.
11 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.
12
13 3 20090409 jhalfmoon
14 bugfix - The restart routines of all scripts were broken causing restart to fail
15 bugfix - dnsqrx was broken, script accidentally relied on bash instead of sh
16
17 2 20090406 jhalfmoon
18 bugfix - dnscache init script did not correctly handle /tmp/resolv.conf.auto
19 enhancement - Addded the dnsqr command from http://homepages.tesco.net/~J.deBoynePollard/Softwares/djbdns/dnsqrx
20 change - Default dnscache CACHESIZE was set too low, was 200KB, is now 1MB
21 change - Added list of patches and made some overall adjustments to the README
22
23 1 20090404 jhalfmoon
24 Initial release