Author: sagamusix
Date: Sat Mar 23 16:37:12 2024
New Revision: 20429
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20429
Log:
[Doc] libopenmpt: Update changelog.
Modified:
branches/OpenMPT-1.31/doc/libopenmpt/changelog.md
Modified: branches/OpenMPT-1.31/doc/libopenmpt/changelog.md
==============================================================================
--- branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Sat Mar 23 16:33:37 2024 (r20428)
+++ branches/OpenMPT-1.31/doc/libopenmpt/changelog.md Sat Mar 23 16:37:12 2024 (r20429)
@@ -7,6 +7,17 @@
### libopenmpt 0.7.6-pre
+ * [**Sec**] Potential heap out-of-bounds read or write past sample end with
+ malformed sustain loops in SymMOD files (r20420).
+
+ * MED: Transposed samples were playing too low in some files (e.g. mix94.mmd1).
+ * OKT: Some files with garbage at the end were rejected
+ (e.g. katharsis - piano lesson.okta).
+ * Compressor DMO: It was possible that the plugin would not behave as intended
+ at mix rates above 500 kHz.
+ * Avoid re-allocating the loop state map contents on every playthrough of the
+ module
+
### libopenmpt 0.7.5 (2024-03-17)
* [**Sec**] Null-pointer write (32bit platforms) or excessive memory
|