diff options
author | Nil Geisweiller <a-lin@sourceforge.net> | 2007-10-20 19:32:43 +0000 |
---|---|---|
committer | Nil Geisweiller <a-lin@sourceforge.net> | 2007-10-20 19:32:43 +0000 |
commit | 866cd40f2d28a96c3ee6c86768d49080d2d6a465 (patch) | |
tree | 7e59e8edadcad7861a66df2709a19cb1c4c4837e | |
parent | 53d9e3fab182004169a9582ae60c9fcdad15344f (diff) |
update ChangeLog
-rw-r--r-- | muse/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/muse/ChangeLog b/muse/ChangeLog index 3555d4ef..d4f54c20 100644 --- a/muse/ChangeLog +++ b/muse/ChangeLog @@ -1,3 +1,10 @@ +20.10. (ng) + - I replaced double by float in Pos::msf method at file pos.cc + and that prevents the segfault that occurs when launching muse. + Although float precision should be fine that hack obviously hasn't + fixed the bug, just hide it! + - Initialize _timeType with AL::Tick in tcanvas.cc because it was used + uninitialized. 9.10. (ws) - extend cmake scripts to automatically distinguish between jackd 0.103.0 as distributed with (k)ubuntu and current jackd 0.107.0 |