From a11e95913ae003fde87089208e801fe4a258a8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Fri, 20 Dec 2019 21:09:46 +0100 Subject: [PATCH] Prepare 2.7 --- CHANGELOG.md | 8 +++++--- dune.module | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 774f09d31..2cfc3f85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# dune-uggrid 2.7 (unreleased) +# dune-uggrid 2.8 (unreleased) + +# dune-uggrid 2.7.0 (unreleased) * Multiple grids are now also allowed in the parallel implementation [!96]: https://gitlab.dune-project.org/staging/dune-uggrid/merge_requests/96 @@ -8,8 +10,8 @@ It is no longer necessary to provide the `RefRules.data` file. [!134](https://gitlab.dune-project.org/staging/dune-uggrid/merge_requests/134) -* Header files moved below dune/uggrid. Headers are installed in the same - sub-directory and no longer into ug/. This breaks compatibility to UG 3.13. +* Header files moved below `dune/uggrid`. Headers are installed in the same + sub-directory and no longer into `ug/`. This breaks compatibility to UG 3.13. [!137](https://gitlab.dune-project.org/staging/dune-uggrid/merge_requests/137) # dune-uggrid 2.6.0 (2018-04-03) diff --git a/dune.module b/dune.module index b7684e16a..5e6b769e4 100644 --- a/dune.module +++ b/dune.module @@ -1,5 +1,5 @@ Module: dune-uggrid -Version: 2.7-git -Depends: dune-common +Version: 2.7.0 +Depends: dune-common (>= 2.7) Maintainer: dune-devel@lists.dune-project.org Whitespace-Hook: Yes -- GitLab