From 87016a51b70c6c19aaf873aa2f8a00faf41f9018 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Tue, 3 May 2011 07:19:50 +0000 Subject: [PATCH] updating project txt files svn:r24719 --- AUTHORS | 5 +++++ CHANGELOG | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/AUTHORS b/AUTHORS index 3312de92..f99ac6f9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,4 +30,9 @@ Adam Langley made the original valiant effort to port Tor to Android. Sathyanarayanan created a patch for the wizard which updated the icon and link for the secure chat app info to point to Gibberbot, and hopefully will continue to contribute useful patches. + +__sporkbomb implemented an updated set of logic +in TorTransProxy for handling the "transproxy all" mode of operation. Before +certain system processes were leaking traffic, and this was also detected +by his excellent auditing. diff --git a/CHANGELOG b/CHANGELOG index a4a02f17..a4fa45f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ NOTE: Specific #s below correspond to Trac tickets logged and maintained at https://trac.torproject.org/projects/tor/ 1.0.5 +- updated to Tor 0.2.2.25-alpha binary +- moved back to single notification bar id to avoid double entries +- cleaned up progress dialog and alert handling to avoid leaky windows +- Merged __sporkbomb's patch for how transproxy all works; now does "everything but Tor" - Added new toolbar notifications and alerts for displaying notifications and Tor messages - Removed unused Socks client code from android.net package - Updated wizard to show link to Gibberbot (formerly OTRchat) chat app