mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix grammar / add changelog for the torify commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Changes in version 0.2.2.2-alpha - 2009-09-18
|
||||
Changes in version 0.2.2.2-alpha - 2009-09-2?
|
||||
o Major features:
|
||||
- Tor now tracks how long it takes to build client-side circuits
|
||||
over time, and adapts its timeout to local network performance.
|
||||
@@ -56,6 +56,9 @@ Changes in version 0.2.2.2-alpha - 2009-09-18
|
||||
- Work around a small memory leak in some versions of OpenSSL that
|
||||
stopped the memory used by the hostname TLS extension from being
|
||||
freed.
|
||||
- Make our 'torify' script more portable; if we have only one of
|
||||
'torsocks' or 'tsocks' installed, don't complain to the user;
|
||||
and explain our warning about tsocks better.
|
||||
|
||||
o Minor features:
|
||||
- Add a "getinfo status/accepted-server-descriptor" controller
|
||||
|
||||
+1
-1
@@ -66,6 +66,6 @@ elif pathfind tsocks; then
|
||||
fi
|
||||
|
||||
else
|
||||
echo "$0: Can't find neither tsocks nor torsocks in your PATH. Perhaps you haven't installed either?" >&2
|
||||
echo "$0: Can't find either tsocks or torsocks in your PATH. Perhaps you haven't installed either?" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user