浏览代码

We weren't actually including the src/config/fallback-consensus
file in the tarball. Reported by phobos.


svn:r12462

Roger Dingledine 17 年之前
父节点
当前提交
33a9f45a86
共有 2 个文件被更改,包括 6 次插入4 次删除
  1. 4 0
      ChangeLog
  2. 2 4
      src/config/Makefile.am

+ 4 - 0
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:

+ 2 - 4
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
+	touch fallback-consensus