commit 61814f27304b8d133b19bf6f85682e1ff7f9fd5f
parent 2a2e1eba71ec7fa2705e214b2d6b435827a1c07d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 31 Oct 2023 11:25:39 +0100
Merge branch 'release_0.1' into develop
Diffstat:
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
# AsToRia: Semi-Transparent Medium
-This C library loads and manages the geometric data and physical properties of
-a gas mixture.
+This C library loads and manages the geometric data and physical
+properties of a gas mixture.
## Requirements
@@ -24,10 +24,18 @@ Edit config.mk as needed, then run:
## Release notes
+### Version 0.1
+
+- Replace CMake by Makefile as build system.
+- Update compiler and linker flags to increase the security and
+ robustness of generated binaries.
+- Provide a pkg-config file to link the library as an external
+ dependency.
+
### Version 0.0.1
-- Relies on the Star-Mesh library rather than the obsolete Star-Tetrahedra
- library.
+- Relies on the Star-Mesh library rather than the obsolete
+ Star-Tetrahedra library.
- Fix a possible memory leak.
- Fix a wrong assertion.
@@ -38,6 +46,6 @@ Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique (CNRS)
## License
-AtrSTM is free software released under the GPL v3+ license: GNU GPL version 3
-or later. You are welcome to redistribute it under certain conditions; refer to
-the COPYING file for details.
+AtrSTM is free software released under the GPL v3+ license: GNU GPL
+version 3 or later. You are welcome to redistribute it under certain
+conditions; refer to the COPYING file for details.
diff --git a/config.mk b/config.mk
@@ -1,4 +1,4 @@
-VERSION = 0.0.1
+VERSION = 0.1.0
PREFIX = /usr/local
LIB_TYPE = SHARED