]> granicus.if.org Git - libjpeg-turbo/commitdiff
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@593 632fc199-4ca6...
authorDRC <dcommander@users.sourceforge.net>
Mon, 25 Apr 2011 22:46:25 +0000 (22:46 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 25 Apr 2011 22:46:25 +0000 (22:46 +0000)
ChangeLog.txt

index 81b1b9645687f1c81812f714b1ca4d93f25d5535..d437b05f211b02a179e8ac1e5ac739132df69575 100644 (file)
@@ -54,6 +54,15 @@ underscore when building with MinGW64.  This means that, when building
 libjpeg-turbo with older versions of MinGW64, you will now have to add
 -fno-leading-underscore to the CFLAGS.
 
+[4] Fixed a regression bug in the NSIS script that caused the Windows installer
+build to fail when using the Visual Studio IDE.
+
+[5] Fixed a bug in jpeg_read_coefficients() whereby it would not initialize
+cinfo->image_width and cinfo->image_height if libjpeg v7 or v8 emulation was
+enabled.  This specifically caused the jpegoptim program to fail if it was
+linked against a version of libjpeg-turbo that was built with libjpeg v7 or v8
+emulation.
+
 
 1.1.0
 =====