This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created by command: /usr/bin/tito tag --use-version 1.22.0
- Loading branch information
1 parent
44390b2
commit c98738f
Showing
3 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.22.0-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -203,6 +203,50 @@ exit 0 | |
%license COPYING | ||
|
||
%changelog | ||
* Wed Oct 21 2020 Matěj Grabovský <[email protected]> 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ý <[email protected]> 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 <[email protected]> 1.21.0-1 | ||
- README: Add translation status | ||
- translations: Remove zanata config and script | ||
|