summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-05-17 04:07:15 +0000
committerRoger Dingledine <arma@torproject.org>2005-05-17 04:07:15 +0000
commit355a05158aa341696198e3572d9766875ef9336f (patch)
treef9453dfd7f7f9f5875b02dc62582f70859da71d1
parent28367080c42ad97afdd6c48631e0c7aba61f03b7 (diff)
downloadtor-355a05158aa341696198e3572d9766875ef9336f.tar.gz
tor-355a05158aa341696198e3572d9766875ef9336f.zip
complete the 0.1.0.7-rc changelog
svn:r4252
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ad20e81b1..ad05df4b88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
-Changes in version 0.1.0.7-rc - 2005-05-16
+Changes in version 0.1.0.7-rc - 2005-05-17
o Bugfixes:
- - Fix a bug in the OS X package installer that prevented in from
+ - Fix a bug in the OS X package installer that prevented it from
installing on Tiger.
- Fix a script bug in the OS X package installer that made it
complain during installation.
+ - Find libevent even if it's hiding in /usr/local/ and your
+ CFLAGS and LDFLAGS don't tell you to look there.
+ - Be able to link with libevent as a shared library (the default
+ after 1.0d), even if it's hiding in /usr/local/lib and even
+ if you haven't added /usr/local/lib to your /etc/ld.so.conf,
+ assuming you're running gcc. Otherwise fail and give a useful
+ error message.
- Fix a bug in the RPM packager: set home directory for _tor to
something more reasonable when first installing.
- Free a minor amount of memory that is still reachable on exit.