Software:
- Implemented PNG eXIf chunk support.
- Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release.
- Fixed numerous memory leaks reference.
- Don't use variable float_t / double_t, bump SO reference.
- Support DNG images with libraw delegate library.
- Reject PNG file that is too small (under 60 bytes) to contain a valid image.
- Reject JPEG file that is too small (under 107 bytes) to contain a valid image.
- Reject JNG file that is too small (under 147 bytes) to contain a valid image.
- CVE 2017-11310 Stop a memory leak in read_user_chunk_callback() reference.
Package:
- remove inherited dependencies
- add raw support
Signed-off-by: Pierre-Yves <pyu@riseup.net>