Files
jpegoptim/jpegoptim.changes

160 lines
5.6 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Sat Nov 18 16:59:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.5:
* Improved JFIF marker handling
* New command line options: --keep-jfif and --strip-jfif
-------------------------------------------------------------------
Mon May 15 16:14:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 13:35:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.5.3:
* Fix potential heap-buffer-overflor (read) when using
stdin/stdout and processing corrupt JPEG
-------------------------------------------------------------------
Mon Feb 27 11:59:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 09:30:24 UTC 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 16:11:06 UTC 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 20:44:41 UTC 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
-------------------------------------------------------------------
Wed Apr 18 14:28:21 UTC 2018 - lazy.kent@opensuse.org
- Update to 1.4.6.
* Fix double free introduced in previous release.
-------------------------------------------------------------------
Sun Apr 1 18:12:28 UTC 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
Accepting request 566540 from multimedia:photo - Update to 1.4.4. * More detailed error messages. * CMake support. * Other minor fixes. - Update to 1.4.3. * Fix bug that could cause jpegoptim crash when processing certain jpeg files. - Remove %gpg_verify macro. - Update to 1.4.2. * Add option -P, --preserve-perms. * Some minor fixes. - 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. - 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. - 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. - 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. - 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. - initial version (1.2.4) OBS-URL: https://build.opensuse.org/request/show/566540 OBS-URL: https://build.opensuse.org/package/show/graphics/jpegoptim?expand=0&rev=1
2018-01-22 16:25:49 +00:00
-------------------------------------------------------------------
Fri Aug 19 06:39:26 UTC 2016 - lazy.kent@opensuse.org
- Update to 1.4.4.
* More detailed error messages.
* CMake support.
* Other minor fixes.
-------------------------------------------------------------------
Tue May 19 14:54:50 UTC 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 1 06:52:03 UTC 2015 - lazy.kent@opensuse.org
- Update to 1.4.2.
* Add option -P, --preserve-perms.
* Some minor fixes.
-------------------------------------------------------------------
Wed May 28 16:05:39 UTC 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 17:56:49 UTC 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 16:28:05 UTC 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 12:05:06 UTC 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 6 08:16:14 UTC 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 06:09:50 CET 2011 - pascal.bleser@opensuse.org
- initial version (1.2.4)