[or-cvs] r12467: We were including instructions about what to do with the src (in tor/trunk: . src/config)
arma at seul.org
arma at seul.org
Sun Nov 11 01:27:03 UTC 2007
Author: arma
Date: 2007-11-10 20:27:02 -0500 (Sat, 10 Nov 2007)
New Revision: 12467
Modified:
tor/trunk/ChangeLog
tor/trunk/src/config/Makefile.am
Log:
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.
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2007-11-11 01:06:16 UTC (rev 12466)
+++ tor/trunk/ChangeLog 2007-11-11 01:27:02 UTC (rev 12467)
@@ -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:
- Exit policies now reject connections that are addressed to a
relay's public (external) IP address too, unless
@@ -10,9 +10,10 @@
- Allow people to say PreferTunnelledDirConns rather than
PreferTunneledDirConns, for those alternate-spellers out there.
- o Minor bugfixes:
- - We weren't actually including the src/config/fallback-consensus
- file in the tarball. Reported by phobos.
+ o Packaging fixes on 0.2.0.10-alpha:
+ - 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.
Changes in version 0.2.0.10-alpha - 2007-11-10
Modified: tor/trunk/src/config/Makefile.am
===================================================================
--- tor/trunk/src/config/Makefile.am 2007-11-11 01:06:16 UTC (rev 12466)
+++ tor/trunk/src/config/Makefile.am 2007-11-11 01:27:02 UTC (rev 12467)
@@ -1,10 +1,10 @@
confdir = $(sysconfdir)/tor
-EXTRA_DIST = fallback-consensus
+#EXTRA_DIST = fallback-consensus
conf_DATA = torrc.sample
-data_DATA = fallback-consensus
+#data_DATA = fallback-consensus
# If we don't have it, fake it.
fallback-consensus:
More information about the tor-commits
mailing list