summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-09-28 15:12:16 -0400
committerRoger Dingledine <arma@torproject.org>2011-09-28 15:12:16 -0400
commit458cc9d351f27092b245853fa72c5941389a3577 (patch)
tree1a039add53afd8e3d68de16ac4aab3740255ac3b
parent6201b8b361fb56d9d488cea4ed47d5e0819d94b8 (diff)
downloadtor-458cc9d351f27092b245853fa72c5941389a3577.tar.gz
tor-458cc9d351f27092b245853fa72c5941389a3577.zip
start preparing the 0.2.3.5-alpha changelog
-rw-r--r--ChangeLog30
-rw-r--r--changes/4027-diagnose4
-rw-r--r--changes/bug40595
-rw-r--r--changes/bug41185
-rw-r--r--changes/feature36308
-rw-r--r--changes/ticket-40636
6 files changed, 30 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 5381cf8813..6890d2d207 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+Changes in version 0.2.3.5-alpha - 2011-09-28
+ o Major bugfixes:
+ - Fix a crash bug that could occur when the same microdescriptor was
+ referenced by two node_t objects at once. Fix for bug 4118; bugfix
+ on Tor 0.2.3.1-alpha.
+
+ o Major features (networking):
+ - Add a new TokenBucketRefillInterval option to refill token buckets
+ more frequently than once per second. This should improve network
+ performance, alleviate queueing problems, and make traffic less
+ bursty. Implements proposal 183; closes ticket 3630. Design by
+ Florian Tschorsch and Björn Scheuermann; implementation by
+ Florian Tschorsch.
+
+ o Minor bugfixes:
+ - Change an integer overflow check in the OpenBSD_Malloc code so
+ that GCC is less likely to eliminate it as impossible. Patch
+ from Mansour Moufid. Fixes bug 4059.
+
+ o Minor bugfixes (usability):
+ - Downgrade log messages about circuit timeout calibration from
+ "notice" to "info": they don't require or suggest any human
+ intervention. Patch from Tom Lowenthal. Fixes bug 4063;
+ bugfix on 0.2.2.14-alpha.
+
+ o Minor features (diagnostics):
+ - When the system call to create a listener socket fails, log the
+ error message explaining why. This may help diagnose bug 4027.
+
+
Changes in version 0.2.3.4-alpha - 2011-09-13
Tor 0.2.3.4-alpha includes the fixes from 0.2.2.33, including a slight
tweak to Tor's TLS handshake that makes relays and bridges that run
diff --git a/changes/4027-diagnose b/changes/4027-diagnose
deleted file mode 100644
index 3fb6bd012d..0000000000
--- a/changes/4027-diagnose
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (diagnostics):
- - When the system call to create a listener socket fails, log the
- error message explaining why. This may help diagnose bug 4027.
-
diff --git a/changes/bug4059 b/changes/bug4059
deleted file mode 100644
index 82a4b1a10c..0000000000
--- a/changes/bug4059
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Change an integer overflow check in the OpenBSD_Malloc code so
- that GCC is less likely to eliminate it as impossible. Patch
- from Mansour Moufid. Fixes bug 4059.
-
diff --git a/changes/bug4118 b/changes/bug4118
deleted file mode 100644
index e56ea70728..0000000000
--- a/changes/bug4118
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes:
- - Fix a crash bug that could occur when the same microdescriptor was
- referenced by two node_t objects at once. Fix for bug 4118; bugfix
- on Tor 0.2.3.1-alpha.
-
diff --git a/changes/feature3630 b/changes/feature3630
deleted file mode 100644
index dab46c8790..0000000000
--- a/changes/feature3630
+++ /dev/null
@@ -1,8 +0,0 @@
- o Major features (networking):
- - Add a new TokenBucketRefillInterval option to refill token buckets
- more frequently than once per second. This should improve network
- performance, alleviate queueing problems, and make traffic less
- bursty. Implements proposal 183; closes ticket 3630. Design by
- Florian Tschorsch and Björn Scheuermann; implementation by
- Florian Tschorsch.
-
diff --git a/changes/ticket-4063 b/changes/ticket-4063
deleted file mode 100644
index 6a985b8c25..0000000000
--- a/changes/ticket-4063
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes (usability):
- - Downgrade log messages about circuit timeout calibration from
- "notice" to "info": they don't require or suggest any human
- intervention. Patch from Tom Lowenthal. Fixes bug 4063;
- bugfix on 0.2.2.14-alpha.
-