summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-05-19 01:35:39 +0000
committernicolas.dufresne <nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56>2010-05-19 01:35:39 +0000
commit79e333fff97f570602fbdc58ffcc9c1986b132af (patch)
tree4429516b1ed73dd6d0bbacdc3452962cd13cdbf5 /NEWS
parent99cc62ec58b9926830166e8bd4145c4976a8f2f0 (diff)
downloadlibproxy-79e333fff97f570602fbdc58ffcc9c1986b132af.tar.gz
Set link_directories in every CMakeList.txt
This is a workaround to a cmake bug. CMake tends to link libraries against other library dependency (first bug) but does not deal with the fact that those libraries may be in non-standard directory (second bug). git-svn-id: http://libproxy.googlecode.com/svn/trunk@672 c587cffe-e639-0410-9787-d7902ae8ed56
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e47048..9b6e254 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
New in version 0.4.2
===============================
* Fixed python binding that failed on missing px_free symbole
+* Workaround cmake bug with dynamic libraries in non-standard folders
New in version 0.4.1
===============================