Skip to content

Commit

Permalink
v3.27-1
Browse files Browse the repository at this point in the history
  • Loading branch information
edigiacomo committed Sep 30, 2020
1 parent ccee850 commit b816a2a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# New in version 3.27

* Support Lua 5.4

# New in version 3.26

* Decode compressed string with non-empty reference values (#38)
Expand All @@ -9,4 +13,4 @@
* Added NEWS.md (#34)
* Updated lookup/guessing of reference year century on BUFR ed.3 (#36)
* Fix bug with C table modifier 207YYY (#37)
* Improved documentation
* Improved documentation
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(wreport, [3.26], [enrico@enricozini.org])
AC_INIT(wreport, [3.27], [enrico@enricozini.org])
# There seem to be no simple way to remove this redundancy in autotools.
# Remember to edit both AC_INIT and here when changing version number
VERSION_MAJOR=3
Expand Down
7 changes: 5 additions & 2 deletions fedora/SPECS/wreport.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%{!?srcarchivename: %global srcarchivename %{name}-%{version}-%{releaseno}}

Name: wreport
Version: 3.26
Version: 3.27
Release: %{releaseno}%{?dist}
License: GPL2
URL: https://github.com/arpa-simc/%{name}
Expand Down Expand Up @@ -184,7 +184,10 @@ make install DESTDIR="%{buildroot}"


%changelog
* Fri Sep 11 2020 Daniele Branchini <dbranchini@Branchini-L-SMR.smr.arpa.emr.net> - 3.26-1%{?dist}
* Wed Sep 30 2020 Emanuele Di Giacomo <edigiacomo@arpae.it> - 3.27-1
- Support Lua 5.4

* Fri Sep 11 2020 Daniele Branchini <dbranchini@arpae.it> - 3.26-1
- Decode compressed string with non-empty reference values (#38)
- Updated wobble and wobblepy
- Always include wreport/version.h so that code that needs it can be compatibile with old versions
Expand Down

0 comments on commit b816a2a

Please sign in to comment.