|
1 |
| -Release 2.0.13 (??) -- compared to 2.0.12 |
| 1 | +Release 2.0.13 (1 Dec 2019) -- compared to 2.0.12 |
2 | 2 | --------------------------------------------------
|
| 3 | +* Bug fix in deep image compare (`IBA::compare()` or `oiiotool --compare`) |
| 4 | + would fail to notice differences in deep images where the corresponding |
| 5 | + pixels had differing numbers of samples. #2381 (2.1.8/2.0.13) |
| 6 | +* DPX: Fix bugs related to int32 math that would lead to incorrect behavior |
| 7 | + in very high-resolution files. #2396 (2.1.3/2.0.13) |
| 8 | +* When converting images to texture (via maketx or IBA::make_texture), |
| 9 | + correctly handle color space conversions for greyscale images. #2400 |
| 10 | + (2.1.8/2.0.13) |
| 11 | +* Build: suppress warnings with libraw for certain gcc versions. |
| 12 | +* Build: Fix compiler warnings in ustring.h when `_LIBCPP_VERSION` is not |
| 13 | + defined. #2415 (2.1.8.1/2.0.13) |
| 14 | +* filesystem.h: New `fseek()` and `ftell()` that always use 64 bit offsets |
| 15 | + to be safe for very large files. #2399 (2.1.8/2.0.13) |
| 16 | +* `Strutil::parse_string()` - fix bugs that would fail for escaped quotes |
| 17 | + within the string. #2386 (2.1.8/2.0.13) |
| 18 | +* `Strutil::join()` added a variety that allows you to set the number of |
| 19 | + items joined, truncating or padding with default values as needed. #2408 |
| 20 | + (2.1.8/2.0.13) |
| 21 | +* New `Strutil::lstrip()` and `rstrip()` are just like the existing `strip()`, |
| 22 | + but operate only on the beginning/left side or ending/right side of |
| 23 | + the string, respectively. #2409 (2.1.8/2.0.13) |
3 | 24 |
|
4 | 25 | Release 2.0.12 (1 Nov, 2019) -- compared to 2.0.11
|
5 | 26 | --------------------------------------------------
|
|
0 commit comments