]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fold in one more
authorRoger Dingledine <arma@torproject.org>
Sun, 27 Nov 2011 08:35:15 +0000 (03:35 -0500)
committerRoger Dingledine <arma@torproject.org>
Sun, 27 Nov 2011 08:35:15 +0000 (03:35 -0500)
ChangeLog
changes/bug4230 [deleted file]

index 2096215931342587fa27b99e5dbb7d9bcbb77bf8..229cc7ce92e3b8cfc2a03a074a225af4fef4b93f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,9 @@ Changes in version 0.2.2.35 - 2011-11-??
     - 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.
+    - Resolve an integer overflow bug in smartlist_ensure_capacity.
+      Fixes bug 4230; bugfix on Tor 0.1.0.1-rc. Based on a patch by
+      Mansour Moufid.
     - 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.
diff --git a/changes/bug4230 b/changes/bug4230
deleted file mode 100644 (file)
index c1ba584..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-  o Minor bugfixes:
-    - Resolve an integer overflow bug in smartlist_ensure_capacity.
-      Fixes bug 4230; bugfix on Tor 0.1.0.1-rc. Based on a patch by 
-      Mansour Moufid.
-