diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-21 21:48:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-21 21:48:02 +0000 |
commit | de5194eeaad226bee702fbe5170bde2c476933dd (patch) | |
tree | b4a4f8c495c47200ff0e86e16bef96001461ce91 /ChangeLog | |
parent | 60c2dced989fefdb8447b068d86dea70d24b2962 (diff) | |
download | tor-de5194eeaad226bee702fbe5170bde2c476933dd.tar tor-de5194eeaad226bee702fbe5170bde2c476933dd.tar.gz |
r13025@Kushana: nickm | 2007-05-21 17:40:56 -0400
Bugfix and possible backport candidate: use the same logic as in read_all when reading resolv.conf. Maybe this fixes bug 433.
svn:r10237
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -131,6 +131,8 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? try to use \ consistently on Windows and / consistently on Unix: it makes the log messages nicer. - Correctly report platform name on Windows 95 OSR2 and Windows 98 SE. + - Read resolv.conf files correctly on platforms where read() returns + partial results on small file reads. o Minor bugfixes (directory): - Correctly enforce that elements of directory objects do not appear |