]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
our windows ce support isn't actually support
authorRoger Dingledine <arma@torproject.org>
Fri, 26 Aug 2011 21:03:44 +0000 (17:03 -0400)
committerRoger Dingledine <arma@torproject.org>
Fri, 26 Aug 2011 21:03:44 +0000 (17:03 -0400)
ChangeLog
ReleaseNotes

index 0f7111dd5b50aac81de0201320120147ba96ae3a..2aebe057ed3dda59cc0a12725ad0eb46f709363c 100644 (file)
--- 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,
index 336c1f11d343113ad94e3a4e6923b20dfe8d12c3..fdd1462ef5ef2084f8c555bfa19ecbdb2e8df1a5 100644 (file)
@@ -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.