Skip to content

Commit a71f6be

Browse files
author
J. Daniel Smith
authored
SIX 3.1.15 (#636)
1 parent f2c3dc4 commit a71f6be

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ReleaseNotes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

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

5+
## [Version 3.1.15](https://github.com/ngageoint/six-library/releases/tag/SIX-3.1.15); March 13, 2023
6+
* [coda-oss](https://github.com/mdaus/coda-oss) version [2023-03-10](https://github.com/mdaus/coda-oss/releases/tag/2023-03-10)
7+
* [nitro](https://github.com/mdaus/nitro) version [2.10.13](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.13)
8+
* CPHD 1.1.0 fixes.
9+
* Fixed `slantToImagePartials()` not operating in slant plane.
10+
* Final C++11 🤞🏻 release; future releases will be C++14 from [main](https://github.com/ngageoint/six-library/tree/main).
11+
512
## [Version 3.1.14](https://github.com/ngageoint/six-library/releases/tag/SIX-3.1.14); August 30, 2022
613
* [coda-oss](https://github.com/mdaus/coda-oss) version [2022-08-30](https://github.com/mdaus/coda-oss/releases/tag/2022-08-30)
714
* [nitro](https://github.com/mdaus/nitro) version [2.10.12](https://github.com/mdaus/nitro/releases/tag/NITRO-2.10.12)
815
* Routines that "traffic" in XML strings (e.g., `parseDataFromString()` or `toXMLString()`) now use
916
`std::u8string` (actually `coda_oss::u8string`) instead of `std::string`.
1017
* Fixed memory leak in `ComplexXMLParser`.
1118
* 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).
12-
* Final C++11 release 🤞🏻; future releases will be C++14 from [main](https://github.com/ngageoint/six-library/tree/main).
19+
* ~~Final C++11 release 🤞🏻; future releases will be C++14 from [main](https://github.com/ngageoint/six-library/tree/main).~~
1320

1421
## [Version 3.1.13](https://github.com/ngageoint/six-library/releases/tag/SIX-3.1.13); August 2, 2022
1522
* [coda-oss](https://github.com/mdaus/coda-oss) version [2022-08-02](https://github.com/mdaus/coda-oss/releases/tag/2022-08-02)

six/modules/c++/six/include/six/Version.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "config/Version.h"
2828
#include "nitf/Version.hpp"
2929

30+
// SIX 3.1.15 2023-Mar-13
3031
// SIX 3.1.14 2022-Aug-30
3132
// SIX 3.1.13 2022-Aug-02
3233
// SIX 3.1.12 2022-Jun-29
@@ -35,7 +36,7 @@
3536
// SIX 3.1.9 2022-Feb-02
3637
#define SIX_VERSION_MAJOR 3
3738
#define SIX_VERSION_MINOR 1
38-
#define SIX_VERSION_PATCH 14
39+
#define SIX_VERSION_PATCH 15
3940
//#define SIX_VERSION_BUILD 0
4041
//#define SIX_VERSION CODA_OSS_MAKE_VERSION_MMPB(SIX_VERSION_MAJOR, SIX_VERSION_MINOR, SIX_VERSION_PATCH, SIX_VERSION_BUILD)
4142
#define SIX_VERSION CODA_OSS_MAKE_VERSION_MMP(SIX_VERSION_MAJOR, SIX_VERSION_MINOR, SIX_VERSION_PATCH)

0 commit comments

Comments
 (0)