OSDN Git Service

Made lamexp_arguments() thread-safe, just to be sure.
[lamexp/LameXP.git] / doc / Changelog.html
index 4f5a643..e4070d5 100644 (file)
@@ -17,12 +17,19 @@ a:visited { color: #0000EE; }
 <h3>LameXP - Version History</h3><br>
 
 <a name="4.05"></a>Changes between v4.04 and v4.05 [<font color="darkred">unreleased</font>]:<br><ul>
+<li>Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-16) by Xiph.org/Mozilla
 <li>Added Swedish translation, thanks to Åke Engelbrektson &lt;eson57@gmail.com&gt;
-<li>Updated mpg123 decoder to v1.14.2 (2012-05-12), compiled with GCC 4.6.1
-<li>Updated MediaInfo to v0.7.57 (2012-05-02), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0
+<li>Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1
+<li>Updated MediaInfo to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated optional add-ins for QAAC encoder and FHG AAC encoder (see <a href="FAQ.html#71a113b0" target="_blank">FAQ doc</a> for details)
+<li>Updated DCA Enc to v2 (2012-04-19), compiled with ICL 12.1.7 and MSVC 10.0
+<li>Updated language files (big thank-you to all contributors !!!)
 <li>Implemented multi-threading in file analyzer for faster file import (about 2.5x to 6.0x faster!)
 <li>Implemented multi-threading in initialization code for faster application startup
 <li>Fixed a potential crash (stack overflow) when adding a huge number of files
+<li>Fixed a problem with Cue Sheet import and files that contain trailing dots in their name
+<li>Workaround for a bug (feature?) of Qt's command-line parser that screwed up some arguments
 </ul><br>
 
 <a name="4.04"></a>Changes between v4.03 and v4.04 [2012-04-26]:<br><ul>
@@ -40,7 +47,7 @@ a:visited { color: #0000EE; }
 <li>Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0
 <li>Updated GnuPG to v1.4.12, compiled with GCC 4.6.1
 <li>Updated language files (big thank-you to all contributors !!!)
-<li>Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (<a href="http://forum.doom9.org/showpost.php?p=1539631&postcount=507" target="_blank">details</a>)
+<li>Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (<a href="http://forum.doom9.org/showpost.php?p=1539631&amp;postcount=507" target="_blank">details</a>)
 <li>Run more than four instances in parallel on systems with more than four CPU cores (<a href="FAQ.html#89cbd3d0" target="_blank">details</a>)
 <li>Improved handling of different character encodings for Playlist and Cue Sheet import
 <li>Tweaked directory outline on "output folder" tab for improved performance (hopefully)