From 6fc196607cefe930127d45278b6c8c423bd9cac9 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 27 Oct 2020 22:31:13 -0700 Subject: [PATCH] CHANGES and CREDITS updates Signed-off-by: Larry Gritz --- CHANGES.md | 35 +++++++++++++++++++++++++++++++++-- CREDITS.md | 7 +++++++ 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b866e47de3..7207d61d3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,37 @@ -Release 2.2.8 (1? Nov? 2020) -- compared to 2.2.7 +Release 2.2.8 (1 Nov 2020) -- compared to 2.2.7 ------------------------------------------------- - +* Fix that ImageBuf images backed by ImageCache, could hold an outdated copy + of the image if it was in the imagecache once, then changed on disk. #2696 +* Fix stack overflow crash in IBA::colorconvert of unusually wide images. + #2716 +* Fix boost linkage problem on Windows. #2727 +* Fix broken reads of 16 bit iff files. #2736 +* Fix make_texture incorrectly setting tile sizes. #2737 +* Fix incorrect ARM NEON code in simd.h. #2739 +* Improve oiiotool --chappend and --siappend, allowing an optional modifier + ":n=" to specify the number of images from the stack to be combined by + having their channels or subimages appended. #2709 +* WebP: add support for requesting compression "lossless". #2726 +* Improve build system for finding Python, now if a specific version is not + requested, default to whichever is found rather than always defaulting to + Python 2.7. #2705 #2764 +* Fix deprecation warnings when building with very new PugiXML versions. + #2733 +* Fix ImageCache bug: add_tile/get_tile not properly honoring when + `chend < chbegin` it should get all channels. #2742 +* Fix build break when strutil.h was included in Cuda 10.1 code. #2743 +* Docs: Make readthedocs generate downloadable htm as well as pdf. #2746 +* Improve oiiotool's guessing about the desired output format based on + inputs (in the absence of `-d` to specify the format). #2717 +* JPEG output: add support for writing progressive JPEGS (set the + attribute "jpeg:progressive" to 1). #2749 +* WebP input improvements including: RGB images are kept as RGB instead of + always adding alpha; more efficient by skipping alpha premultiplication + when it's unnecessary; now can read animated WebP images as multi-subimage + files. #2730 +* Docs: ImageInput chapter now has an example of reading image data into + separate per-channel buffers. #2756 +* Fixes to build against recent changes in OpenColorIO v2 master. #2765 Release 2.2.7 (1 Oct 2020) -- compared to 2.2.6 ------------------------------------------------- diff --git a/CREDITS.md b/CREDITS.md index 93cdcd8e2f..5832dbc125 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -13,6 +13,7 @@ lg@openimageio.org * Alexander Murashko * Alexandre Gauthier * Alexis Oblet +* Alister Chowdhury * Alexy Pawlow * Aman Shah * Ananth Garre @@ -26,6 +27,7 @@ lg@openimageio.org * Brecht Van Lommel * Brent Davis * Brian Hall +* Brice Gros * Carl Rand * Cassian Andrei * Chad Dombrova @@ -44,6 +46,7 @@ lg@openimageio.org * Deepak Gopinath * Delai Felinto * Dennis Schridde +* Dieter De Baets * Dinko Galetik * Dominik Bartkiewicz * Duncan Chan @@ -55,6 +58,7 @@ lg@openimageio.org * Fabien Servant * Frédéric Devernay * Fredrik Averpil +* Gaurav Bansal * Ghislain Antony Vaillant * Gonzalo Garramuño * Grégoire De Lillo @@ -68,6 +72,7 @@ lg@openimageio.org * Imarz * Irena Damsky * Ismael Cortes +* Jan Hettenkofer * Jep Hill * Jeph Alapat * Jens Lindgren @@ -116,6 +121,7 @@ lg@openimageio.org * Nick Black * Nicolas Burtnyk * Nixon Kwok +* Northon Patrick * Nuno Cardoso * Ott Tinn * Pascal Lecocq @@ -145,6 +151,7 @@ lg@openimageio.org * Shane Ambler * Simon Boorer * Solomon Boulos +* SRHMorris * Stefan Bruens * Stefan Stavrev * Thiago Ize