summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2011-01-31 18:50:38 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2011-01-31 18:50:38 +0000
commit6cad77308d5c794052daaf3dd301b89bc894bd63 (patch)
tree62e45a1887e1428105ba499176a68644f92c7a6b /muse2/ChangeLog
parent18cef43657bc6841e4dab526fce83a6ad6a34374 (diff)
added option to build internal modules statically
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index eeb6024e..f93c4101 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,7 @@
+31.01.2011:
+ - added cmake option (-DMODULES_BUILD_STATIC=ON) to build the internal modules
+ statically. It should be possible to run muse from the build tree. (Orcan)
+ - Moved -fPIC to the global build flags. (Orcan)
26.01.2011:
- moved automation lines ontop of parts (rj)
- fixes to automation editing, still many bugs though (rj)