diff --git a/.tito/packages/retrace-server b/.tito/packages/retrace-server new file mode 100644 index 00000000..4044a52f --- /dev/null +++ b/.tito/packages/retrace-server @@ -0,0 +1 @@ +1.22.0-1 ./ diff --git a/meson.build b/meson.build index b9a0b568..a162b9e3 100644 --- a/meson.build +++ b/meson.build @@ -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') diff --git a/retrace-server.spec b/retrace-server.spec index 2967b818..a8297d90 100644 --- a/retrace-server.spec +++ b/retrace-server.spec @@ -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ý 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ý 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 1.21.0-1 - README: Add translation status - translations: Remove zanata config and script