File tree Expand file tree Collapse file tree 3 files changed +31
-24
lines changed
Expand file tree Collapse file tree 3 files changed +31
-24
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ endif()
4343# can still detect after the change)
4444#-
4545set (fletch_VERSION_MAJOR 1)
46- set (fletch_VERSION_MINOR 5 )
46+ set (fletch_VERSION_MINOR 6 )
4747set (fletch_VERSION_PATCH 0)
4848
4949set (fletch_VERSION "${fletch_VERSION_MAJOR} .${fletch_VERSION_MINOR} .${fletch_VERSION_PATCH} " )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments