Skip to content

Commit

Permalink
SIX 3.1.15 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Daniel Smith committed Mar 13, 2023
1 parent f2c3dc4 commit a71f6be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@

# SIX [Release](https://github.com/ngageoint/six-library/releases) Notes

## [Version 3.1.15](https://github.com/ngageoint/six-library/releases/tag/SIX-3.1.15); March 13, 2023
* [coda-oss](https://github.com/mdaus/coda-oss) version [2023-03-10](https://github.com/mdaus/coda-oss/releases/tag/2023-03-10)
* [nitro](https://github.com/mdaus/nitro) version [2.10.13](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.13)
* CPHD 1.1.0 fixes.
* Fixed `slantToImagePartials()` not operating in slant plane.
* Final C++11 🤞🏻 release; future releases will be C++14 from [main](https://github.com/ngageoint/six-library/tree/main).

## [Version 3.1.14](https://github.com/ngageoint/six-library/releases/tag/SIX-3.1.14); August 30, 2022
* [coda-oss](https://github.com/mdaus/coda-oss) version [2022-08-30](https://github.com/mdaus/coda-oss/releases/tag/2022-08-30)
* [nitro](https://github.com/mdaus/nitro) version [2.10.12](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.12)
* Routines that "traffic" in XML strings (e.g., `parseDataFromString()` or `toXMLString()`) now use
`std::u8string` (actually `coda_oss::u8string`) instead of `std::string`.
* Fixed memory leak in `ComplexXMLParser`.
* Files in **six/projects/csm/external/csm-3.0.4** are unchanged (almost!) from [CSM 3.0.4](https://github.com/ngageoint/csm/releases/tag/v3.0.4).
* Final C++11 release 🤞🏻; future releases will be C++14 from [main](https://github.com/ngageoint/six-library/tree/main).
* ~~Final C++11 release 🤞🏻; future releases will be C++14 from [main](https://github.com/ngageoint/six-library/tree/main).~~

## [Version 3.1.13](https://github.com/ngageoint/six-library/releases/tag/SIX-3.1.13); August 2, 2022
* [coda-oss](https://github.com/mdaus/coda-oss) version [2022-08-02](https://github.com/mdaus/coda-oss/releases/tag/2022-08-02)
Expand Down
3 changes: 2 additions & 1 deletion six/modules/c++/six/include/six/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "config/Version.h"
#include "nitf/Version.hpp"

// SIX 3.1.15 2023-Mar-13
// SIX 3.1.14 2022-Aug-30
// SIX 3.1.13 2022-Aug-02
// SIX 3.1.12 2022-Jun-29
Expand All @@ -35,7 +36,7 @@
// SIX 3.1.9 2022-Feb-02
#define SIX_VERSION_MAJOR 3
#define SIX_VERSION_MINOR 1
#define SIX_VERSION_PATCH 14
#define SIX_VERSION_PATCH 15
//#define SIX_VERSION_BUILD 0
//#define SIX_VERSION CODA_OSS_MAKE_VERSION_MMPB(SIX_VERSION_MAJOR, SIX_VERSION_MINOR, SIX_VERSION_PATCH, SIX_VERSION_BUILD)
#define SIX_VERSION CODA_OSS_MAKE_VERSION_MMP(SIX_VERSION_MAJOR, SIX_VERSION_MINOR, SIX_VERSION_PATCH)
Expand Down

0 comments on commit a71f6be

Please sign in to comment.