2023-08-10 09:19:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
jpegoptim: updated to 1.5.5
v1.5.5
Improved JFIF marker handling
New command line options: --keep-jfif and --strip-jfif
|
2023-05-23 11:14:22 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
jpegoptim: update to 1.5.4.
v1.5.4 - make sure JPEG mode (progressive vs non-progressive) is
preserved by default,
fix parallel processing when reading file list
(thanks to Cubittus)
|
2023-03-28 16:02:59 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
jpegoptim: update to 1.5.3.
HISTORY
v1.5.3 - fix potential heap-buffer-overflor (read) when using
stdin/stdout and processing corrupt JPEG
|
2023-02-11 08:49:55 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
jpegoptim: updated to 1.5.2
v1.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
|
2023-01-09 21:11:24 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
jpegoptim: update to 1.5.1.
HISTORY
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
|
2022-12-07 09:04:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
jpegoptim: updated to 1.5.0
v1.5.0
Parallel processing support added. Use option -w max or --workers=max to enable.
Fix --stdin option
Other minor fixes
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2019-08-08 23:17:48 by Nia Alarie | Files touched by this commit (2) |
Log message:
Use https for kokkonen.net
|
2018-04-18 08:55:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
jpegoptim: updated to 1.4.6
v1.4.6 - fix double free introduced in previous release
|