aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-02 06:59:15 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-02 06:59:15 +0000
commit58de695f9062576f74d3713e8dcb66e8b8a48a09 (patch)
treec550a418aec59e91398d62d921eda0f27d97678f /ChangeLog
parent86f5180853e4054c6a14dda69253bccf6ea50a4c (diff)
downloadtor-58de695f9062576f74d3713e8dcb66e8b8a48a09.tar.gz
tor-58de695f9062576f74d3713e8dcb66e8b8a48a09.zip
r15787@tombo: nickm | 2008-01-02 01:59:07 -0500
Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557. svn:r13021
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f763836f1a..6d656cc864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
implementation also avoids realloc();realloc(); patterns that
can contribute to memory fragmentation.
+ o Minor features:
+ - Configuration files now accept C-style strings as values. This
+ helps encode characters not allowed in the current configuration
+ file format, such as newline or #. Addresses bug 557.
+
o Minor performance improvements:
- Reference-count and share copies of address policy entries; only
5% of them were actually distinct.