]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fold in the latest changes file.
authorRoger Dingledine <arma@torproject.org>
Sat, 21 May 2011 22:27:02 +0000 (18:27 -0400)
committerRoger Dingledine <arma@torproject.org>
Sat, 21 May 2011 22:27:02 +0000 (18:27 -0400)
schedule another release for this coming week

ChangeLog
changes/bug1810 [deleted file]
changes/bug3252 [deleted file]

index 79148e16229f66619acc7d7f0b45e2b43b225949..92478b30d0c0fadd84ea871daf5194b3a6019613 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Changes in version 0.2.2.28-beta - 2011-05-2?
+  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.
+
+  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.
+
+
 Changes in version 0.2.2.27-beta - 2011-05-18
   Tor 0.2.2.27-beta fixes a bridge-related stability bug in the previous
   release, and also adds a few more general bugfixes.
diff --git a/changes/bug1810 b/changes/bug1810
deleted file mode 100644 (file)
index 11e561f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Major bugfixes:
-    - Don't decide to make a new descriptor when receiving a HUP signal.
-      This bug has caused a lot of relays to disappear from the consensus
-      periodically. Fixes the most common case of triggering bug 1810;
-      bugfix on 0.2.2.7-alpha.
-
diff --git a/changes/bug3252 b/changes/bug3252
deleted file mode 100644 (file)
index f85f633..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  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.