From 879248faf9c4338810758d31b87d9f2984c0f2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20Gr=C3=A4ser?= <graeser@mi.fu-berlin.de> Date: Thu, 8 Mar 2018 23:39:16 +0100 Subject: [PATCH] Update module information * Bump version to 2.7-git * Bump required core module requirements to corresponding version * Explicitly list dune-geometry dependence with version. Otherwise we may end up with an outdated version due to the sloppy dune-grid requirements. * Depend on dune-istl. Its used in the tests for some time. * Update changelog and adjust its layout * Use dune-functions mailing list as maintainer information --- CHANGELOG.md | 19 ++++++------------- dune.module | 8 +++----- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539e79a..98c148a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,9 @@ -dune-functions -======== +# Dune-functions changes -This is the development version of dune-functions leading up to version 2.6. +Any version of dune-functions is supposed to be compatible with the +correponding version of the Dune core modules. -It is supposed to be compatible with the Dune core modules of the same version. - -Changes -======= - -# Master (will become release 2.7) +## Master (will become release 2.7) * `FlatVectorBackend` is now officially an implementation detail and thus moved to the namespace `Impl::`. The header `flatvectorbackend.hh` was removed. @@ -16,8 +11,7 @@ Changes object providing `operator[]` and `size()` methods for flat-vector-like access to the underlying container `c`. -dune-functions 2.6-dev ------------- +## Release 2.6 - Added an implementation of a Rannacher-Turek basis - Add a set of unit tests for bases @@ -37,8 +31,7 @@ dune-functions 2.6-dev for the code. - `Dune::Functions::TupleVector` was deprecated. Use `Dune::TupleVector` from dune-common instead. -dune-functions 2.5 ------------- +## Release 2.5 TODO... diff --git a/dune.module b/dune.module index 1a47cbd..ac6d1eb 100644 --- a/dune.module +++ b/dune.module @@ -1,9 +1,7 @@ # Dune module information file Module: dune-functions -Version: 2.6-dev -Maintainer: dune-devel@lists.dune-project.org -Depends: dune-localfunctions (>= 2.5) dune-grid (>= 2.5) dune-typetree -# We suggest dune-istl, because it is used by the example programs. -Suggests: dune-istl +Version: 2.7-git +Maintainer: dune-functions@lists.dune-project.org +Depends: dune-geometry (>= 2.7) dune-localfunctions (>= 2.7) dune-grid (>= 2.7) dune-istl (>= 2.7) dune-typetree Whitespace-Hook: Yes -- GitLab