From ae19bf6f1566a2df73e9a1f3ef8dcdc1fd65aa2c Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 15 Mar 2010 11:40:31 +0000 Subject: [PATCH] Add ChangeLog to repository git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@163 632fc199-4ca6-4c93-a231-07263d6284db --- ChangeLog.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ChangeLog.txt diff --git a/ChangeLog.txt b/ChangeLog.txt new file mode 100644 index 00000000..67412362 --- /dev/null +++ b/ChangeLog.txt @@ -0,0 +1,7 @@ +Significant changes since 0.0.90 +================================ + +[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