Prepare for OpenJPEG v2.5.2 release v2.5.2
authorEven Rouault <even.rouault@spatialys.com>
Wed, 28 Feb 2024 13:32:43 +0000 (14:32 +0100)
committerEven Rouault <even.rouault@spatialys.com>
Wed, 28 Feb 2024 13:32:43 +0000 (14:32 +0100)
CHANGELOG.md
CMakeLists.txt
NEWS.md
appveyor.yml

index 5237788888561d7638f4e9680ce4e1a536ab8519..54aeb1555b4b3a31e3dee5880a35d1bc71ab4409 100644 (file)
@@ -1,5 +1,17 @@
 # Changelog
 
+## [v2.5.2](https://github.com/uclouvain/openjpeg/releases/v2.5.2) (2024-02-28)
+
+[Full Changelog](https://github.com/uclouvain/openjpeg/compare/v2.5.1...v2.5.2)
+
+**Closed issues:**
+
+- API breakage in 2.5.1 / openjpeg version no longer detected \(openjpeg.h no longer includes opj\_config.h\) [\#1514](https://github.com/uclouvain/openjpeg/issues/1514)
+
+**Merged pull requests:**
+
+- openjpeg.h: make sure to include opj\_config.h \(fixes \#1514\) [\#1515](https://github.com/uclouvain/openjpeg/pull/1515) ([rouault](https://github.com/rouault))
+
 ## [v2.5.1](https://github.com/uclouvain/openjpeg/releases/v2.5.1) (2024-02-26)
 
 [Full Changelog](https://github.com/uclouvain/openjpeg/compare/v2.5.0...v2.5.1)
index 127d34f034cb7e572ce1b877d6fbb0d6923ea07a..65570b4452bf27d8fb6b6d6d74e9318f0a0ff31c 100644 (file)
@@ -26,7 +26,7 @@ include_regular_expression("^.*$")
 # OPENJPEG version number, useful for packaging and doxygen doc:
 set(OPENJPEG_VERSION_MAJOR 2)
 set(OPENJPEG_VERSION_MINOR 5)
-set(OPENJPEG_VERSION_BUILD 1)
+set(OPENJPEG_VERSION_BUILD 2)
 set(OPENJPEG_VERSION
   "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}")
 set(PACKAGE_VERSION
@@ -53,6 +53,7 @@ set(PACKAGE_VERSION
 #   2.4.0 |  7
 #   2.5.0 |  7
 #   2.5.1 |  7
+#   2.5.2 |  7
 # above is the recommendation by the OPJ team. If you really need to override this default,
 # you can specify your own OPENJPEG_SOVERSION at cmake configuration time:
 # cmake -DOPENJPEG_SOVERSION:STRING=42 /path/to/openjpeg
diff --git a/NEWS.md b/NEWS.md
index 5f9b11fa018275b04741e6c8b2fa37417915a94e..20e9184a4fbf6a7121e2c1e93f85daf2664b7fdd 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,12 @@
 
 More details in the [CHANGELOG](https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md)
 
+## OpenJPEG 2.5.2 (Feb 2024)
+
+No API/ABI break compared to v2.5.1
+
+* Make sure openjpeg.h includes opj_config.h [\#1514](https://github.com/uclouvain/openjpeg/issues/1514)
+
 ## OpenJPEG 2.5.1 (Feb 2024)
 
 No API/ABI break compared to v2.5.0
index 744226eb53a0e2329ed28ea8d94390954c3af34d..a177ee7cbbb5334abd3c668992f53e8b0c2e5933 100644 (file)
@@ -1,4 +1,4 @@
-version: 2.5.1.{build}
+version: 2.5.2.{build}
 branches:
   except:
   - coverity_scan