fix grammar / add changelog for the torify commit

This commit is contained in:
Roger Dingledine
2009-09-20 23:24:46 -04:00
parent 772ce9d085
commit ed62b031d3
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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
View File
@@ -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