From 613d112374f70540029009f6d75dd3a702cd705f Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 28 Sep 2016 21:07:20 +0200 Subject: [PATCH] post update --- _posts/2016-09-28-OpenJPEG-2.1.2-released.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/_posts/2016-09-28-OpenJPEG-2.1.2-released.md b/_posts/2016-09-28-OpenJPEG-2.1.2-released.md index 3ef9cf67..cec9499f 100644 --- a/_posts/2016-09-28-OpenJPEG-2.1.2-released.md +++ b/_posts/2016-09-28-OpenJPEG-2.1.2-released.md @@ -6,8 +6,15 @@ title: OpenJPEG 2.1.2 released Good news everyone! -[OpenJPEG 2.1.2](https://github.com/uclouvain/openjpeg/releases/tag/v2.1.2) is released today. -Mostly security fixes and thirdparty libraries update. -See full change log [here](https://github.com/uclouvain/openjpeg/blob/openjpeg-2.1/CHANGELOG.md). +OpenJPEG 2.1.2 is released today: +https://github.com/uclouvain/openjpeg/releases/tag/v2.1.2 -Enjoy! +Important security fixes and third party libraries update. +Changelog: https://github.com/uclouvain/openjpeg/blob/openjpeg-2.1/CHANGELOG.md +Full Changelog: https://github.com/uclouvain/openjpeg/compare/v2.1.1...v2.1.2 + +Note that meanwhile, in the master branch, an important improvement has been merged, namely T1 optimizations and multithreading support (contribution from Even Rouault … Thanks a lot !). A (much) faster OpenJPEG is on track … Stay tuned for v2.2.0. + +Enjoy, + +Antonin