Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Release version 1.23.0-1
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=1.23.0
  • Loading branch information
mgrabovsky committed Mar 10, 2021
1 parent db88e59 commit 5bd9ffd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/retrace-server
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.4-1 ./
1.23.0-1 ./
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('retrace-server', license : 'GPL2+', meson_version : '>= 0.49.0', version : '1.22.4')
project('retrace-server', license : 'GPL2+', meson_version : '>= 0.49.0', version : '1.23.0')

bindir = get_option('bindir')
datadir = get_option('datadir')
Expand Down
18 changes: 17 additions & 1 deletion retrace-server.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Application for remote coredump analysis
Name: retrace-server
Version: 1.22.4
Version: 1.23.0
Release: 1%{?dist}
License: GPLv2+
URL: https://github.com/abrt/retrace-server
Expand Down Expand Up @@ -216,6 +216,22 @@ exit 0
%license COPYING

%changelog
* Wed Mar 10 2021 Matěj Grabovský <[email protected]> 1.23.0-1
- Add Fedora 34 to version list for stats
- Be more careful when reading task status
- Add backtrace to log when a task fails with error ([email protected])
- Fix "file not found" when archive contains directories ([email protected])
- Add timeout to Podman commands
- Fix stripping of epoch number
- Improve regexes for parsing problem data
- Make path to Podman executable configurable at build time
- Warn if config directory does not exist
- Repair test and add a Meson script for testing
- Update build prerequisites for tests in spec file
- Recommend logrotate in spec file
- Code style improvements
- Update translations

* Tue Nov 24 2020 Matěj Grabovský <[email protected]> 1.22.4-1
- Make retrace-server-reposync-faf work again
- Update list of Fedora versions shown on stats page: remove releases before 31
Expand Down

0 comments on commit 5bd9ffd

Please sign in to comment.