-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #649 from johnwparent/releases/update-versioning
Update release versioning in relevant files
- Loading branch information
Showing
4 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters