From: <man...@us...> - 2014-02-21 11:36:20
|
Revision: 3745 http://sourceforge.net/p/modplug/code/3745 Author: manxorist Date: 2014-02-21 11:36:10 +0000 (Fri, 21 Feb 2014) Log Message: ----------- [Var] openmpt123: Update copyright string. It's 2014 now. [Doc] libopenmpt: Update changelog. Modified Paths: -------------- trunk/OpenMPT/libopenmpt/dox/changelog.md trunk/OpenMPT/openmpt123/openmpt123.cpp Modified: trunk/OpenMPT/libopenmpt/dox/changelog.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/changelog.md 2014-02-20 22:23:10 UTC (rev 3744) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2014-02-21 11:36:10 UTC (rev 3745) @@ -10,8 +10,8 @@ * [Change] The test suite is now built by default with Makefile based builds. Use `TEST=0` to skip building the tests. `make check` runs the test suite. - * [Bug] Crash in MOD loader on architectures not supporting unaligned memory - access. + * [Bug] Crash in MOD and XM loaders on architectures not supporting unaligned + memory access. * [Bug] MMCMP, PP20 and XPK unpackers should now work on non-x86 hardware and implement proper bounds checking. * [Bug] openmpt_module_get_num_samples() returned the wrong value. @@ -19,13 +19,14 @@ * [Bug] in_openmpt/xmp-openmpt: Setting name for stereo separation was mis-spelled. This version will revert your stereo separation settings to default. + * [Bug] Crash when loading some corrupted modules with stereo samples. * Support building on Android NDK. * Avoid clicks in sample loops when using interpolation. * IT filters are now done in integer instead of floating point. This improves performances, especially on architectures with no or a slow FPU. * MOD pattern break handling fixes. - * XM playback improvements (especially panning). + * Various XM playback improvements. * Improved and switchable dithering when using 16bit integer API. ### 2014-01-12 - libopenmpt 0.2-beta2 Modified: trunk/OpenMPT/openmpt123/openmpt123.cpp =================================================================== --- trunk/OpenMPT/openmpt123/openmpt123.cpp 2014-02-20 22:23:10 UTC (rev 3744) +++ trunk/OpenMPT/openmpt123/openmpt123.cpp 2014-02-21 11:36:10 UTC (rev 3745) @@ -326,7 +326,7 @@ static void show_info( std::ostream & log, bool verbose ) { log << "openmpt123" << " v" << OPENMPT123_VERSION_STRING << ", libopenmpt " << openmpt::string::get( openmpt::string::library_version ) << " (" << "OpenMPT " << openmpt::string::get( openmpt::string::core_version ) << ")" << std::endl; - log << "Copyright (c) 2013 OpenMPT developers <http://openmpt.org/>" << std::endl; + log << "Copyright (c) 2013-2014 OpenMPT developers <http://openmpt.org/>" << std::endl; if ( !verbose ) { log << std::endl; return; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |