Skip to content

Releases: mdaus/nitro

NITRO-2.11.7

04 Oct 15:39
a9dbd0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: NITRO-2.11.6...NITRO-2.11.7

NITRO-2.11.6

18 Mar 17:32
00c3034
Compare
Choose a tag to compare
  • 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

Full Changelog: NITRO-2.11.5...NITRO-2.11.6

NITRO-2.11.5

23 Oct 16:50
0357b14
Compare
Choose a tag to compare

NITRO-2.11.4

18 Aug 16:08
547d0aa
Compare
Choose a tag to compare
  • coda-oss release 2023-08-18
  • added .gitattributes and normalized line-endings (\n for most text files).

NITRO-2.11.3

05 Jun 16:12
8f974e9
Compare
Choose a tag to compare
  • 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

13 Mar 16:44
342f552
Compare
Choose a tag to compare
  • 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

14 Dec 18:45
46c6702
Compare
Choose a tag to compare
  • 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

04 Nov 15:09
fadf1b6
Compare
Choose a tag to compare
  • 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

30 Aug 19:09
0192c29
Compare
Choose a tag to compare

NITRO-2.10.12

30 Aug 15:29
61dafd4
Compare
Choose a tag to compare
  • 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.