Skip to content

Commit

Permalink
v8.13-1
Browse files Browse the repository at this point in the history
  • Loading branch information
brancomat committed Sep 23, 2020
1 parent be07c5b commit b580de9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(dballe, [8.12], [[email protected]])
AC_INIT(dballe, [8.13], [[email protected]])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_HEADER(config.h)
Expand Down
5 changes: 4 additions & 1 deletion fedora/SPECS/dballe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -315,6 +315,9 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir}


%changelog
* Wed Sep 23 2020 Daniele Branchini <[email protected]> - 8.13-1
- Always ignore stations without contexts (#235)

* Mon Aug 10 2020 Emanuele Di Giacomo <[email protected]> - 8.12-1
- Improved documentation
- Use BUFR unit in documentation (#222)
Expand Down

0 comments on commit b580de9

Please sign in to comment.