diff --git a/ChangeLog b/ChangeLog index e147b24a0..12186ae05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-07-23 Javier Serrano Polo + + * src/core/piano_widget.cpp: + initialize m_lastKey, fixes segfault + + * src/core/automation_editor.cpp: + * src/core/note_play_handle.cpp: + added checks to avoid segfaults when closing the application + 2006-07-22 Javier Serrano Polo * include/automatable_object.h: diff --git a/configure.in b/configure.in index e1f39f732..253b4ed84 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(lmms, 0.2.0-cvs20060722, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.2.0-cvs20060722) +AC_INIT(lmms, 0.2.0-cvs20060723, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.2.0-cvs20060723) AM_CONFIG_HEADER(config.h)