Skip to content

Commit 8091157

Browse files
authored
Merge pull request #736 from daniel-riehm/dev/release-1-6-0
Release v1.6.0
2 parents ca2e959 + ad3cdeb commit 8091157

File tree

3 files changed

+31
-24
lines changed

3 files changed

+31
-24
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif()
4343
# can still detect after the change)
4444
#-
4545
set(fletch_VERSION_MAJOR 1)
46-
set(fletch_VERSION_MINOR 5)
46+
set(fletch_VERSION_MINOR 6)
4747
set(fletch_VERSION_PATCH 0)
4848

4949
set(fletch_VERSION "${fletch_VERSION_MAJOR}.${fletch_VERSION_MINOR}.${fletch_VERSION_PATCH}")

Doc/release-notes/master.txt

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
1-
Fletch v1.6.0 Release Notes
1+
Fletch v1.7.0 Release Notes
22
===========================
33

4-
This is a minor release of Fletch that provides both new functionality and fixes over the previous v1.5.0 release.
4+
This is a minor release of Fletch that provides both new functionality and fixes over the previous v1.6.0 release.
55

6-
There are many other changes in this release. These are detailed in the change log below.
7-
8-
Updates since v1.5.0
6+
Updates since v1.6.0
97
--------------------
10-
11-
* Updated Eigen from 3.3.7 to 3.3.9
12-
* Added options to use FFMpeg 4.4.1, 5.1.2
13-
* Patched FFmpeg to write KLV metadata in compliance with MISB standards
14-
* Patched FFmpeg to write unregistered SEI user data
15-
* Patched FFmpeg to record KLV synchronicity
16-
* Updated GDAL from 2.3.2 to 2.4.4
17-
* Added option to get OpenCV source for version 4.5.1 from PyPI
18-
* Added option to use VTK 9.1.0 and made 9.1 the default
19-
* Disabled Qt in VTK if it is not present
20-
* Added x264, x265, ffnvcodec
21-
* Patched PDAL to be compatible with C++17
22-
* Updated yaml-cpp to 0.7.0
23-
* Removed Caffe
24-
* Updated Boost to 1.78.0
25-
* Patched Qt jobserver bug when using certain versions of make
26-
* Set pybind11 to build with C++17
27-
* Ensured FFmpeg appears as an option in CMakeCache.txt when not enabled

Doc/release-notes/v1.6.0.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Fletch v1.6.0 Release Notes
2+
===========================
3+
4+
This is a minor release of Fletch that provides both new functionality and fixes over the previous v1.5.0 release.
5+
6+
There are many other changes in this release. These are detailed in the change log below.
7+
8+
Updates since v1.5.0
9+
--------------------
10+
11+
* Updated Eigen from 3.3.7 to 3.3.9
12+
* Added options to use FFMpeg 4.4.1, 5.1.2
13+
* Patched FFmpeg to write KLV metadata in compliance with MISB standards
14+
* Patched FFmpeg to write unregistered SEI user data
15+
* Patched FFmpeg to record KLV synchronicity
16+
* Updated GDAL from 2.3.2 to 2.4.4
17+
* Added option to get OpenCV source for version 4.5.1 from PyPI
18+
* Added option to use VTK 9.1.0 and made 9.1 the default
19+
* Disabled Qt in VTK if it is not present
20+
* Added x264, x265, ffnvcodec
21+
* Patched PDAL to be compatible with C++17
22+
* Updated yaml-cpp to 0.7.0
23+
* Removed Caffe
24+
* Updated Boost to 1.78.0
25+
* Patched Qt jobserver bug when using certain versions of make
26+
* Set pybind11 to build with C++17
27+
* Ensured FFmpeg appears as an option in CMakeCache.txt when not enabled

0 commit comments

Comments
 (0)