diff --git a/ChangeLog b/ChangeLog index 82480e2ed..18c0b1bb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2006-08-15 Javier Serrano Polo + + * include/automatable_object.h: + fixed unlinking objects + + * include/automation_pattern.h: + added constructor for unlinking objects + + * src/tracks/automation_pattern.cpp: + - added constructor for unlinking objects + - don't remove value at position 0 + + * INSTALL: + * Makefile.cvs: + * install-sh: + * missing: + removed more generated files + 2006-08-15 Tobias Doerffel * src/widgets/knob.cpp: diff --git a/configure.in b/configure.in index 187bc38b2..3c8bedbc6 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.1-cvs20060813, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060813) +AC_INIT(lmms, 0.2.1-cvs20060815, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060815) AM_CONFIG_HEADER(config.h)