Changelog for
jpegoptim-debuginfo-1.5.1-bp155.1.4.x86_64.rpm :
* 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.
* Wed May 28 2014 lazy.kentAATTopensuse.org- Update to 1.4.1.
* Fix --stdin option (assume -f when reading from stdin).
* Workaround to bug in libjpeg-turbo (v1.3.1) triggered when option -V or --version was used.
* Other minor fixes.
* Tue May 13 2014 lazy.kentAATTopensuse.org- Update to 1.4.0.
* Use memory (instead of temporary files) during optimization.
* Support for reading input from stdin (and sending output to stdout).
* Report also libjpeg version when --version option used.
* New option --strip-none to preserve \"all\" markers.
* Other minor fixes & cleanup.