diff options
author | Roger Dingledine <arma@torproject.org> | 2008-07-09 10:28:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-07-09 10:28:11 +0000 |
commit | 2534bb8fef6ae7a0672ba12a39cbcbebbb2e2d7e (patch) | |
tree | 6e3b8f6c760d3731caa5f027dfcd3576ea603424 /ChangeLog | |
parent | dbbcb92cf0a36a4d8d8814f47d2d98d93a9b8d8d (diff) | |
download | tor-2534bb8fef6ae7a0672ba12a39cbcbebbb2e2d7e.tar.gz tor-2534bb8fef6ae7a0672ba12a39cbcbebbb2e2d7e.zip |
remove duplicate changelog entries
svn:r15784
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -4,23 +4,15 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx reason is NO_ROUTE (that is, our network is down). o Major bugfixes: - - Try to attach connections immediately upon receiving a RENDEZVOUS2 or - RENDEZVOUS_ESTABLISHED cell. This can save a second or two on the - client side when connecting to a hidden service. Bugfix on 0.0.6pre1. - Found and fixed by Christian Wilms; resolves bug 743. + - Try to attach connections immediately upon receiving a RENDEZVOUS2 + or RENDEZVOUS_ESTABLISHED cell. This can save a second or two + on the client side when connecting to a hidden service. Bugfix + on 0.0.6pre1. Found and fixed by Christian Wilms; resolves bug 743. o Minor bugfixes: - Change the contrib/tor.logrotate script so it makes the new logs as "_tor:_tor" rather than the default, which is generally "root:wheel". Fixes bug 676, reported by Serge Koksharov. - - Fix macro collision between OpenSSL 0.9.8h and Windows headers. - Fixes bug 704; fix from Steven Murdoch. - - When opening /dev/null in finish_daemonize(), do not pass the - O_CREAT flag. Fortify was complaining, and correctly so. Fixes - bug 742; fix from Michael Scherer. Bugfix on 0.0.2pre19. - - Correctly detect transparent proxy support on Linux hosts that - require in.h to be included before netfilter_ipv4.h. Patch from - coderman. Changes in version 0.2.0.29-rc - 2008-07-08 |