mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
We were including instructions about what to do with the
src/config/fallback-consensus file, but we weren't actually including it in the tarball. Disable all of that for now. svn:r12467
This commit is contained in:
parent
8ca51869fd
commit
8a1b394695
@ -1,4 +1,4 @@
|
|||||||
Changes in version 0.2.0.11-alpha - 2007-11-??
|
Changes in version 0.2.0.11-alpha - 2007-11-10
|
||||||
o Security fixes:
|
o Security fixes:
|
||||||
- Exit policies now reject connections that are addressed to a
|
- Exit policies now reject connections that are addressed to a
|
||||||
relay's public (external) IP address too, unless
|
relay's public (external) IP address too, unless
|
||||||
@ -10,9 +10,10 @@ Changes in version 0.2.0.11-alpha - 2007-11-??
|
|||||||
- Allow people to say PreferTunnelledDirConns rather than
|
- Allow people to say PreferTunnelledDirConns rather than
|
||||||
PreferTunneledDirConns, for those alternate-spellers out there.
|
PreferTunneledDirConns, for those alternate-spellers out there.
|
||||||
|
|
||||||
o Minor bugfixes:
|
o Packaging fixes on 0.2.0.10-alpha:
|
||||||
- We weren't actually including the src/config/fallback-consensus
|
- We were including instructions about what to do with the
|
||||||
file in the tarball. Reported by phobos.
|
src/config/fallback-consensus file, but we weren't actually
|
||||||
|
including it in the tarball. Disable all of that for now.
|
||||||
|
|
||||||
|
|
||||||
Changes in version 0.2.0.10-alpha - 2007-11-10
|
Changes in version 0.2.0.10-alpha - 2007-11-10
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
confdir = $(sysconfdir)/tor
|
confdir = $(sysconfdir)/tor
|
||||||
|
|
||||||
EXTRA_DIST = fallback-consensus
|
#EXTRA_DIST = fallback-consensus
|
||||||
|
|
||||||
conf_DATA = torrc.sample
|
conf_DATA = torrc.sample
|
||||||
|
|
||||||
data_DATA = fallback-consensus
|
#data_DATA = fallback-consensus
|
||||||
|
|
||||||
# If we don't have it, fake it.
|
# If we don't have it, fake it.
|
||||||
fallback-consensus:
|
fallback-consensus:
|
||||||
|
Loading…
Reference in New Issue
Block a user