From ed65ad7ff3f386f3201efd1cdf89ec867b399fa4 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Fri, 10 Mar 2023 12:41:21 +0100 Subject: [PATCH] 6.4.4 --- CHANGELOG.md | 6 +++++- CITATION.cff | 4 ++-- Documentation/mainpage.dox.in | 1 + README.md | 9 ++++----- scripts/doc/_redirects | 1 + web/content/releases/6.4.4.md | 24 ++++++++++++++++++++++++ 6 files changed, 37 insertions(+), 8 deletions(-) create mode 100644 web/content/releases/6.4.4.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 751ac5899a5..2cdf08dbf17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## Unreleased -[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.4) +[Please see the wiki-page](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/6.5.0) ---- +## 6.4.4 + +[Changelog for OpenGeoSys 6.4.4](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.4) + ## 6.4.3 [Changelog for OpenGeoSys 6.4.3](https://gitlab.opengeosys.org/ogs/ogs/-/wikis/Release-notes-6.4.3) diff --git a/CITATION.cff b/CITATION.cff index e1845631b33..1fead262d44 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,8 +9,8 @@ license: BSD-3-Clause # DOI representing all versions, do not change: doi: 10.5281/zenodo.591265 # The following needs to be adapted on releases: -version: "6.4.3" -date-released: "2022-09-19" +version: "6.4.4" +date-released: "2023-03-10" identifiers: - type: doi description: "Zenodo DOI for 6.4.3" diff --git a/Documentation/mainpage.dox.in b/Documentation/mainpage.dox.in index 7ff16ef5d3a..95f6a2779d4 100644 --- a/Documentation/mainpage.dox.in +++ b/Documentation/mainpage.dox.in @@ -21,6 +21,7 @@ * * The documentation for OGS releases can be found here: * + * - https://doxygen.opengeosys.org/v6.4.4 * - https://doxygen.opengeosys.org/v6.4.3 * - https://doxygen.opengeosys.org/v6.4.2 * - https://doxygen.opengeosys.org/v6.4.1 diff --git a/README.md b/README.md index e549223eac3..e58de809b8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -OpenGeoSys 6 -============ +# OpenGeoSys 6 [![Modified BSD License](http://img.shields.io/badge/license-BSD-blue.svg?style=flat-square)](https://gitlab.opengeosys.org/ogs/ogs/-/blob/master/LICENSE.txt) [![DOI](https://zenodo.org/badge/1701384.svg)](https://zenodo.org/badge/latestdoi/1701384) @@ -15,13 +14,13 @@ waste deposition. OGS is comprised of the THMC-simulator (simply referred to as *OGS*) and a visualization tool (*Data Explorer*). OGS is developed by the [OpenGeoSys Community][ogs]. -## Software development ## +## Software development - Good starting point for users as well as for developers is the [documentation][documentation] - Check your code against our [styleguide](http://ufz.github.io/styleguide/cppguide.xml) - Have a look at the [source code documentation for the current master-branch build][docs-master] or [for the latest release][docs-release] -## License ## +## License OpenGeoSys is distributed under the Modified BSD License. See the [LICENSE.txt][license-source] for the license text. @@ -29,5 +28,5 @@ OpenGeoSys is distributed under the Modified BSD License. See the [ogs]: https://www.opengeosys.org [documentation]: https://www.opengeosys.org/docs/ [docs-master]: https://doxygen.opengeosys.org/ -[docs-release]: https://doxygen.opengeosys.org/v6.4.3 +[docs-release]: https://doxygen.opengeosys.org/v6.4.4 [license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt diff --git a/scripts/doc/_redirects b/scripts/doc/_redirects index c1fc9a967ea..8b05804eb2e 100644 --- a/scripts/doc/_redirects +++ b/scripts/doc/_redirects @@ -6,3 +6,4 @@ /v6.4.1/* https://ogs-doxygen-v6-4-1.netlify.app/:splat 200! /v6.4.2/* https://ogs-doxygen-v6-4-2.netlify.app/:splat 200! /v6.4.3/* https://ogs-doxygen-v6-4-3.netlify.app/:splat 200! +/v6.4.4/* https://ogs-doxygen-v6-4-4.netlify.app/:splat 200! diff --git a/web/content/releases/6.4.4.md b/web/content/releases/6.4.4.md new file mode 100644 index 00000000000..de3df9237c4 --- /dev/null +++ b/web/content/releases/6.4.4.md @@ -0,0 +1,24 @@ ++++ +date = "2023-03-10T12:10:13+01:00" +title = "OpenGeoSys 6.4.4" +tag = "6.4.4" +author = "Lars Bilke" +release_date = "2022-03-10" + +[downloads] +binary = [ + "Windows-10.0.22621-python-3.10.9-de-utils.zip", + "Windows-10.0.22621-python-3.10.9-utils.zip", + "Windows-10.0.22621-de-utils.zip", + "Windows-10.0.22621-utils.zip" +] +container = [ + "serial.sif", + "openmpi-4.0.5.sif", +] +note = """ +**Note:** When using Python bindings make sure to have Python installed on your system: + +- Windows: [Python 3.10.9](https://www.python.org/ftp/python/3.10.9/python-3.10.9-amd64.exe) +""" ++++