mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 22:53:44 +01:00
another interim changelog for 0.1.1.17-rc
svn:r6253
This commit is contained in:
parent
03302dc67d
commit
90a40e0e66
30
ChangeLog
30
ChangeLog
@ -5,16 +5,36 @@ Changes in version 0.1.1.17-rc - 2006-03-xx
|
|||||||
have circuits on them. Oops. With this new version, clients will
|
have circuits on them. Oops. With this new version, clients will
|
||||||
discard entry guards and avoid choosing entry guards running these
|
discard entry guards and avoid choosing entry guards running these
|
||||||
flawed versions.
|
flawed versions.
|
||||||
|
- Fix memory leak when uncompressing concatenated zlib streams. This
|
||||||
|
was causing substantial leaks over time on Tor servers.
|
||||||
|
- The v1 directory was including servers as much as 48 hours old,
|
||||||
|
because that's how the new routerlist->routers works. Now only
|
||||||
|
include them if they're 20 hours old or less.
|
||||||
|
|
||||||
o Little fixes:
|
o Minor fixes:
|
||||||
- Resume building on irix64, netbsd 2.0, etc.
|
- Resume building on irix64, netbsd 2.0, etc.
|
||||||
- Fix memory leak when uncompressing concatenated zlib streams.
|
- On non-gcc compilers (e.g. solaris), use "-g -O" instead of
|
||||||
|
"-Wall -g -O2".
|
||||||
|
- Stop writing the "router.desc" file, ever. Nothing uses it anymore,
|
||||||
|
and it is confusing some users.
|
||||||
|
- Stop caching the v1 directory so often.
|
||||||
|
- Change our win32 uname() hack to be more forgiving about what
|
||||||
|
win32 versions it thinks it's found.
|
||||||
|
|
||||||
|
o New features:
|
||||||
|
- Add lefkada.eecs.harvard.edu as a fourth authoritative directory
|
||||||
|
server.
|
||||||
|
- When the controller's *setconf commands fail, collect an error
|
||||||
|
message in a string and hand it back to the controller.
|
||||||
- Make the v2 dir's "Fast" flag based on median capacity, just like
|
- Make the v2 dir's "Fast" flag based on median capacity, just like
|
||||||
"Stable" is based on median uptime. Name everything in the top
|
"Stable" is based on median uptime. Name everything in the top
|
||||||
7/8 Fast, and only the top 1/2 gets to be a Guard.
|
7/8 Fast, and only the top 1/2 gets to be a Guard.
|
||||||
|
- Log server fingerprint on startup, so new server operators don't
|
||||||
o Add lefkada.eecs.harvard.edu as a fourth authoritative directory
|
have to go hunting around their filesystem for it.
|
||||||
server.
|
- Return a robots.txt on our dirport to discourage google indexing.
|
||||||
|
- Let the controller ask for GETINFO dir/status/foo so it can ask
|
||||||
|
directly rather than connecting to the dir port. Only works when
|
||||||
|
dirport is set for now.
|
||||||
|
|
||||||
o New config options rather than constants in the code:
|
o New config options rather than constants in the code:
|
||||||
- SocksTimeout: How long do we let a socks connection wait
|
- SocksTimeout: How long do we let a socks connection wait
|
||||||
|
Loading…
Reference in New Issue
Block a user