Skip to content

Commit 4cd679f

Browse files
committed
Merge branch 'release'
* release: Update release notes for #634 Update release versioning in relevant files
2 parents 577991b + 3b86acd commit 4cd679f

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif()
3333
#-
3434
set(fletch_VERSION_MAJOR 1)
3535
set(fletch_VERSION_MINOR 4)
36-
set(fletch_VERSION_PATCH 0)
36+
set(fletch_VERSION_PATCH 1)
3737

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

Doc/release-notes/release.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +0,0 @@
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.

Doc/release-notes/v1.4.1.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)