Skip to content

Commit 862893f

Browse files
author
J. Daniel Smith
authored
SIX-3.2.3 (#655)
* SIX 3.1.15 * merge develop/sync_externals * Update ReleaseNotes.md for SIX 3.2.3
1 parent fe0e558 commit 862893f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

ReleaseNotes.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

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

5-
## [Version 3.2.?](https://github.com/ngageoint/six-library/releases/tag/SIX-3.2.?); ??? ??, 2023
6-
* [coda-oss](https://github.com/mdaus/coda-oss) version [2023-??-??](https://github.com/mdaus/coda-oss/releases/tag/2023-??-??)
7-
* [nitro](https://github.com/mdaus/nitro) version [2.11.?](https://github.com/mdaus/nitro/releases/tag/NITRO-2.11.?)
5+
## [Version 3.2.3](https://github.com/ngageoint/six-library/releases/tag/SIX-3.2.3); June 5, 2023
6+
* [coda-oss](https://github.com/mdaus/coda-oss) version [2023-06-05](https://github.com/mdaus/coda-oss/releases/tag/2023-06-05)
7+
* [nitro](https://github.com/mdaus/nitro) version [2.11.3](https://github.com/mdaus/nitro/releases/tag/NITRO-2.11.3)
88
* Integrated [ISM v201609](https://www.dni.gov/index.php/who-we-are/organizations/ic-cio/ic-cio-related-menus/ic-cio-related-links/ic-technical-specifications/information-security-marking-metadata) into SIDD 3.0.
9+
* Retain "legacy" support for ISM-v13 with SIDD 3.0.
10+
* Tweak `DataWriter` implementation in preperation for future changes.
11+
* CPHD wasn't parsing all optional fields correctly.
12+
* Adjust compiler flags for clean *CMake* builds.
913

1014
## [Version 3.2.2](https://github.com/ngageoint/six-library/releases/tag/SIX-3.2.2); December 14, 2022
1115
* [coda-oss](https://github.com/mdaus/coda-oss) version [2022-12-14](https://github.com/mdaus/coda-oss/releases/tag/2022-12-14)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@
3636
// SIX 3.2.0 2022-Aug-30 (C++14)
3737
// SIX 3.2.1 2022-Nov-04
3838
// SIX 3.2.2 2022-Dec-14
39+
// SIX 3.2.3 2023-Jun-05
3940

4041
#define SIX_VERSION_MAJOR 3
4142
#define SIX_VERSION_MINOR 2
42-
#define SIX_VERSION_PATCH 2
43+
#define SIX_VERSION_PATCH 3
4344
//#define SIX_VERSION_BUILD 0
4445
//#define SIX_VERSION CODA_OSS_MAKE_VERSION_MMPB(SIX_VERSION_MAJOR, SIX_VERSION_MINOR, SIX_VERSION_PATCH, SIX_VERSION_BUILD)
4546
#define SIX_VERSION CODA_OSS_MAKE_VERSION_MMP(SIX_VERSION_MAJOR, SIX_VERSION_MINOR, SIX_VERSION_PATCH)

0 commit comments

Comments
 (0)