Fixed HTML code, need to escape the ampersand.

This commit is contained in:
LoRd_MuldeR 2012-05-20 23:44:50 +02:00
parent 23165c55a0
commit 428342af21
6 changed files with 669 additions and 665 deletions

View File

@ -40,7 +40,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)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 5
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 2
#define VER_LAMEXP_BUILD 1026
#define VER_LAMEXP_BUILD 1027
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)

View File

@ -536,6 +536,7 @@ void MainWindow::addFiles(const QStringList &files)
{
/* ignore any exceptions that may occur */
}
//--MT--
FileAnalyzer *analyzer = new FileAnalyzer(files);