From 78b8c134eab107f85c2c1d169c30415494143ed5 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 13 Apr 2022 17:57:30 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 16a47dc..55ebe02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,22 @@ -=== tio v1.36 === +=== tio v1.37 === + + + +Changes since tio v1.36: + + * Make libinih a fallback dependency + + This means that in case meson does not find libinih it will + automatically clone libinih and include it in the build. + + The libinih library is reconfigured to be statically built so that no + shared object will be installed. + +Sylvain LAFRASSE: + + * Fix timestamp parsing in INI conf + + * Factorize timestamp parsing to be coherent with command line format in configuration file.