mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
elevate a changelog entry, and get my mailto out of the man page
This commit is contained in:
parent
295e6557a9
commit
8ce1cb174d
@ -19,6 +19,9 @@ Changes in version 0.2.2.9-alpha - 2010-02-22
|
|||||||
that didn't allow exiting to any ports. This bug could screw
|
that didn't allow exiting to any ports. This bug could screw
|
||||||
with load balancing and stats. Bugfix on 0.1.1.6-alpha; fixes bug
|
with load balancing and stats. Bugfix on 0.1.1.6-alpha; fixes bug
|
||||||
1238. Bug discovered by Martin Kowalczyk.
|
1238. Bug discovered by Martin Kowalczyk.
|
||||||
|
- When freeing a cipher, zero it out completely. We only zeroed
|
||||||
|
the first ptrsize bytes. Bugfix on tor-0.0.2pre8. Discovered
|
||||||
|
and patched by ekir. Fixes bug 1254.
|
||||||
|
|
||||||
o Minor bugfixes:
|
o Minor bugfixes:
|
||||||
- Fix static compilation by listing the openssl libraries in the right
|
- Fix static compilation by listing the openssl libraries in the right
|
||||||
@ -45,9 +48,6 @@ Changes in version 0.2.2.9-alpha - 2010-02-22
|
|||||||
- Fix a spec conformance issue: the network-status-version token
|
- Fix a spec conformance issue: the network-status-version token
|
||||||
must be the first token in a v3 consensus or vote. Discovered by
|
must be the first token in a v3 consensus or vote. Discovered by
|
||||||
parakeep. Bugfix on 0.2.0.3-alpha.
|
parakeep. Bugfix on 0.2.0.3-alpha.
|
||||||
- When freeing a cipher, zero it out completely. We only zeroed
|
|
||||||
the first ptrsize bytes. Bugfix on tor-0.0.2pre8. Discovered
|
|
||||||
and patched by ekir. Fixes bug 1254.
|
|
||||||
|
|
||||||
o Code simplifications and refactoring:
|
o Code simplifications and refactoring:
|
||||||
- Generate our manpage and HTML documentation using Asciidoc. This
|
- Generate our manpage and HTML documentation using Asciidoc. This
|
||||||
|
@ -980,7 +980,7 @@ if DirPort is non-zero):
|
|||||||
good servers, signs it, and sends that to the clients. Unless the clients
|
good servers, signs it, and sends that to the clients. Unless the clients
|
||||||
already have you listed as a trusted directory, you probably do not want
|
already have you listed as a trusted directory, you probably do not want
|
||||||
to set this option. Please coordinate with the other admins at
|
to set this option. Please coordinate with the other admins at
|
||||||
tor-ops@freehaven.net if you think you should be a directory.
|
tor-ops@torproject.org if you think you should be a directory.
|
||||||
|
|
||||||
**DirPortFrontPage** __FILENAME__::
|
**DirPortFrontPage** __FILENAME__::
|
||||||
When this option is set, it takes an HTML file and publishes it as "/" on
|
When this option is set, it takes an HTML file and publishes it as "/" on
|
||||||
@ -1390,5 +1390,5 @@ Plenty, probably. Tor is still in development. Please report them.
|
|||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Roger Dingledine <mailto:arma@mit.edu[arma@mit.edu]>, Nick Mathewson <mailto:nickm@alum.mit.edu[nickm@alum.mit.edu]>.
|
Roger Dingledine [arma at mit.edu], Nick Mathewson [nickm at alum.mit.edu].
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user