summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-10 23:58:07 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-10 23:58:07 +0000
commit33a9f45a864a60fecf38b4a1f2a2334db48f62fb (patch)
treea19ee695844586b9af72c2e46fd0f8b80b391c0d
parent42b8fb5a152301a1d1d89b390bec5245857dd0e6 (diff)
downloadtor-33a9f45a864a60fecf38b4a1f2a2334db48f62fb.tar.gz
tor-33a9f45a864a60fecf38b4a1f2a2334db48f62fb.zip
We weren't actually including the src/config/fallback-consensus
file in the tarball. Reported by phobos. svn:r12462
-rw-r--r--ChangeLog4
-rw-r--r--src/config/Makefile.am6
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d636ff6eb5..34fcd77ac9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ Changes in version 0.2.0.11-alpha - 2007-11-??
many relays are running nearby to services that trust them based
on network address.
+ o Minor bugfixes:
+ - We weren't actually including the src/config/fallback-consensus
+ file in the tarball. Reported by phobos.
+
Changes in version 0.2.0.10-alpha - 2007-11-10
o New directory authorities:
diff --git a/src/config/Makefile.am b/src/config/Makefile.am
index 88dd2d4c59..0ba74d92f7 100644
--- a/src/config/Makefile.am
+++ b/src/config/Makefile.am
@@ -1,11 +1,9 @@
confdir = $(sysconfdir)/tor
-EXTRA_DIST =
+EXTRA_DIST = fallback-consensus
conf_DATA = torrc.sample
-data_DATA = fallback-consensus
-
# If we don't have it, fake it.
fallback-consensus:
- touch fallback-consensus \ No newline at end of file
+ touch fallback-consensus