* Sat Jan 21 2023 Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
- 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 <dmueller@suse.com>
- 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
Version: 1.4.6-bp150.2.4
* Wed Apr 18 2018 lazy.kent@opensuse.org
- Update to 1.4.6.
* Fix double free introduced in previous release.
* Sun Apr 01 2018 avvissu@yandex.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.kent@opensuse.org
- Update to 1.4.4.
* More detailed error messages.
* CMake support.
* Other minor fixes.
* Tue May 19 2015 lazy.kent@opensuse.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.kent@opensuse.org
- Update to 1.4.2.
* Add option -P, --preserve-perms.
* Some minor fixes.
* Wed May 28 2014 lazy.kent@opensuse.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.kent@opensuse.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.
* Mon Apr 21 2014 lazy.kent@opensuse.org
- Update to 1.3.1.
* XMP marker support and new --csv option.
* Use DESTDIR instead of INSTALL_ROOT.
* Preserve permissions of files being optimized.
* Skip symlinks (and other special files).
* Other minor fixes.
* Tue Jun 18 2013 lazy.kent@opensuse.org
- Update to 1.3.0.
* Support for progressive jpegs added (fixes long standing "bug"
of progressive jpegs becoming non-progressive during
optimization).
* New options --all-normal & --all-progressive for converting
jpegs to non-progressive & progressive, new -S / --size option
to set target size for output file (enables lossy
optimization).
* Updated GPL/Copyrights language.
* Wed Mar 06 2013 lazy.kent@opensuse.org
- Update to 1.2.5.
* Safer temp file handling (if mkstemps() available).
* Patch to make "quiet mode" (-q) be quiet.
- Verify GPG signature.
- Clean up spec.
* Mon Apr 11 2011 pascal.bleser@opensuse.org
- initial version (1.2.4)