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

Commit 81faebe

Browse files
author
Matěj Grabovský
committed
Release version 1.22.4-1
Created by command: /usr/bin/tito tag --use-version=1.22.4
1 parent c515c07 commit 81faebe

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

.tito/packages/retrace-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.3-1 ./
1+
1.22.4-1 ./

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('retrace-server', license : 'GPL2+', meson_version : '>= 0.49.0', version : '1.22.3')
1+
project('retrace-server', license : 'GPL2+', meson_version : '>= 0.49.0', version : '1.22.4')
22

33
bindir = get_option('bindir')
44
datadir = get_option('datadir')

retrace-server.spec

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Application for remote coredump analysis
22
Name: retrace-server
3-
Version: 1.22.3
3+
Version: 1.22.4
44
Release: 1%{?dist}
55
License: GPLv2+
66
URL: https://github.com/abrt/retrace-server
@@ -203,6 +203,16 @@ exit 0
203203
%license COPYING
204204

205205
%changelog
206+
* Tue Nov 24 2020 Matěj Grabovský <mgrabovs@redhat.com> 1.22.4-1
207+
- Make retrace-server-reposync-faf work again
208+
- Update list of Fedora versions shown on stats page: remove releases before 31
209+
and Fedora 33
210+
- Do not allocate pseudo-TTY for Podman container
211+
- Remove intermediate Podman containers even after image build fails
212+
- Reformat manager page to improve readability (dwysocha@redhat.com)
213+
- Rework display of finished, running, and available tasks (dwysocha@redhat.com)
214+
- Update translations
215+
206216
* Fri Oct 30 2020 Matěj Grabovský <mgrabovs@redhat.com> 1.22.3-1
207217
- Fix coredump2packages script to run properly
208218

0 commit comments

Comments
 (0)