Skip to content

Commit

Permalink
v1.48-1
Browse files Browse the repository at this point in the history
  • Loading branch information
brancomat committed Dec 4, 2023
1 parent cbd6fda commit 75b0fc5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# New in version UNRELEASED
# New in version 1.48

* Removed embedded version of sqlite (#194)
* Removed embedded version of liblzo (#195)
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([arkimet],[1.47],[[email protected]])
AC_INIT([arkimet],[1.48],[[email protected]])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
AC_CONFIG_HEADERS([config.h])
Expand Down
12 changes: 11 additions & 1 deletion fedora/SPECS/arkimet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: Archive for weather information
Name: arkimet
Version: 1.47
Version: 1.48
Release: 1
License: GPL
Group: Applications/Meteo
Expand Down Expand Up @@ -203,6 +203,16 @@ if [ "$1" = "1" ]; then
fi

%changelog
* Mon Dec 4 2023 Daniele Branchini <[email protected]> - 1.48-1
- Removed embedded version of sqlite (#194)
- Removed embedded version of liblzo (#195)
- Fixed mentions of `.archive` in documentation (#288)
- Add missing files (related to JPEG scanning) in installation scripts (Meson and autools)
- JPEG scanner doesn't raise an exception if datetime tag is missing
- Do not install vm2/source.lua (#310)
- Documented `match-alias.conf` syntax (#318)
- Improved dealing with missing values in GRIB2 metadata (#317)

* Tue Jun 6 2023 Emanuele Di Giacomo <[email protected]> - 1.47-1
- Fix installation scripts (Meson and autotools) #304

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('arkimet', 'cpp', version: '1.47', license : 'GPL-2.0-or-later', default_options: ['warning_level=3', 'cpp_std=c++11'])
project('arkimet', 'cpp', version: '1.48', license : 'GPL-2.0-or-later', default_options: ['warning_level=3', 'cpp_std=c++11'])

add_global_arguments('-Wextra', '-Wno-unused-parameter', language : 'cpp')

Expand Down

0 comments on commit 75b0fc5

Please sign in to comment.