Skip to content

Commit a1f1fde

Browse files
committed
Update for 2.5.3 release
1 parent ae71595 commit a1f1fde

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author :
1919
#feedburner : feedname
2020

2121
# Version of binary release (update this for each new release!)
22-
binVersion: 2.5.2
22+
binVersion: 2.5.3
2323

2424
# Remaining URLs
2525
gitURL: https://github.com/uclouvain/openjpeg
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: post
3+
title: OpenJPEG 2.5.3 released
4+
---
5+
{% include JB/setup %}
6+
7+
Hello,
8+
9+
[OpenJPEG 2.5.3](https://github.com/uclouvain/openjpeg/releases/tag/v2.5.3) is released today.
10+
11+
This is mainly a bugfix release, as detailed in the Changelog hereunder, with
12+
a few new features:
13+
14+
* Use TLM \(Tile Length Marker\) segments to optimize decoding [\#1538](https://github.com/uclouvain/openjpeg/pull/1538)
15+
* Add AVX2 and AVX512 optimization [\#1552](https://github.com/uclouvain/openjpeg/pull/1552)
16+
* Support setting enumcs for CMYK and EYCC color space [\#1529](https://github.com/uclouvain/openjpeg/pull/1529)
17+
18+
Enjoy,
19+
20+
Even
21+
22+
More info:
23+
24+
[News](https://github.com/uclouvain/openjpeg/blob/v2.5.3/NEWS.md)
25+
26+
[Changelog](https://github.com/uclouvain/openjpeg/blob/v2.5.3/CHANGELOG.md)
27+
28+
[Full Changelog](https://github.com/uclouvain/openjpeg/compare/v2.5.2...v2.5.3)

abi-check/openjpeg.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@
2121
"PublicSymbols": "public_symbols/openjpeg/current/list",
2222
"PublicTypes": "public_types/openjpeg/current/list"
2323
},
24+
{
25+
"Number": "2.5.3",
26+
"Installed": "installed/openjpeg/2.5.3",
27+
"Source": "src/openjpeg/2.5.3/version.-2.5.3.tar.gz",
28+
"Changelog": "Off",
29+
"HeadersDiff": "On",
30+
"PkgDiff": "Off",
31+
"ABIView": "Off",
32+
"ABIDiff": "Off"
33+
},
34+
{
35+
"Number": "2.5.2",
36+
"Installed": "installed/openjpeg/2.5.2",
37+
"Source": "src/openjpeg/2.5.2/version.-2.5.2.tar.gz",
38+
"Changelog": "Off",
39+
"HeadersDiff": "On",
40+
"PkgDiff": "Off",
41+
"ABIView": "Off",
42+
"ABIDiff": "Off"
43+
},
2444
{
2545
"Number": "2.5.1",
2646
"Installed": "installed/openjpeg/2.5.1",

0 commit comments

Comments
 (0)