]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fold in recent changes entries
authorRoger Dingledine <arma@torproject.org>
Sun, 29 May 2011 19:34:38 +0000 (15:34 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 29 May 2011 19:34:38 +0000 (15:34 -0400)
ChangeLog
changes/bug2574 [deleted file]
changes/bug3208 [deleted file]
changes/exit-policy-default-is-not-a-prefix [deleted file]
changes/feature3049 [deleted file]

index 92478b30d0c0fadd84ea871daf5194b3a6019613..42d4e149fe34f42f064792968ece79b73f234b0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,30 @@
-Changes in version 0.2.2.28-beta - 2011-05-2?
+Changes in version 0.2.2.28-beta - 2011-05-3?
   o Major bugfixes:
     - Don't decide to make a new descriptor when receiving a HUP signal.
       This bug has caused a lot of 0.2.2.x relays to disappear from the
       consensus periodically. Fixes the most common case of triggering
       bug 1810; bugfix on 0.2.2.7-alpha.
+    - Actually allow nameservers with IPv6 addresses. Fixes bug 2574.
+
+  o Major features:
+    - Add an __OwningControllerProcess configuration option and a
+      TAKEOWNERSHIP control-port command. Now a Tor controller can ensure
+      that when it exits, Tor will shut down. Implements feature 3049.
+
+  o Minor bugfixes:
+    - Fix warnings from GCC 4.6's "-Wunused-but-set-variable" option.
+    - Remove a trailing asterisk from "exit-policy/default" in the
+      output of the control port command "GETINFO info/names". Bugfix
+      on 0.1.2.5-alpha.
 
   o Minor features:
     - Relays now log the reason for publishing a new relay descriptor,
-      so we have a better chance of hunting down the root cause of bug
-      1810. Resolves ticket 3252.
+      so we have a better chance of hunting down instances of bug 1810.
+      Resolves ticket 3252.
+
+  o Removed options:
+    - Remove undocumented option "-F" from tor-resolve: it hasn't done
+      anything since 0.2.1.16-rc.
 
 
 Changes in version 0.2.2.27-beta - 2011-05-18
diff --git a/changes/bug2574 b/changes/bug2574
deleted file mode 100644 (file)
index 5cf2dae..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Allow nameservers with IPv6 address. Fixes bug 2574.
-
diff --git a/changes/bug3208 b/changes/bug3208
deleted file mode 100644 (file)
index fd737ba..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Removed options:
-    - Remove undocumented option "-F" from tor-resolve: it hasn't done
-      anything since 0.2.1.16-rc.
-
-  o Minor bugfixes:
-    - Fix warnings from GCC 4.6's "-Wunused-but-set-variable" option.
diff --git a/changes/exit-policy-default-is-not-a-prefix b/changes/exit-policy-default-is-not-a-prefix
deleted file mode 100644 (file)
index 6eb1e8d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - Remove a trailing asterisk from "exit-policy/default" in the
-      output of the control port command "GETINFO info/names".  Bugfix
-      on 0.1.2.5-alpha.
-
diff --git a/changes/feature3049 b/changes/feature3049
deleted file mode 100644 (file)
index 7960a1f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Major features:
-    - Add an __OwningControllerProcess configuration option and a
-      TAKEOWNERSHIP control-port command, so that a Tor controller can
-      ensure that when it exits, Tor will shut down.  Implements
-      feature 3049.
-