diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-02 06:59:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-02 06:59:15 +0000 |
commit | 58de695f9062576f74d3713e8dcb66e8b8a48a09 (patch) | |
tree | c550a418aec59e91398d62d921eda0f27d97678f /ChangeLog | |
parent | 86f5180853e4054c6a14dda69253bccf6ea50a4c (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |