Releases: mdaus/nitro
Releases · mdaus/nitro
NITRO-2.11.7
What's Changed
- Coda OSS 2024-09-20 by @adam-beauchamp in #615
- remove history-wrecking script by @adam-beauchamp in #616
Full Changelog: NITRO-2.11.6...NITRO-2.11.7
NITRO-2.11.6
- coda-oss release 2024-03-18
- TREs can now be statically "pre-loaded", no need to set NITF_PLUGIN_PATH.
- Be sure TRE field padding is done properly.
- Allow shared-libraries (DLLs) to be build; disabled by default.
What's Changed
- latest from CODA-OSS by @JDanielSmith in #590
- reduce use of .str() by @JDanielSmith in #591
- latest from CODA-OSS by @JDanielSmith in #592
- infrastructure for "preloading" TREs by @JDanielSmith in #593
- latest from CODA-OSS by @JDanielSmith in #596
- disable pre-loaded TREs by @JDanielSmith in #597
- remove /Wall from MSVC by @JDanielSmith in #598
- improve TRE unitesting by @JDanielSmith in #599
- added environment variable to enable pre-loading of TREs by @JDanielSmith in #601
- NITRO can now build DLLs by @JDanielSmith in #602
- build as a DLL in Visual Studio by @JDanielSmith in #603
- export more symbols by @JDanielSmith in #604
- latest from CODA-OSS by @JDanielSmith in #605
- latest from CODA-OSS by @JDanielSmith in #606
- preload the remaining TREs by @JDanielSmith in #607
- update various actions to latest versions by @JDanielSmith in #608
- NITRO-2.11.6 by @JDanielSmith in #609
Full Changelog: NITRO-2.11.5...NITRO-2.11.6
NITRO-2.11.5
- coda-oss release 2023-10-23
- Fix some ASAN diagnostics, still more to do.
NITRO-2.11.4
- coda-oss release 2023-08-18
- added .gitattributes and normalized line-endings (
\n
for most text files).
NITRO-2.11.3
- coda-oss release 2023-06-05
- Fix display of certain TREs.
- Adjust compiler flags for clean CMake builds.
- Implement
DecompressionInterface::adapterFreeBlock()
to fix decompression.
NITRO-2.10.13
- coda-oss release 2022-03-10
- Sanitize tar-file extraction; conan tweaks.
- Final 🤞🏻 C++11 release; future releases will be C++14 from main.
NITRO-2.11.2
- coda-oss release 2022-12-14
- Further work at getting unittests to work better when included elsewhere (e.g., SIX) as externals.
NITRO-2.11.1
- coda-oss release 2022-11-04
- fixed incorrect field sizes in the CSEXRB TRE.
- make unittests work better when included elsewhere (e.g., SIX) as externals.
- remove exception specifications
tarfile.extractall()
sanitization
NITRO-2.11.0
- coda-oss release 2022-08-30_cpp14
- Cut from main; identical to Version 2.10.12
except that C++14 is now required. master remains at C++11.
NITRO-2.10.12
- coda-oss release 2022-08-30
- Build JPEG decompression as a plug-in.
- tweak unittests so they run in SIX.
- Final C++11 release 🤞🏻; future releases will be C++14 from main.