From f189ecbf202b8cb96ff3ecea775c259083a3b8e3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 29 Aug 2007 19:02:43 +0000 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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. -- cgit v1.2.3-54-g00ecf