summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-08-26 17:03:44 -0400
committerRoger Dingledine <arma@torproject.org>2011-08-26 17:03:44 -0400
commitbf8a890c3b0aa00ad050f1226e25c12321027e5b (patch)
tree22f77a7acabe015af53e903421db22e064bff995
parent7fceba42e1d766530174677bc0cfd31f2ccf9d9d (diff)
downloadtor-bf8a890c3b0aa00ad050f1226e25c12321027e5b.tar.gz
tor-bf8a890c3b0aa00ad050f1226e25c12321027e5b.zip
our windows ce support isn't actually support
-rw-r--r--ChangeLog12
-rw-r--r--ReleaseNotes22
2 files changed, 16 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f7111dd5b..2aebe057ed 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 336c1f11d3..fdd1462ef5 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.