mozilla / mozjpeg

Improved JPEG encoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release 4.0.0

polarathene opened this issue · comments

Last release was in Mar 2018 240 commits ago? I see that in Nov 2018 libjpeg-turbo 2.0 got merged, there is a commit about tagging 2.0.0, but there is no actual tag in the repo matching that?

As this is the release that drops autotools moving those installs to use CMake instead(according to the 2.0.0 changelog), it'd be handy to have a release to build from rather than master.

I didn't notice any milestone/roadmap listing what was to be done for this release, so I'm not sure if it's waiting on anything?

Due to change to cmake it's a major breaking release. I've been busy updating my tools to the latest version.

If you'd like to help, please use code from master and verify that it's working for you.

@kornelski I have already built from master to use with alpine 3.8 and debian-stretch docker images. Appears to be working fine apart from not knowing how to enable PNG support with CMake.

I should have the docker images in a repo tomorrow and get them on DockerHub if you'd like to try them. I have made a PR to another users Dockerfile(alpine based), it's more simple than my personal one but builds mozjpeg pretty much the same way: https://github.com/polarathene/mozjpeg-docker/blob/patch-1/Dockerfile

Due to change to cmake it's a major breaking release.

So it will be 4.0.0 instead of 3.4.0?

I recently updated the version of mozjpeg I use to master and did not encounter any issues with jpegtran-like behaviour. I didn't have any issues with the new build system.

Backport for other provided?

So it will be 4.0.0 instead of 3.4.0?

Confirmed.

Wait for new release