Skip to content

Commit 246ee42

Browse files
committed
CHANGES and stage for v2.4.9.0
1 parent 7abc4fa commit 246ee42

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
Release 2.4.9.0 (1 Mar? 2023) -- compared to 2.4.8.1
1+
Release 2.4.9.0 (1 Mar 2023) -- compared to 2.4.8.1
22
-----------------------------------------------------
3-
3+
* Build: check need for libatomic with check_cxx_source_compiles instead of
4+
the more expensive check_cxx_source_runs. #3774
5+
* Fix(IC): Avoid bad IC stats when no files were read. #3765
6+
* Build: Add a cmake option OIIO_DISABLE_BOOST_STACKTRACE to disable use and
7+
dependency of boost stacktrace. #3777
8+
* ustringhash: Make an explicit constructor from a hash value. #3778
9+
* Build: Add ability to build against Qt6. #3779
410

511
Release 2.4.8.1 (13 Feb 2023) -- compared to 2.4.8.0
612
-----------------------------------------------------

INSTALL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
2020
* Compilers: **gcc 6.1 - 12.1**, **clang 3.4 - 15**, **MSVS 2017 - 2019**,
2121
**Intel icc 17+**, **Intel OneAPI C++ compiler 2022+**.
2222
* CMake >= 3.12 (tested through 3.24)
23-
* OpenEXR/Imath >= 2.3 (recommended: 2.4 or higher; tested through 3.1)
23+
* OpenEXR/Imath >= 2.3 (recommended: 2.4 or higher; tested through 3.2)
2424
* libTIFF >= 3.9 (recommended: 4.0+; tested through 4.5)
2525
* libjpeg >= 8, or libjpeg-turbo >= 1.1 (tested through jpeg9d and jpeg-turbo
2626
2.1)
@@ -32,15 +32,15 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
3232
### Optional dependencies -- features may be disabled if not found
3333
* If you are building the `iv` viewer (which will be disabled if any of
3434
these are not found):
35-
* Qt >= 5.6 (tested through 5.15)
35+
* Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.4)
3636
* OpenGL
3737
* If you are building the Python bindings or running the testsuite:
3838
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10)
3939
* pybind11 >= 2.4.2 (Tested through 2.10. Note that pybind11 v2.10+ does
4040
not support Python < 3.6.)
4141
* NumPy
4242
* If you want support for camera "RAW" formats:
43-
* LibRaw >= 0.15 (tested 0.15 - 0.20.2; LibRaw >= 0.18 is necessary for
43+
* LibRaw >= 0.15 (tested 0.15 - 0.21.1; LibRaw >= 0.18 is necessary for
4444
ACES support and much better recognition of camera metadata; if
4545
building with C++17 or higher, LibRaw >= 0.20 is necessary)
4646
* If you want support for a wide variety of video formats:
@@ -49,21 +49,21 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
4949
* **OpenJpeg >= 2.0** (tested through 2.5; we recommend 2.4 or higher
5050
for multithreading support)
5151
* If you want support for OpenVDB files:
52-
* OpenVDB >= 5.0 (tested through 9)
52+
* OpenVDB >= 5.0 (tested through 10.0)
5353
* If you want to use TBB as the thread pool:
54-
* TBB >= 2018 (tested through 2021)
54+
* TBB >= 2018 (tested through 2021 and OneTBB)
5555
* If you want support for converting to and from OpenCV data structures,
5656
or for capturing images from a camera:
5757
* **OpenCV 3.x, or 4.x** (tested through 4.5)
5858
* If you want support for GIF images:
5959
* giflib >= 4.1 (tested through 5.2; 5.0+ is strongly recommended for
6060
stability and thread safety)
6161
* If you want support for HEIF/HEIC or AVIF images:
62-
* libheif >= 1.3 (1.7 required for AVIF support, tested through 1.12)
62+
* libheif >= 1.3 (1.7 required for AVIF support, tested through 1.15)
6363
* libheif must be built with an AV1 encoder/decoder for AVIF support.
64-
* Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11 is fine.
64+
* Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11+ is fine.
6565
* If you want support for DICOM medical image files:
66-
* DCMTK >= 3.6.1 (tested through 3.6.6)
66+
* DCMTK >= 3.6.1 (tested through 3.6.7)
6767
* If you want support for WebP images:
6868
* WebP >= 0.6.1 (tested through 1.2.1)
6969
* If you want support for OpenColorIO color transformations:

0 commit comments

Comments
 (0)