]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r14103@catbus: nickm | 2007-08-09 18:30:40 -0400
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Aug 2007 22:32:33 +0000 (22:32 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Aug 2007 22:32:33 +0000 (22:32 +0000)
 Drop v1 directory support: instead, just generate stub v1 directories.  This should save lots and lots of directory bandwidth, and break any code relying on v1 directories, including Tor 0.1.0.x and earlier.

svn:r11067

ChangeLog
src/or/or.h

index 97354dacc4f570260042fca755938105a3c0f6d7..564cc02ec0aadfd726fba568a7e610e02b049103 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
 Changes in version 0.2.0.5-alpha - 2007-??-??
+  o Removed features:
+    - Version 1 directories are no longer generated in full.  Instead,
+      authorities generate and serve "stub" v1 directories that list no
+      servers.  This will stop Tor versions 0.1.0.x and earlier from working,
+      but (for security reasons) nobody should be running those versions
+      anyway.
+
   o Major bugfixes (compilation):
     - Try to fix win32 compilation again: Improve checking for ipv6 types.
     - Fix compile on platforms without getaddrinfo: bug found by Li-Hui
index 5d41658d6df1b6709e6bb5d707c44a7e5d93ea12..e9f202a009ce7ef28e41431ff87107cc6810fb07 100644 (file)
 #endif
 
 /** Undefine this when it's time to stop generating v1 directories. */
-#define FULL_V1_DIRECTORIES
+// #define FULL_V1_DIRECTORIES
 /** Undefine this when it's time to stop includeing bandwidth info in router
  * descriptors. */
 #define INCLUDE_BW_INFO_IN_ROUTERDESCS