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.22.0-1
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version 1.22.0
  • Loading branch information
mgrabovsky committed Oct 21, 2020
1 parent 44390b2 commit c98738f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 6 deletions.
1 change: 1 addition & 0 deletions .tito/packages/retrace-server
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.22.0-1 ./
6 changes: 1 addition & 5 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
project('retrace-server',
license: 'GPL2+',
meson_version: '>= 0.49.0',
version: '1.21.0',
)
project('retrace-server', license : 'GPL2+', meson_version : '>= 0.49.0', version : '1.22.0')

bindir = get_option('bindir')
datadir = get_option('datadir')
Expand Down
46 changes: 45 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.21.0
Version: 1.22.0
Release: 1%{?dist}
License: GPLv2+
URL: https://github.com/abrt/retrace-server
Expand Down Expand Up @@ -203,6 +203,50 @@ exit 0
%license COPYING

%changelog
* Wed Oct 21 2020 Matěj Grabovský <mgrabovs@redhat.com> 1.22.0-1
- Add support for virtual memory files for vmcores
- Add option to restart an existing task in retrace-server-task and on task manager page
- Disallow users other than 'retrace' to call retrace-server-worker
- Improve error message in case of Kerberos authentication failure
- Revamp task manager web UI
- Revamp GPG verification of package signatures; use keys from distribution-gpg-keys
- Accommodate for multiple debug directories in Fedora 27 and later
- Fix FTP submissions on task manager page
- Fix permissions on dmesg file in task results directory
- Migrate build process to Meson; completely drop Autotools
- Add Tito configuration
- Update translations
- Drop python3-six dependency
- Add build dependencies on gzip, lsof, tar and xz
- Rewrite Dockerfile
- Migrate to calling subprocess.run() in place of s.Popen() and s.call()
- Use pathlib.Path instead of strings and os.path methods in some places
- Add kernel-only config options 'KernelDebuggerPath' and 'RetraceEnvironment=native'
- Introduce type annotations
- Address issues reported by Pylint
- Other minor code refactoring and cleanup operations

* Wed Oct 21 2020 Matěj Grabovský <mgrabovs@redhat.com> 1.22.0-1
- Add support for virtual memory files for vmcores
- Add option to restart an existing task in retrace-server-task and on task manager page
- Disallow users other than 'retrace' to call retrace-server-worker
- Improve error message in case of Kerberos authentication failure
- Revamp task manager web UI
- Revamp GPG verification of package signatures; use keys from distribution-gpg-keys
- Accommodate for multiple debug directories in Fedora 27 and later
- Fix FTP submissions on task manager page
- Fix permissions on dmesg file in task results directory
- Update translations
- Drop python3-six dependency
- Add build dependencies on gzip, lsof, tar and xz
- Rewrite Dockerfile
- Migrate to calling subprocess.run() in place of s.Popen() and s.call()
- Use pathlib.Path instead of strings and os.path methods in some places
- Add kernel-only config options 'KernelDebuggerPath' and 'RetraceEnvironment=native'
- Introduce type annotations
- Address issues reported by Pylint
- Other minor code refactoring and cleanup operations

* Fri Feb 07 2020 Michal Fabik <mfabik@redhat.com> 1.21.0-1
- README: Add translation status
- translations: Remove zanata config and script
Expand Down

0 comments on commit c98738f

Please sign in to comment.