diff --git a/doc/build.md b/doc/build.md index f5ffd028..09b60dda 100644 --- a/doc/build.md +++ b/doc/build.md @@ -4,8 +4,8 @@ - RHEL/CentOS 6/7 (or compatible) with GCC 4.8 - or Windows 7/8.1/10 with Visual Studio 2015 (MSVC 14.0) - Installation of [Houdini 16.5](https://sidefx.com/download) -- [cmake 3.8 or later](https://cmake.org/download) -- [conan 1.1 or later](https://www.conan.io/downloads) +- [cmake 3.13 or later](https://cmake.org/download) +- [conan 1.11 or later](https://www.conan.io/downloads) The bootstrap steps below will take care of these additional dependencies: - SideFX Houdini HDK 16.5 diff --git a/doc/changelog.md b/doc/changelog.md index fd83e671..2b3a0747 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,11 @@ # Palladio ChangeLog +## v1.2.0 (Jan 17, 2019) +* Build System changes to improve continuous integration support (Jenkins). +* Updated required cmake version to 3.13 (preparation for Houdini 17 support). +* Added pipenv script for easier access to conan. +* Reduced Houdini package size. + ## v1.2.0-rc.1 (Jun 11, 2018) * Support for inter-shape occlusion queries (#33).