Преглед изворни кода

fix grammar / add changelog for the torify commit

Roger Dingledine пре 14 година
родитељ
комит
ed62b031d3
2 измењених фајлова са 5 додато и 2 уклоњено
  1. 4 1
      ChangeLog
  2. 1 1
      contrib/torify.in

+ 4 - 1
ChangeLog

@@ -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
contrib/torify.in

@@ -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