-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
69 lines (62 loc) · 2.34 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
v0.8 Aug. X. 2010 "Blue Skied an' Clear"
- DNSSEC trust patch from Adam Langley <[email protected]>
- 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