summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-07 01:08:33 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-07 01:08:33 +0000
commitf77b8338d23b86dbdce34397bd11f1542540ac27 (patch)
treef30c52c43dd3ae5f4a3055addd3985bbd3c71896 /ChangeLog
parent46b1a21dc49c83e57e7d8e6a90968fc908e739f8 (diff)
downloadtor-f77b8338d23b86dbdce34397bd11f1542540ac27.tar.gz
tor-f77b8338d23b86dbdce34397bd11f1542540ac27.zip
r17957@catbus: nickm | 2008-02-06 20:08:29 -0500
Oops; left a dquote out of acinclude.m4 svn:r13410
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc290b35fd..73d91cb917 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@ Changes in version 0.2.0.19-alpha - 2008-02-??
connections, tell the controller that the request has failed.
- Avoid using too little bandwidth when Tor skips a few seconds. Bugfix
on 0.1.2.x.
+ - Fix shell error when warning about missing packages in configure
+ script, on fedora or redhat machines. Bugfix on 0.2.0.x.
o Code simplifications and refactoring:
- Remove some needless generality from cpuworker code, for improved