summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-29 19:02:43 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-29 19:02:43 +0000
commitf189ecbf202b8cb96ff3ecea775c259083a3b8e3 (patch)
tree5ef5ad3894ab9d5eabc685c38dab5e075427073e /ChangeLog
parent8408122222bda77347e46dedafc12abcd2b45e1e (diff)
downloadtor-f189ecbf202b8cb96ff3ecea775c259083a3b8e3.tar.gz
tor-f189ecbf202b8cb96ff3ecea775c259083a3b8e3.zip
r14832@catbus: nickm | 2007-08-29 15:00:27 -0400
Use (and debug) new file-writing functions in order to simplify code that formerly built big strings in RAM. svn:r11301
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6128daa334..83b766dcec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,11 @@ Changes in version 0.2.0.7-alpha - 2007-??-??
router, do not try to include the nickname if it is absent. Fixes
bug 467.
+ o Code simplifications and refactoring:
+ - Revamp file-writing logic so we don't need to have the entire contents
+ of a file in memory at once before we write to disk. Tor, meet stdio.
+
+
Changes in version 0.2.0.6-alpha - 2007-08-26
o New directory authorities:
- Set up Tonga as the default bridge directory authority.