mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 22:53:44 +01:00
our windows ce support isn't actually support
This commit is contained in:
parent
7fceba42e1
commit
bf8a890c3b
12
ChangeLog
12
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,
|
||||
|
22
ReleaseNotes
22
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.
|
||||
|
Loading…
Reference in New Issue
Block a user