summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2024-02-28 14:34:52 +0100
committerEven Rouault <even.rouault@spatialys.com>2024-02-28 14:34:52 +0100
commitb0d95e06d46a4bc4e76e074cbedfbab2ca6108a2 (patch)
tree8efd7802abb4c3e8a134a604f6c4d3710643606d /_posts
parentf79098cfbf8926fd2b4bf3b4d1246a34f185236d (diff)
Update for 2.5.2 release
Diffstat (limited to '_posts')
-rw-r--r--_posts/2024-02-28-OpenJPEG-2.5.2-released.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/_posts/2024-02-28-OpenJPEG-2.5.2-released.md b/_posts/2024-02-28-OpenJPEG-2.5.2-released.md
new file mode 100644
index 00000000..120bea86
--- /dev/null
+++ b/_posts/2024-02-28-OpenJPEG-2.5.2-released.md
@@ -0,0 +1,23 @@
+---
+layout: post
+title: OpenJPEG 2.5.2 released
+---
+{% include JB/setup %}
+
+Hello,
+
+[OpenJPEG 2.5.2](https://github.com/uclouvain/openjpeg/releases/tag/v2.5.2) is released today.
+
+This is a bugfix-only release correcting an issue of 2.5.1 (openjpeg.h no longer including opj_config.h), as detailed in the Changelog hereunder.
+
+Enjoy,
+
+Even
+
+More info:
+
+[News](https://github.com/uclouvain/openjpeg/blob/v2.5.2/NEWS.md)
+
+[Changelog](https://github.com/uclouvain/openjpeg/blob/v2.5.2/CHANGELOG.md)
+
+[Full Changelog](https://github.com/uclouvain/openjpeg/compare/v2.5.0...v2.5.2)