diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ccaa12ed..0514c2ccf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(MAPTK) # set(MAPTK_VERSION_MAJOR 0) set(MAPTK_VERSION_MINOR 5) -set(MAPTK_VERSION_PATCH 0) +set(MAPTK_VERSION_PATCH 1) set(MAPTK_VERSION "${MAPTK_VERSION_MAJOR}.${MAPTK_VERSION_MINOR}.${MAPTK_VERSION_PATCH}") diff --git a/doc/rel_notes/0.5.1.txt b/doc/rel_notes/0.5.1.txt index 481939670..39b4ccca4 100644 --- a/doc/rel_notes/0.5.1.txt +++ b/doc/rel_notes/0.5.1.txt @@ -11,7 +11,15 @@ Updates since v0.5.0 Tests * Enabled Travis CI integration by adding a .travis.yml file. This provides - continuous integration testing on topic branches. + continuous integration testing on topic branches. Travis CI only tests + on a single platform (currently Ubuntu 12.04), so it does not replace + nightly CDash testing across multiple platforms. However, it does + automatically build topic branches and pull requests that would not be + tested by CDash. CDash only tests builds of the master and release + branches, but does so over a wide array of platforms and build + configurations. Thus, Travis CI and CDash are complementary testing + tools. Travis CI can help catch some build failures before branches + are merged. Tools @@ -29,19 +37,20 @@ Build System Documentation - * Added missing algorithms on the MAP-Tk core mainpage and sorted existing - algorithms. + * Added missing algorithms on the MAP-Tk core Doxygen main page and sorted + existing algorithms. * Added missing documentation on the VXL module Doxygen main page for recently added algorithms and containers and sorted the lists. - * Added missing algorithm on the OCV module Doxygen main page and sorted. + * Added missing algorithms on the OCV module Doxygen main page and sorted. - * Boost chrono is required by Boost timer on all platforms when linking a static Boost. + * Boost chrono is required by Boost timer on all platforms when linking a + static Boost. OCV Module - * Flipped repective returns in width/height getter methods as they were + * Swapped respective returns from width/height getter methods as they were previously returning the incorrect values. * Draw tracks algorithm would not write images into a directory that did not