Releases: FrostyX/tracer
Releases · FrostyX/tracer
Tracer 0.7.4
This release was focused on fixing all the long-time unresolved API and Unicode errors.
See API and unicode bugfixing milestone for the complete list of fixed issues.
Tracer 0.7.3
No functional changes in this build.
- Stub dbus calls in tests (jturel@gmail.com)
Tracer 0.7.2-3
- Do not build python2 package for Fedora anymore (frostyx@email.cz)
Tracer 0.7.2-2
- Fix build dependencies for EL7, EL8, F30 (jturel@gmail.com)
Tracer 0.7.2
- Use DNF on RHEL (jturel@gmail.com)
- Use PackageManager to determine kernel version (jturel@gmail.com)
- Use subprocess to check process path arguments (jturel@gmail.com)
- Ignore debug kernels when checking if kernel has been updated
(jturel@gmail.com)
Tracer 0.7.1
- Fix #116 - Support currrent versions of DNF (elyscape@gmail.com)
- Fix #112 - handle PIDs that have no unit_path (seanokeeffe797@gmail.com)
- Fix #119 - Improve session detection logic to fix (elyscape@gmail.com)
- Fix space, instead of tabs (#115) (JensKuehnel@users.noreply.github.com)
- A lot of changes to spec file regarding python2/3 (seanokeeffe797@gmail.com)
Tracer 0.7.0
Features:
- Cache process info (elyscape@gmail.com)
- Update Python 2 dependency declarations to new packaging standards
(seanokeeffe797@gmail.com) - Switch Travis to container-based infrastructure (seanokeeffe797@gmail.com)
Bugfixes:
- Fix argparse logic in spec (#94) (frostyx@email.cz)
- Fix RHBug #1469282 - bash completion should exit cleanly if python-
argcomplete is not installed (seanokeeffe797@gmail.com) - Handle sshd sessions that use privilege separation (elyscape@gmail.com)
- Fixes #105 - check ID_LIKE in /etc/os-release (seanokeeffe797@gmail.com)
- Fixes #98 - Don't try appending
None
, helpers (seanokeeffe797@gmail.com) - Fixes #104 - Replace None with "" when sorting (seanokeeffe797@gmail.com)
- fix typo in docs (seanokeeffe797@gmail.com)
tracer-0.6.13.1
Bugfixes:
- Fixes #92 - Correct package version comparision (seanokeeffe797@gmail.com)
- EPEL uses python-argcomplete not pythonX-argcomplete (seanokeeffe797@gmail.com)
Tracer 0.6.13
Features:
- report reboot for new kernels (#83) (seanokeeffe797@gmail.com)
- Get daemon names from dbus (#82) (seanokeeffe797@gmail.com)
- Added Enterprise Linux install instructions (seanokeeffe797@gmail.com)
- bash completion support (seanokeeffe797@gmail.com)
- Use ID_LIKE in /etc/os-release (#81) (seanokeeffe797@gmail.com)
Bugfixes:
- Fixes #85 - Always respect app type defines (seanokeeffe797@gmail.com)
- Fixes #84 - ignore flag is now respected (seanokeeffe797@gmail.com)
- Fixes #20 - print executable in interactive mode (seanokeeffe797@gmail.com)
- Fixes #56 - Add Ubunut support (seanokeeffe797@gmail.com)
- Fixes #76 - polkitd service can be restarted (seanokeeffe797@gmail.com)
- Fixes #73 - add support for Oracle Linux (seanokeeffe797@gmail.com)
- Fixes #66 - reconise postfix process correctly (seanokeeffe797@gmail.com)
- Fixes #68 - recognised SSH sessions correctly (seanokeeffe797@gmail.com)
tracer-0.6.12-1
- Add Vagrantfile for more convenient testing
- Recommend
systemctl
instead ofservice
on systemd machines (@sean797) - Implement
--now
and--packages
as API Query methods - Improve support for python applications (Fix #64)
- Add support for Arch Linux ARM (tilo-brueckner[at]blueperil[dot]de)
- Add support for RHEL (@gholms)
- Add support for Mageia (@Conan-Kudo)