Changelog for
jpegoptim-debuginfo-1.5.4-bp156.1.5.x86_64.rpm :
* Mon May 15 2023 Dirk Müller
- update to 1.5.4:
* Fix mozjpeg not preserving JPEG mode (progressive vs normal)
* Fix parallel processing and reading file list looping infinitely
* Mon Mar 27 2023 Dirk Müller - update to 1.5.3:
* Fix potential heap-buffer-overflor (read) when using stdin/stdout and processing corrupt JPEG
* Mon Feb 27 2023 Dirk Müller - update to 1.5.2:
* Add support for reading list of files to process from a file (--files-from) or from standard input (--files-stdin)
* Improved JPEG marker reporting
* Fix -d, --dest option (thanks to Almas Kunapyanov),
* Other minor fixes
* Sat Jan 21 2023 Dirk Müller - update to v1.5.1:
* fix logging to stdout when --stdout is used
*thanks to Eta
* update --treshold option accept decimal numbers as parameter
* fix crashes when processing certain broken JPEG images
* fix memory leaks
* fix (logging) output in parallel processing mode
* Fri Sep 23 2022 Dirk Müller - update to 1.5.0:
* Parallel processing support added. Use option -w max or --workers=max to enable.
* Fix --stdin option
* Other minor fixes
* Thu Apr 21 2022 Dirk Müller - update to 1.4.7:
* Experimental support for arithmetic coding (enable with configure option --with-arith)
* Add option --nofix
* Support for JFIF Extension (JFXX) markers
* Support for nanosecond timestamps (thanks to GerbilSoft)
* Optimization now works same with stdin as with standard files
* Fixed --size (-S) option not working correctly when processing multiple files
* New --keep-
* options to use with --strip-all (see man page)
* Other minor fixes
* Wed Apr 18 2018 lazy.kentAATTopensuse.org- Update to 1.4.6.
* Fix double free introduced in previous release.
* Sun Apr 01 2018 avvissuAATTyandex.by- Update to 1.4.5 :
* Fix --overwrite option
* Better error reporting for -d option
* Fix memcmp() potentially reading past end of buffer
* Some minor fixes
* Fri Aug 19 2016 lazy.kentAATTopensuse.org- Update to 1.4.4.
* More detailed error messages.
* CMake support.
* Other minor fixes.
* Tue May 19 2015 lazy.kentAATTopensuse.org- Update to 1.4.3.
* Fix bug that could cause jpegoptim crash when processing certain jpeg files.- Remove %gpg_verify macro.
* Thu Jan 01 2015 lazy.kentAATTopensuse.org- Update to 1.4.2.
* Add option -P, --preserve-perms.
* Some minor fixes.