]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fold in more changes files
authorRoger Dingledine <arma@torproject.org>
Tue, 22 Nov 2011 00:30:29 +0000 (19:30 -0500)
committerRoger Dingledine <arma@torproject.org>
Tue, 22 Nov 2011 00:30:29 +0000 (19:30 -0500)
ChangeLog
changes/bug3963 [deleted file]
changes/bug4518 [deleted file]
changes/bug4521 [deleted file]
changes/feature4484 [deleted file]

index 3782aefa02f2c49fcb56cd0b3b3f056a9ca37caf..2096215931342587fa27b99e5dbb7d9bcbb77bf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 Changes in version 0.2.2.35 - 2011-11-??
+
+  Formalize end-of-life for 0.2.0.
+
   o Major bugfixes:
     - Initialize Libevent with the EVENT_BASE_FLAG_NOLOCK flag enabled, so
       that it doesn't attempt to allocate a socketpair. This could cause
@@ -30,9 +33,15 @@ Changes in version 0.2.2.35 - 2011-11-??
   o Minor bugfixes:
     - Detect failure to initialize Libevent. This fix provides better
       detection for future instances of bug 4457.
+    - Avoid frequent calls to the fairly expensive cull_wedged_cpuworkers
+      function. This was eating up hideously large amounts of time on some
+      busy servers. Fixes bug 4518; bugfix on 0.0.9.8.
     - Don't warn about unused log_mutex in log.c when building with
       --disable-threads using a recent GCC. Fixes bug 4437; bugfix on
       0.1.0.6-rc which introduced --disable-threads.
+    - When configuring, starting, or stopping an NT service, stop
+      immediately after the service configuration attempt has succeeded
+      or failed. Fixes bug3963; bugfix on 0.2.0.7-alpha.
     - When sending a NETINFO cell, include the original address
       received for the other side, not its canonical address. Found
       by "troll_un"; fixes bug 4349; bugfix on 0.2.0.10-alpha.
@@ -41,8 +50,16 @@ Changes in version 0.2.2.35 - 2011-11-??
     - Fix a memory leak in launch_direct_bridge_descriptor_fetch() that
       occurred when a client tried to fetch a descriptor for a bridge
       in ExcludeNodes. Fixes bug 4383; bugfix on 0.2.2.25-alpha.
+    - Backport fixes for a pair of compilation warnings on Windows.
+      Fixes bug 4521; bugfix on 0.2.2.28-beta and on 0.2.2.29-beta.
 
   o Minor features:
+    - Add two new config options for directory authorities:
+      AuthDirFastGuarantee sets a bandwidth threshold for guaranteeing the
+      Fast flag, and AuthDirGuardBWGuarantee sets a bandwidth threshold
+      that is always sufficient to satisfy the bandwidth requirement for
+      the Guard flag. Now it will be easier for researchers to simulate
+      Tor networks with different values. Resolves ticket 4484.
     - When Tor ignores a hidden service specified in its configuration,
       include the hidden service's directory in the warning message.
       Previously, we would only tell the user that some hidden service
diff --git a/changes/bug3963 b/changes/bug3963
deleted file mode 100644 (file)
index 2fc44a0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - When configuring, starting, or stopping an NT service, stop
-      immediately after the service configuration attempt has succeeded
-      or failed. Fixes bug3963; bugfix on 0.2.0.7-alpha.
-
diff --git a/changes/bug4518 b/changes/bug4518
deleted file mode 100644 (file)
index 8dcb93b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor bugfixes (performance):
-    - Avoid frequent calls to the fairly expensive cull_wedged_cpuworkers
-      function. This was eating up hideously large amounts of time on some
-      busy servers. Fixes bug 4518.
diff --git a/changes/bug4521 b/changes/bug4521
deleted file mode 100644 (file)
index 9b0bae9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes:
-    - Backport fixes for a pair of compilation warnings on Windows.
-      Fixes bug 4521; bugfix on 0.2.2.28-beta and on 0.2.2.29-beta.
diff --git a/changes/feature4484 b/changes/feature4484
deleted file mode 100644 (file)
index 78154e9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-  o Minor features:
-    - Add two new config options for directory authorities:
-      AuthDirFastGuarantee sets a bandwidth threshold for guaranteeing the
-      Fast flag, and AuthDirGuardBWGuarantee sets a bandwidth threshold
-      that is always sufficient to satisfy the bandwidth requirement for
-      the Guard flag. Now it will be easier for researchers to simulate
-      Tor networks with different values. Resolves ticket 4484.
-