From 7e5a07336d424662d85d8d58cde6dfa7b0890c49 Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.w@gmail.com> Date: Mon, 27 Jun 2016 07:58:37 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6170564c7..789eef0f625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ - Break FileIO on ApplicationsLib dependency. #1138 - Remove MeshLib on FileIO dependency. #1143, #1153 - Cleanup some of AssemblerLib dependencies. #1166 + - Split AssemblerLib and move to MathLib and NumLib #1208 + - Move InsituLib to MeshLib #1208 + - Remove MathLib depends on NumLib #1208 - Introduced Conan package manager for automatic fetching of build dependencies, #1141 - Inconsistent formatting of tabs and spaces was finally resolved: now all formatting, indentation and alignment, are done with four spaces. #1201 @@ -42,12 +45,20 @@ Can be forced by setting OGS_32_BIT=ON. #1230 - Simplified FindEigen.cmake, #1209 - git diff --check is run in its own Travis job, #1207 - + - Moved some IO implementations from FileIO to BaseLib/IO, GeoLib/IO, MeshLib/IO, #1182, #1235 + - Eigen is not optional anymore #1218 + - Removed OGS_USE_EIGENLIS CMake option. Use OGS_USE_LIS instead #1251 ### Fixes: - Fix linking of Metis in MathLib. #1147 - Fix memory leaks in GMSHInterface. #1212 + - Fix build with Lis #1267 + - Restructure Applications related modules + - Move DataHolderLib and FileIO under Applications #1279 + - Remove calling std::abort within libraries. Exeptions are thrown instead. #1245 + - Fix finding Boost with BOOST_ROOT CMake argument #1287 + - Fix linking of Sundials CVODE library #1197 # 6.0.5 -- GitLab