[or-cvs] complete the 0.1.0.7-rc changelog

Roger Dingledine arma at seul.org
Tue May 17 04:07:18 UTC 2005


Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor

Modified Files:
	ChangeLog 
Log Message:
complete the 0.1.0.7-rc changelog


Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- ChangeLog	17 May 2005 00:55:18 -0000	1.90
+++ ChangeLog	17 May 2005 04:07:15 -0000	1.91
@@ -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.



More information about the tor-commits mailing list