aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-12-16 17:02:21 -0500
committerRoger Dingledine <arma@torproject.org>2010-12-16 17:02:21 -0500
commit4170a11398789a5a8b93eeb1db20e780dcd4dbfe (patch)
treecf133210049dbc62b27ba41fc1b096b2623e0bdb
parentba8a8ff93571006aa085a41fcb8b8d504861c416 (diff)
downloadtor-4170a11398789a5a8b93eeb1db20e780dcd4dbfe.tar.gz
tor-4170a11398789a5a8b93eeb1db20e780dcd4dbfe.zip
fold in changelog entry
-rw-r--r--ChangeLog6
-rw-r--r--changes/security_bug5
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3131594281..01e858ffb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
Changes in version 0.2.1.28 - 2010-12-16
+ o Major bugfixes:
+ - Fix a remotely exploitable bug that could be used to crash instances
+ of Tor remotely by overflowing on the heap. Remote-code execution
+ hasn't been confirmed, but can't be ruled out. Everyone should
+ upgrade. Bugfix on the 0.1.1 series and later.
+
o Directory authority changes:
- Change IP address and ports for gabelmoo (v3 directory authority).
diff --git a/changes/security_bug b/changes/security_bug
deleted file mode 100644
index 990beee506..0000000000
--- a/changes/security_bug
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes:
- - Fix a remotely exploitable bug that could be used to crash instances
- of Tor remotely by overflowing on the heap. Remove-code execution
- hasn't been confirmed, but can't be ruled out. Obviously, everyone
- should upgrade. Bugfix on the 0.1.1 series and later.