File tree Expand file tree Collapse file tree 4 files changed +21
-20
lines changed
Expand file tree Collapse file tree 4 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ endif()
3333#-
3434set (fletch_VERSION_MAJOR 1)
3535set (fletch_VERSION_MINOR 4)
36- set (fletch_VERSION_PATCH 0 )
36+ set (fletch_VERSION_PATCH 1 )
3737
3838set (fletch_VERSION "${fletch_VERSION_MAJOR} .${fletch_VERSION_MINOR} .${fletch_VERSION_PATCH} " )
3939
Original file line number Diff line number Diff line change 1- Fletch v1.4.1 Release Notes
2- ===========================
3-
4- This is a patch release of Fletch that provides fixes over the previous v1.4.0 release.
5-
6- Fixes since v1.4.0
7- ------------------
8-
9- * Patched Boost 1.65 to build on MSVC 2019.
10- * Patched OpenCV 3.4 to build on MSVC 2019.
11- * Patched PDAL 1.7.2 to build on MSVC 2019.
12- * Patched Darknet CMakeLists.txt to disable examples
13- * Patched Darknet pthread install to use CMAKE_GENERATOR_PLATFORM instead of CMAKE_GENERATOR to x64 check.
14- * Updated old style sourceforge URLs.
15- * Host Qt downloads on data.kitware.com. Location removed by Qt.
16- * Add documentation regarding a Boost failure caused by MSVC version upgrades.
17- * Fixed an issue with broken CUDA_HOST_COMPILER path in some projects using MSVC.
18- * Fixed an issue with enabling VTK Python bindings in MSVC.
Original file line number Diff line number Diff line change 1+ Fletch v1.4.1 Release Notes
2+ ===========================
3+
4+ This is a patch release of Fletch that provides fixes over the previous v1.4.0 release.
5+
6+ Fixes since v1.4.0
7+ ------------------
8+
9+ * Patched Boost 1.65 to build on MSVC 2019.
10+ * Patched OpenCV 3.4 to build on MSVC 2019.
11+ * Patched PDAL 1.7.2 to build on MSVC 2019.
12+ * Patched Darknet CMakeLists.txt to disable examples
13+ * Patched Darknet pthread install to use CMAKE_GENERATOR_PLATFORM instead of CMAKE_GENERATOR to x64 check.
14+ * Updated old style sourceforge URLs.
15+ * Host Qt downloads on data.kitware.com. Location removed by Qt.
16+ * Add documentation regarding a Boost failure caused by MSVC version upgrades.
17+ * Fixed an issue with broken CUDA_HOST_COMPILER path in some projects using MSVC.
18+ * Fixed an issue with enabling VTK Python bindings in MSVC.
19+ * Patched GDAL missing strdup prototype on OSX
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Pull the image from Dockerhub::
8585
8686 "docker pull kitware/fletch:latest" (master)
8787 or
88- "docker pull kitware/fletch:v1.4.0 " (release version)
88+ "docker pull kitware/fletch:v1.4.1 " (release version)
8989
9090(`https://hub.docker.com/r/kitware/fletch <https://hub.docker.com/r/kitware/fletch >`_)
9191
You can’t perform that action at this time.
0 commit comments