commit 45d8e388ccd133e8d67b1744e4dec2a9f8c50aa7
parent 88a05887ba9e842d0ab84e87c26283d1ead4d315
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 31 Oct 2023 12:30:48 +0100
Merge branch 'release_0.1' into develop
Diffstat:
2 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
# Rad-Net GRounD
-This C library loads and manages the geometric data and physical properties of
-of a telluric planet's ground.
+This C library loads and manages the geometric data and physical
+properties of of a telluric planet's ground.
## Requirements
@@ -22,6 +22,18 @@ Edit config.mk as needed, then run:
make clean install
+## Release notes
+
+### Version 0.1
+
+- Write the man page directly in mdoc's roff macros, instead of using
+ the scdoc markup language as a source for man pages.
+- 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.
+
## Copyrights
Copyright (C) 2022, 2023 Centre National de la Recherche Scientifique
@@ -35,6 +47,6 @@ Copyright (C) 2022, 2023 Université Paul Sabatier
## License
-Rad-Net Ground is free software released under the GPL v3+ license: GNU GPL
-version 3 or later. You are welcome to redistribute it under certain
+Rad-Net Ground 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.0
+VERSION = 0.1.0
PREFIX = /usr/local
LIB_TYPE = SHARED