diff --git a/doc/Changelog.html b/doc/Changelog.html
index d53b17f3..9e762a21 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -19,8 +19,8 @@ a:visited { color: #0000EE; }
Changes between v4.03 and v4.04:
- Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see FAQ doc for details)
- Added Chinese and Taiwanese translations, thanks to 456Vv <123@456vv.com>
-
- Added experimental support for dcaenc, created by Alexander E. Patrakov <patrakov@gmail.com>
-
- Added CSV export/import for Meta tags (see context-menu on the "Source Files" tab)
+
- Added experimental support for DCA Enc, created by Alexander E. Patrakov <patrakov@gmail.com>
+
- Added CSV export/import for Meta tags (available from the context-menu on the "Source Files" tab)
- Added a button to modify the current output folder path in an edit box
- Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0
- Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (details)
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 43d17fb1..a4b5d7a9 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -95,13 +95,14 @@ LameXP is currently being developed on the following platforms:
-The following platforms should work, but aren't tested extensively:
+The following platforms should work too, but aren't tested extensively:
+- Microsoft Windows 8 (32-Bit and 64-Bit editions)
- Microsoft Windows Vista (32-Bit and 64-Bit editions) with Service Pack 2
- Microsoft Windows XP x64 Edition with Service Pack 2
- Microsoft Windows 2000 with Service Pack 4
- Microsoft Windows Server 2008 with Service Pack 2
- Microsoft Windows Server 2008 R2 with Service Pack 1
-
- GNU/Linux using Wine v1.2.2+ (native Linux version planned)
+- GNU/Linux (e.g. Ubuntu 12.04) using Wine v1.4+, native Linux version planned
The following "legacy" platforms are NOT supported any longer:
- Microsoft Windows NT 4.0
@@ -120,6 +121,7 @@ Currently the following output formats are supported by LameXP:
- Ogg Vorbis, using the OggEnc2/libvorbis encoder with aoTuV [built-in]
- Advanced Audio Coding (AAC), using Nero AAC encoder [separate download!]
- ATSC A/52 (aka "AC-3"), using the Aften encoder [built-in]
+
- DCA, using the DCA Enc encoder (still experimental) [built-in]
- Free Lossless Audio Codec (FLAC) [built-in]
- Uncompressed PCM / Waveform Audio File (WAV/RIFF)
diff --git a/res/tools/dcaenc.exe b/res/tools/dcaenc.exe
index f2425624..71a81c88 100644
Binary files a/res/tools/dcaenc.exe and b/res/tools/dcaenc.exe differ
diff --git a/src/Config.h b/src/Config.h
index 94b576bb..04a135a6 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 1
-#define VER_LAMEXP_BUILD 975
+#define VER_LAMEXP_BUILD 976
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)
diff --git a/src/Tools.h b/src/Tools.h
index a3d26c2b..e11c3790 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -56,7 +56,7 @@ g_lamexp_tools[] =
{"73a9ab3cf1859d469a3e3acb29ebca504f2bf044c6cd2a1b0c3d91aec3e3197dd1a71af5", CPU_TYPE_X64_ALL, "aften.x64.exe", 8},
{"1cca303fabd889a18fc01c32a7fd861194cfcac60ba63740ea2d7c55d049dbf8f59259fa", CPU_TYPE_ALL_ALL, "alac.exe", 20},
{"6d22d4bbd7ce2162e38f70ac9187bc84eb28233b36ee6c0492d0a6195318782d7f05c444", CPU_TYPE_ALL_ALL, "avs2wav.exe", 13},
- {"f6375905541249f966b4caa3f90dd252841f68ecb50d22be2da86d666ad3e7b783e845ee", CPU_TYPE_ALL_ALL, "dcaenc.exe", 20120114},
+ {"2160f17b1d180b2205270dc90711294d9ef05945d7d0653bc2fe7e3162f7be4df9bc20b1", CPU_TYPE_ALL_ALL, "dcaenc.exe", 20120114},
{"e53a787d4a0319453f4fe48c3145f190fcce7ac4802e521db908771437f6250746116e6c", CPU_TYPE_ALL_ALL, "elevator.exe", UINT_MAX},
{"9ae98a3fc779f69ee876a3b477fbc35a709ba5066823b2eb62eeb015057c38807e4be51f", CPU_TYPE_ALL_ALL, "faad.exe", 27},
{"446054f9a7f705f1aadc9053ca7b8a86a775499ef159978954ebdea92de056c34f8841f7", CPU_TYPE_ALL_ALL, "flac.exe", 121},