From: <man...@us...> - 2015-04-18 15:57:48
|
Revision: 4943 http://sourceforge.net/p/modplug/code/4943 Author: manxorist Date: 2015-04-18 15:57:42 +0000 (Sat, 18 Apr 2015) Log Message: ----------- [Mod] libopenmpt: Update for -beta11. 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-18 15:53:30 UTC (rev 4942) +++ trunk/OpenMPT/build/autotools/Makefile.am 2015-04-18 15:57:42 UTC (rev 4943) @@ -68,7 +68,7 @@ pkgconfig_DATA += libopenmpt/libopenmpt.pc lib_LTLIBRARIES += libopenmpt.la -libopenmpt_la_LDFLAGS = -version-info 0:10:0 +libopenmpt_la_LDFLAGS = -version-info 0:11: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-18 15:53:30 UTC (rev 4942) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-04-18 15:57:42 UTC (rev 4943) @@ -5,7 +5,7 @@ For fully detailed change log, please see the source repository directly. This is just a high-level summary. -### libopenmpt svn +### libopenmpt 0.2-beta11 (2015-04-18) * openmpt_stream_seek_func() now gets called with OPENMPT_STREAM_SEEK_SET, OPENMPT_STREAM_SEEK_CUR and OPENMPT_STREAM_SEEK_END whence parameter @@ -22,7 +22,6 @@ * [Bug] libopenmpt now also compiles with GCC 4.3. * libopenmpt now supports PLM (Disorder Tracker 2) files. - * Various playback improvements and fixes for IT, S3M, XM, MOD, PTM and 669 files. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |