Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: ChangeLog.txt

Issue 6334053: Cherry-pick a fix from r324 of the libjpeg-turbo stable branch that... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libjpeg_turbo/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog.txt
===================================================================
--- ChangeLog.txt (revision 66929)
+++ ChangeLog.txt (working copy)
@@ -1,6 +1,12 @@
-Significant changes since 1.0.0
-===============================
+1.0.2
+=====
+[1] Added further protections against invalid Huffman codes.
+
+
+1.0.1
+=====
+
[1] The Huffman decoder will now handle erroneous Huffman codes (for instance,
from a corrupt JPEG image.) Previously, these would cause libjpeg-turbo to
crash under certain circumstances.
@@ -12,8 +18,8 @@
INCOMPLETE_TYPES_BROKEN macro should be defined.
-Significant changes since 0.0.93
-================================
+1.0.0
+=====
[1] 2983700: Further FreeBSD build tweaks (no longer necessary to specify
--host when configuring on a 64-bit system)
@@ -37,18 +43,24 @@
unit tests now work on those architectures.
-Significant changes since 0.0.91
-================================
+0.0.93
+======
[1] 2982659, Fixed x86-64 build on FreeBSD systems
[2] 2988188: Added support for Windows 64-bit systems
-Significant changes since 0.0.90
-================================
+0.0.91
+======
[1] Added documentation to .deb packages
[2] 2968313: Fixed data corruption issues when decompressing large JPEG images
and/or using buffered I/O with the libjpeg-turbo decompressor
+
+
+0.0.90
+======
+
+Initial release
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698