Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG 2.34 KiB
v0.8 Aug. X. 2010 "Blue Skied an' Clear"
 - DNSSEC trust patch from Adam Langley <agl@imperialviolet.org>
 - Update ttdnsd.defaults
 - fix getenv bug

v0.7 Jul. 7. 2010 "The Snow"
 - inspired entirely by Coil; debugged with Icelandic space pop
 - fix SIGSEV bug introduced in v0.4 or later
 - addition of sample configuration for pdnsd
 - update unbound config to fix localhost query issue
 - install sample configuration files in a sane location
 - install /etc/default/ttdnsd file for easy init.d optioning
 - add stress-test Makefile target
 - updates to README.TorDNS
 - update to ttdnsd.init for easier confiugration and verbosity
 - more debugging printf statements
 - fix Debianisms
 - change debhelper version to 5, rather than the absurdly high 7.0.50~
 - extensively tested under reasonable load for ~24 hours before release!

v0.6 Jul. 2. 2010
 - fix debian package dependency issues
 - add unbound configuration file

v0.5 Jul. 2. 2010
 - actual release
 - uploaded into debian and deb.torproject.org

v0.4 Jul. 1. 2010
 - added gcc hardening stuff
 - enabled lots of gcc warnings
 - clean up of various texts
 - ensured build no longer has any warnings at compile time
 - now with a man page 'ttdnsd.1'
 - run time user selected chroot path
 - small Makefile demo for running after build
    - make demo
 - fix of compile issues on Ubuntu 10.4
 - now with a useful init.d starting script
 - debian build targets in the Makefile
    - make deb || make deb-src
 - added DNS tests to Makefile
    - make basic-dns-test
    - make demo-dns-tests
    - make demo
 - new release related targets in the Makefile
    - make src-tar-gz || make signed-src || make git-tag
 - major refactoring of every function
    - lots of bounds checking!
    - prefer to use unsigned ints over ints whenever possible
    - lots of other stuff
 - code review by Jacob Appelbaum
 - code review by Kragen Javier Sitaker

v0.3 Jun. 1. 2010
 - added a couple of features
 - source cleanup and documentation
 - license changed in order to be included with Tor
 - linked to libtsocks to get rid of the tsocks wrapper
 - removed libttdnstor.so it is not needed

v0.2 Jul. 22. 2007
 - added libttdnstor.so
   this is an LD_PRELOAD library for redirecting open/fopen to
   /etc/resolv.conf to alternative file in order to run ttdnsd in local
   mode. See README for details.

v0.1 Jan. 25. 2007
 - initial version