aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2013-01-13 12:15:58 +0000
committerDRC <dcommander@users.sourceforge.net>2013-01-13 12:15:58 +0000
commitb87a0b468733ad1c258b30f86fb93637f38bc118 (patch)
treee9ceeb1b24a9b6237e5b8a8c0f2fd7c48700b455 /ChangeLog.txt
parente54d31affe69fbbc5fbafbe333365fa8f3566d89 (diff)
downloadlibjpeg-turbo-b87a0b468733ad1c258b30f86fb93637f38bc118.tar.gz
Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on OS X, we want to at least allow people to build 32-bit code with it, even though it can't properly build 64-bit code.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@906 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 0cc61fde..12a0b54e 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -8,6 +8,10 @@ symlinks in /usr/lib/i386-linux-gnu for the TurboJPEG libraries in /usr/lib32.
This allows those libraries to be used on MultiArch-compatible systems (such as
Ubuntu 11 and later) without setting the linker path.
+[3] Fixed a regression caused by 1.2.1[7] whereby the build would fail with
+multiple "Mismatch in operand sizes" errors when attempting to build the x86
+SIMD code with NASM 0.98.
+
1.2.1
=====