From b580de9c110eae09b670430635f9341c33c1b954 Mon Sep 17 00:00:00 2001 From: Daniele Branchini Date: Wed, 23 Sep 2020 16:51:19 +0200 Subject: [PATCH] v8.13-1 --- NEWS.md | 16 ++++++++++++++++ configure.ac | 2 +- fedora/SPECS/dballe.spec | 5 ++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index ba4c9eb44..a1b8c6d29 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,21 @@ +# New in version 8.13 + +* Always ignore stations without contexts (#235) + +# New in version 8.12 + +* Improved documentation +* Use BUFR unit in documentation (#222) +* dballe.Message.query_data() error when the BUFR has only station data (#213) +* Fixed bugs in Explorer (#217, #218, #228) +* attr_filter supports != operator (#224) +* Fixed JSON datetime parser (#230) +* Fixed segmentation fault querying min and max datetimes in +* dballe.CursorSummarySummary (#232) + # New in version 8.11 +* Fixed compilation error for gcc 10 (#211) * Fix errors after failed starting of transactions and raise clear errors if using a db connection in a forked process (#210) # New in version 8.10 diff --git a/configure.ac b/configure.ac index b64a35970..2d597cbeb 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.12], [enrico@enricozini.org]) +AC_INIT(dballe, [8.13], [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 8bdd5d898..162cb0711 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.12 +Version: 8.13 Release: %{releaseno}%{dist} License: GPL Group: Applications/Meteo @@ -315,6 +315,9 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir} %changelog +* Wed Sep 23 2020 Daniele Branchini - 8.13-1 +- Always ignore stations without contexts (#235) + * Mon Aug 10 2020 Emanuele Di Giacomo - 8.12-1 - Improved documentation - Use BUFR unit in documentation (#222)