- update to 1.3.1:

*  Fixed a bug whereby attempting to encode a progressive JPEG
     with arithmetic entropy coding (by passing arguments of
     -progressive -arithmetic to cjpeg or jpegtran, for instance)
     would result in an error, "Requested feature was omitted at
     compile time".
  * Fixed a couple of issues whereby malformed JPEG images would
    cause libjpeg-turbo to use uninitialized memory during
    decompression.
  *  Fixed an error ("Buffer passed to JPEG library is too small")
     that occurred when calling the TurboJPEG YUV encoding function
     with a very small (< 5x5) source image, and added a unit test
     to check for this error.
  * etc. see ChangeLog.txt

OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=41
This commit is contained in:
Petr Gajdos 2014-03-31 09:32:49 +00:00 committed by Git OBS Bridge
parent 93ce31e997
commit bdc9f35a21

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Mar 31 09:32:32 UTC 2014 - pgajdos@suse.com
- update to 1.3.1:
* Fixed a bug whereby attempting to encode a progressive JPEG
with arithmetic entropy coding (by passing arguments of
-progressive -arithmetic to cjpeg or jpegtran, for instance)
would result in an error, "Requested feature was omitted at
compile time".
* Fixed a couple of issues whereby malformed JPEG images would
cause libjpeg-turbo to use uninitialized memory during
decompression.
* Fixed an error ("Buffer passed to JPEG library is too small")
that occurred when calling the TurboJPEG YUV encoding function
with a very small (< 5x5) source image, and added a unit test
to check for this error.
* etc. see ChangeLog.txt
-------------------------------------------------------------------
Tue Sep 10 12:51:24 UTC 2013 - pgajdos@suse.com