commit bf8a890c3b0aa00ad050f1226e25c12321027e5b Author: Roger Dingledine arma@torproject.org Date: Fri Aug 26 17:03:44 2011 -0400
our windows ce support isn't actually support --- ChangeLog | 12 ++++++------ ReleaseNotes | 22 ++++++++++------------ 2 files changed, 16 insertions(+), 18 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 0f7111d..2aebe05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,11 @@ Changes in version 0.2.2.32 - 2011-08-26 Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally - ready. More than two years in the making, this release features - improved client performance and hidden service reliability, better - compatibility for Android and Windows CE, correct behavior for bridges - that listen on more than one address, more extensible and flexible - directory object handling, better reporting of network statistics, - improved code security, and many many other features and bugfixes. + ready. More than two years in the making, this release features improved + client performance and hidden service reliability, better compatibility + for Android, correct behavior for bridges that listen on more than + one address, more extensible and flexible directory object handling, + better reporting of network statistics, improved code security, and + many many other features and bugfixes.
The Tor 0.2.2 release series is dedicated to the memory of Andreas Pfitzmann (1958-2010), a pioneer in anonymity and privacy research, diff --git a/ReleaseNotes b/ReleaseNotes index 336c1f1..fdd1462 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -5,12 +5,12 @@ each development snapshot, see the ChangeLog file.
Changes in version 0.2.2.32 - 2011-08-26 Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally - ready. More than two years in the making, this release features - improved client performance and hidden service reliability, better - compatibility for Android and Windows CE, correct behavior for bridges - that listen on more than one address, more extensible and flexible - directory object handling, better reporting of network statistics, - improved code security, and many many other features and bugfixes. + ready. More than two years in the making, this release features improved + client performance and hidden service reliability, better compatibility + for Android, correct behavior for bridges that listen on more than + one address, more extensible and flexible directory object handling, + better reporting of network statistics, improved code security, and + many many other features and bugfixes.
The Tor 0.2.2 release series is dedicated to the memory of Andreas Pfitzmann (1958-2010), a pioneer in anonymity and privacy research, @@ -117,12 +117,6 @@ Changes in version 0.2.2.32 - 2011-08-26 part of the consensus process. This is designed to help set network-wide parameters. Implements proposal 167.
- o Major features (portability): - - Numerous changes, bugfixes, and workarounds from Nathan Freitas - to help Tor build correctly for Android phones. - - Port Tor to build and run correctly on Windows CE systems, using - the wcecompat library. Contributed by Valerio Lupi. - o Major features and bugfixes (node selection): - Revise and reconcile the meaning of the ExitNodes, EntryNodes, ExcludeEntryNodes, ExcludeExitNodes, ExcludeNodes, and Strict*Nodes @@ -189,6 +183,8 @@ Changes in version 0.2.2.32 - 2011-08-26 - Improve log messages related to excluded nodes.
o Major features (misc): + - Numerous changes, bugfixes, and workarounds from Nathan Freitas + to help Tor build correctly for Android phones. - The options SocksPort, ControlPort, and so on now all accept a value "auto" that opens a socket on an OS-selected port. A new ControlPortWriteToFile option tells Tor to write its @@ -3177,6 +3173,8 @@ Changes in version 0.2.0.30 - 2008-07-15 warning "-Wshorten-64-to-32" is available. - Support compilation to target iPhone; patch from cjacker huang. To build for iPhone, pass the --enable-iphone option to configure. + - Port Tor to build and run on Windows CE systems, using the wcecompat + library. Contributed by Valerio Lupi. - Detect non-ASCII platforms (if any still exist) and refuse to build there: some of our code assumes that 'A' is 65 and so on. - Clear up some MIPSPro compiler warnings.