Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Jan 5, 2023
1 parent 8c68bac commit b553730
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Makefile for jpegoptim
#
Version = 1.4.8
Version = 1.5.1
PKGNAME = jpegoptim

SHELL = /bin/sh
Expand Down
12 changes: 7 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Jpegoptim v1.5.1beta - Copyright (C) Timo Kokkonen, 1996-2022. All Rights Reserved.
Jpegoptim v1.5.1 - Copyright (C) Timo Kokkonen, 1996-2023. All Rights Reserved.


REQUIREMENTS
Expand All @@ -9,8 +9,7 @@ REQUIREMENTS

TESTED PLATFORMS
Linux
Solaris
Darwin/OS X j
MacOS
Windows (setargv.obj "link option" is needed for wildcards expansion to work)


Expand All @@ -29,7 +28,10 @@ INSTALLATION

HISTORY
v1.5.1 - fix logging to stdout when --stdout is used *thanks to Eta,
some minor fixes
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
v1.5.0 - add --workers=<max> option to enable parallel processing
fix --stdin option,
other minor fixes
Expand Down Expand Up @@ -125,5 +127,5 @@ Special thanks for following Github Sponsors that have supported jpegoptim:


Timo <[email protected]>
02-Nov-2022
04-Jan-2023

4 changes: 2 additions & 2 deletions jpegoptim.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
#include "jpegoptim.h"


#define VERSIO "1.5.1beta"
#define COPYRIGHT "Copyright (C) 1996-2022, Timo Kokkonen"
#define VERSIO "1.5.1"
#define COPYRIGHT "Copyright (C) 1996-2023, Timo Kokkonen"

#if HAVE_WAIT && HAVE_FORK
#define PARALLEL_PROCESSING
Expand Down

0 comments on commit b553730

Please sign in to comment.