Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
2010-11-19 AdvTor v0.1.0.13- when the exit is changed from system tray menu or from the exit node selection dialog, a notification message will show the selection in debug window- all file operations now use absolute paths because on some systems GetOpenFileName changes the directory even with OFN_NOCHANGEDIR flag set- addresses of websites can also be banned by IP- favorite routers are now added to the "Select IP" system tray menu and if there are less than 30 IPs added, other routers are added that are not in banlist- new configuration option: FavoriteExitNodesPriority which is a percent and it is used when selecting a random exit node to decide if an exit node from favorites will be selected when StrictExitNodes is disabled (default is 100)- new option for favorite exit nodes on "Router restrictions" page: "Priority" which allows changing FavoriteExitNodesPriority- added: context menus for circuit tree from "Network information" page that allow closing connections, destroying circuits, banning websites by hostname or IP, banning nodes, adding nodes to favorites, etc.- updated language strings: 1248, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686
1 Changes in version 0.2.1.27 - 2010-11-23 2 Yet another OpenSSL security patch broke its compatibility with Tor: 3 Tor 0.2.1.27 makes relays work with openssl 0.9.8p and 1.0.0.b. We 4 also took this opportunity to fix several crash bugs, integrate a new 5 directory authority, and update the bundled GeoIP database. 6 7 o Major bugfixes: 8 - Resolve an incompatibility with OpenSSL 0.9.8p and OpenSSL 1.0.0b: 9 No longer set the tlsext_host_name extension on server SSL objects; 10 but continue to set it on client SSL objects. Our goal in setting 11 it was to imitate a browser, not a vhosting server. Fixes bug 2204; 12 bugfix on 0.2.1.1-alpha. 13 - Do not log messages to the controller while shrinking buffer 14 freelists. Doing so would sometimes make the controller connection 15 try to allocate a buffer chunk, which would mess up the internals 16 of the freelist and cause an assertion failure. Fixes bug 1125; 17 fixed by Robert Ransom. Bugfix on 0.2.0.16-alpha. 18 - Learn our external IP address when we're a relay or bridge, even if 19 we set PublishServerDescriptor to 0. Bugfix on 0.2.0.3-alpha, 20 where we introduced bridge relays that don't need to publish to 21 be useful. Fixes bug 2050. 22 - Do even more to reject (and not just ignore) annotations on 23 router descriptors received anywhere but from the cache. Previously 24 we would ignore such annotations at first, but cache them to disk 25 anyway. Bugfix on 0.2.0.8-alpha. Found by piebeer. 26 - When you're using bridges and your network goes away and your 27 bridges get marked as down, recover when you attempt a new socks 28 connection (if the network is back), rather than waiting up to an 29 hour to try fetching new descriptors for your bridges. Bugfix on 30 0.2.0.3-alpha; fixes bug 1981. 31 32 o Major features: 33 - Move to the November 2010 Maxmind GeoLite country db (rather 34 than the June 2009 ip-to-country GeoIP db) for our statistics that 35 count how many users relays are seeing from each country. Now we'll 36 have more accurate data, especially for many African countries. 37 38 o New directory authorities: 39 - Set up maatuska (run by Linus Nordberg) as the eighth v3 directory 40 authority. 41 42 o Minor bugfixes: 43 - Fix an assertion failure that could occur in directory caches or 44 bridge users when using a very short voting interval on a testing 45 network. Diagnosed by Robert Hogan. Fixes bug 1141; bugfix on 46 0.2.0.8-alpha. 47 - Enforce multiplicity rules when parsing annotations. Bugfix on 48 0.2.0.8-alpha. Found by piebeer. 49 - Allow handshaking OR connections to take a full KeepalivePeriod 50 seconds to handshake. Previously, we would close them after 51 IDLE_OR_CONN_TIMEOUT (180) seconds, the same timeout as if they 52 were open. Bugfix on 0.2.1.26; fixes bug 1840. Thanks to mingw-san 53 for analysis help. 54 - When building with --enable-gcc-warnings on OpenBSD, disable 55 warnings in system headers. This makes --enable-gcc-warnings 56 pass on OpenBSD 4.8. 57 58 o Minor features: 59 - Exit nodes didn't recognize EHOSTUNREACH as a plausible error code, 60 and so sent back END_STREAM_REASON_MISC. Clients now recognize a new 61 stream ending reason for this case: END_STREAM_REASON_NOROUTE. 62 Servers can start sending this code when enough clients recognize 63 it. Bugfix on 0.1.0.1-rc; fixes part of bug 1793. 64 - Build correctly on mingw with more recent versions of OpenSSL 0.9.8. 65 Patch from mingw-san. 66 67 o Removed files: 68 - Remove the old debian/ directory from the main Tor distribution. 69 The official Tor-for-debian git repository lives at the URL 70 https://git.torproject.org/debian/tor.git 71 - Stop shipping the old doc/website/ directory in the tarball. We 72 changed the website format in late 2010, and what we shipped in 73 0.2.1.26 really wasn't that useful anyway.