From fd79a9a266f7fe53a8a7345885833a98de102ed9 Mon Sep 17 00:00:00 2001 From: Daniele Branchini Date: Mon, 10 May 2021 12:06:24 +0200 Subject: [PATCH] v8.20-1 --- NEWS.md | 9 ++++++++- configure.ac | 2 +- fedora/SPECS/dballe.spec | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index dcb05b65..65e36253 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,11 @@ -# New in version 8.17 +# New in version 8.20 +* Added UV index variable + +# New in version 8.19 + +* Fixed B13211 length (#239) + +# New in version 8.18 * Added variables 025194 011211 011212 011213 011214 011215 011216 diff --git a/configure.ac b/configure.ac index fa606877..79da507f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(dballe, [8.19], [enrico@enricozini.org]) +AC_INIT(dballe, [8.20], [enrico@enricozini.org]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_HEADER(config.h) diff --git a/fedora/SPECS/dballe.spec b/fedora/SPECS/dballe.spec index cd051f95..6ec0266a 100644 --- a/fedora/SPECS/dballe.spec +++ b/fedora/SPECS/dballe.spec @@ -4,7 +4,7 @@ Summary: DB-ALLe is a database for point-based metereological data (Command line tools) Name: dballe -Version: 8.19 +Version: 8.20 Release: %{releaseno}%{dist} License: GPL Group: Applications/Meteo @@ -314,6 +314,10 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir} %changelog +* Mon May 10 2021 Daniele Branchini - 8.20-1 +- Added UV index variable +- Fixed -Werror=range-loop-construct in F34 + * Mon Apr 12 2021 Emanuele Di Giacomo - 8.19-1 - Fixed B13211 length (#239)