Kaynağa Gözat

fix grammar / add changelog for the torify commit

Roger Dingledine 14 yıl önce
ebeveyn
işleme
ed62b031d3
2 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  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:
   o Major features:
     - Tor now tracks how long it takes to build client-side circuits
     - Tor now tracks how long it takes to build client-side circuits
       over time, and adapts its timeout to local network performance.
       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
     - Work around a small memory leak in some versions of OpenSSL that
       stopped the memory used by the hostname TLS extension from being
       stopped the memory used by the hostname TLS extension from being
       freed.
       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:
   o Minor features:
     - Add a "getinfo status/accepted-server-descriptor" controller
     - Add a "getinfo status/accepted-server-descriptor" controller

+ 1 - 1
contrib/torify.in

@@ -66,6 +66,6 @@ elif pathfind tsocks; then
 	fi
 	fi
 
 
 else
 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
 	exit 1
 fi
 fi