diff --git a/ChangeLog b/ChangeLog index 76ff2c819..5de338651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-06-10 Javier Serrano Polo + + * src/lib/sample_buffer.cpp: + - fixed bug when sample processor generates less frames than the audio + buffer size + - load full wav samples + + * data/presets/AudioFileProcessor/Fat-Reversed-Kick.cs.xml: + * data/presets/AudioFileProcessor/Kick-4-your-Subwoofer.cs.xml: + upgraded to newer version, end frame value caused segfault + 2006-06-09 Javier Serrano Polo * include/lmms_math.h: diff --git a/configure.in b/configure.in index fcdd1ec25..ef860aba0 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.1.4-cvs20060609, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060609) +AC_INIT(lmms, 0.1.4-cvs20060610, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060610) AM_CONFIG_HEADER(config.h)