From: <man...@us...> - 2015-04-19 15:35:23
|
Revision: 4953 http://sourceforge.net/p/modplug/code/4953 Author: manxorist Date: 2015-04-19 15:35:10 +0000 (Sun, 19 Apr 2015) Log Message: ----------- [Mod] libopenmpt: Update for -beta12. Modified Paths: -------------- trunk/OpenMPT/build/autotools/Makefile.am trunk/OpenMPT/libopenmpt/dox/changelog.md Modified: trunk/OpenMPT/build/autotools/Makefile.am =================================================================== --- trunk/OpenMPT/build/autotools/Makefile.am 2015-04-19 15:32:59 UTC (rev 4952) +++ trunk/OpenMPT/build/autotools/Makefile.am 2015-04-19 15:35:10 UTC (rev 4953) @@ -68,7 +68,7 @@ pkgconfig_DATA += libopenmpt/libopenmpt.pc lib_LTLIBRARIES += libopenmpt.la -libopenmpt_la_LDFLAGS = -version-info 0:11:0 +libopenmpt_la_LDFLAGS = -version-info 0:12:0 nobase_include_HEADERS += libopenmpt/libopenmpt.h libopenmpt/libopenmpt.hpp libopenmpt/libopenmpt_version.h libopenmpt/libopenmpt_config.h libopenmpt/libopenmpt_stream_callbacks_fd.h libopenmpt/libopenmpt_stream_callbacks_file.h libopenmpt/libopenmpt_ext.hpp libopenmpt_la_CPPFLAGS = -DLIBOPENMPT_BUILD -I$(srcdir)/build/svn_version -I$(srcdir)/ -I$(srcdir)/common $(ZLIB_CFLAGS) $(LTDL_CPPFLAGS) libopenmpt_la_CXXFLAGS = $(ZLIB_CFLAGS) Modified: trunk/OpenMPT/libopenmpt/dox/changelog.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-04-19 15:32:59 UTC (rev 4952) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-04-19 15:35:10 UTC (rev 4953) @@ -5,6 +5,13 @@ For fully detailed change log, please see the source repository directly. This is just a high-level summary. +### libopenmpt 0.2-beta12 (2015-04-19) + + * Playback fix when row delay effect is used together with offset command. + * A couple of fixes for the seek.sync_samples=1 case. + * IT compatibility fix fot IT note delay. + * ProTracker MOD placback compatibility improvement. + ### libopenmpt 0.2-beta11 (2015-04-18) * openmpt_stream_seek_func() now gets called with OPENMPT_STREAM_SEEK_SET, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |