Skip to content

Commit

Permalink
bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Aug 16, 2016
1 parent e15be13 commit 5ee8fac
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jpegoptim
=========

Copyright (C) 1996-2015 Timo Kokkonen <[email protected]>
Copyright (C) 1996-2016 Timo Kokkonen <[email protected]>


This program is free software; you can redistribute it
Expand Down
15 changes: 8 additions & 7 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

Jpegoptim v1.4.4beta - Copyright (c) Timo Kokkonen, 1996-2015. All Rights Reserved.
Jpegoptim v1.4.4 - Copyright (c) Timo Kokkonen, 1996-2016. All Rights Reserved.


REQUIREMENTS
Independent JPEG Group's jpeg library (libjpeg) version 6b or later
(jpegsrc.v6b.tar.gz)
Independent JPEG Group's jpeg library (libjpeg) version 6b or later.
(Alternatively should also work with libjpeg-turbo or mozjpeg)


TESTED PLATFORMS
Linux
Expand All @@ -18,16 +19,16 @@ INSTALLATION
tar file, make necessary changes to the Makefile, and then
compile the program. You may wanna do something like this:

zcat jpegoptim-1.4.3.tar.gz | tar xf -
cd jpegoptim-1.4.3
zcat jpegoptim-1.4.4.tar.gz | tar xf -
cd jpegoptim-1.4.4
./configure
make
make strip
make install


HISTORY
v1.4.4beta - more detailed error messages (thanks to Denis Fateyev),
v1.4.4 - more detailed error messages (thanks to Denis Fateyev),
CMake support (thanks to Ghostkeeper),
other minor fixes
v1.4.3 - fix bug that could cause jpegoptim crash when processing
Expand Down Expand Up @@ -91,5 +92,5 @@ LATEST VERSION


Timo <[email protected]>
14-Jul-2015 $Id$
15-Aug-2016 $Id$

4 changes: 2 additions & 2 deletions jpegoptim.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH JPEGOPTIM 1 "28 Nov 2014"
.TH JPEGOPTIM 1 "15 Aug 2016"
.UC 4
.SH NAME
jpegoptim \- utility to optimize/compress JPEG/JFIF files.
Expand Down Expand Up @@ -170,7 +170,7 @@ jpeginfo(1)
Timo Kokkonen <[email protected]>

.SH COPYING
Copyright (C) 1996-2015 Timo Kokkonen
Copyright (C) 1996-2016 Timo Kokkonen

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions jpegoptim.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************
* JPEGoptim
* Copyright (c) Timo Kokkonen, 1996-2015.
* Copyright (c) Timo Kokkonen, 1996-2016.
* All Rights Reserved.
*
* requires libjpeg (Independent JPEG Group's JPEG software
Expand Down Expand Up @@ -34,8 +34,8 @@
#include "jpegoptim.h"


#define VERSIO "1.4.4beta"
#define COPYRIGHT "Copyright (c) 1996-2015, Timo Kokkonen"
#define VERSIO "1.4.4"
#define COPYRIGHT "Copyright (c) 1996-2016, Timo Kokkonen"


#define LOG_FH (logs_to_stdout ? stdout : stderr)
Expand Down
2 changes: 1 addition & 1 deletion redhat/jpegoptim.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Utility for optimizing/compressing JPEG files.
Name: jpegoptim
Version: 1.4.3
Version: 1.4.4
Release: 1
License: GPL
Group: Applications/Multimedia
Expand Down

0 comments on commit 5ee8fac

Please sign in to comment.