diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a044634..13153553 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ endif() #- set(fletch_VERSION_MAJOR 1) set(fletch_VERSION_MINOR 4) -set(fletch_VERSION_PATCH 0) +set(fletch_VERSION_PATCH 1) set(fletch_VERSION "${fletch_VERSION_MAJOR}.${fletch_VERSION_MINOR}.${fletch_VERSION_PATCH}") diff --git a/Doc/release-notes/release.txt b/Doc/release-notes/release.txt index cc69154c..e69de29b 100644 --- a/Doc/release-notes/release.txt +++ b/Doc/release-notes/release.txt @@ -1,18 +0,0 @@ -Fletch v1.4.1 Release Notes -=========================== - -This is a patch release of Fletch that provides fixes over the previous v1.4.0 release. - -Fixes since v1.4.0 ------------------- - - * Patched Boost 1.65 to build on MSVC 2019. - * Patched OpenCV 3.4 to build on MSVC 2019. - * Patched PDAL 1.7.2 to build on MSVC 2019. - * Patched Darknet CMakeLists.txt to disable examples - * Patched Darknet pthread install to use CMAKE_GENERATOR_PLATFORM instead of CMAKE_GENERATOR to x64 check. - * Updated old style sourceforge URLs. - * Host Qt downloads on data.kitware.com. Location removed by Qt. - * Add documentation regarding a Boost failure caused by MSVC version upgrades. - * Fixed an issue with broken CUDA_HOST_COMPILER path in some projects using MSVC. - * Fixed an issue with enabling VTK Python bindings in MSVC. diff --git a/Doc/release-notes/v1.4.1.txt b/Doc/release-notes/v1.4.1.txt new file mode 100644 index 00000000..5d59858a --- /dev/null +++ b/Doc/release-notes/v1.4.1.txt @@ -0,0 +1,19 @@ +Fletch v1.4.1 Release Notes +=========================== + +This is a patch release of Fletch that provides fixes over the previous v1.4.0 release. + +Fixes since v1.4.0 +------------------ + + * Patched Boost 1.65 to build on MSVC 2019. + * Patched OpenCV 3.4 to build on MSVC 2019. + * Patched PDAL 1.7.2 to build on MSVC 2019. + * Patched Darknet CMakeLists.txt to disable examples + * Patched Darknet pthread install to use CMAKE_GENERATOR_PLATFORM instead of CMAKE_GENERATOR to x64 check. + * Updated old style sourceforge URLs. + * Host Qt downloads on data.kitware.com. Location removed by Qt. + * Add documentation regarding a Boost failure caused by MSVC version upgrades. + * Fixed an issue with broken CUDA_HOST_COMPILER path in some projects using MSVC. + * Fixed an issue with enabling VTK Python bindings in MSVC. + * Patched GDAL missing strdup prototype on OSX \ No newline at end of file diff --git a/README.rst b/README.rst index c9eca6a5..5fd0b1aa 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ Pull the image from Dockerhub:: "docker pull kitware/fletch:latest" (master) or - "docker pull kitware/fletch:v1.4.0" (release version) + "docker pull kitware/fletch:v1.4.1" (release version) (`https://hub.docker.com/r/kitware/fletch `_)