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 ([email protected])
Tracer 0.7.2-3
- Do not build python2 package for Fedora anymore ([email protected])
Tracer 0.7.2-2
- Fix build dependencies for EL7, EL8, F30 ([email protected])
Tracer 0.7.2
- Use DNF on RHEL ([email protected])
- Use PackageManager to determine kernel version ([email protected])
- Use subprocess to check process path arguments ([email protected])
- Ignore debug kernels when checking if kernel has been updated
([email protected])
Tracer 0.7.1
- Fix #116 - Support currrent versions of DNF ([email protected])
- Fix #112 - handle PIDs that have no unit_path ([email protected])
- Fix #119 - Improve session detection logic to fix ([email protected])
- Fix space, instead of tabs (#115) ([email protected])
- A lot of changes to spec file regarding python2/3 ([email protected])
Tracer 0.7.0
Features:
- Cache process info ([email protected])
- Update Python 2 dependency declarations to new packaging standards
([email protected]) - Switch Travis to container-based infrastructure ([email protected])
Bugfixes:
- Fix argparse logic in spec (#94) ([email protected])
- Fix RHBug #1469282 - bash completion should exit cleanly if python-
argcomplete is not installed ([email protected]) - Handle sshd sessions that use privilege separation ([email protected])
- Fixes #105 - check ID_LIKE in /etc/os-release ([email protected])
- Fixes #98 - Don't try appending
None
, helpers ([email protected]) - Fixes #104 - Replace None with "" when sorting ([email protected])
- fix typo in docs ([email protected])
tracer-0.6.13.1
Bugfixes:
- Fixes #92 - Correct package version comparision ([email protected])
- EPEL uses python-argcomplete not pythonX-argcomplete ([email protected])
Tracer 0.6.13
Features:
- report reboot for new kernels (#83) ([email protected])
- Get daemon names from dbus (#82) ([email protected])
- Added Enterprise Linux install instructions ([email protected])
- bash completion support ([email protected])
- Use ID_LIKE in /etc/os-release (#81) ([email protected])
Bugfixes:
- Fixes #85 - Always respect app type defines ([email protected])
- Fixes #84 - ignore flag is now respected ([email protected])
- Fixes #20 - print executable in interactive mode ([email protected])
- Fixes #56 - Add Ubunut support ([email protected])
- Fixes #76 - polkitd service can be restarted ([email protected])
- Fixes #73 - add support for Oracle Linux ([email protected])
- Fixes #66 - reconise postfix process correctly ([email protected])
- Fixes #68 - recognised SSH sessions correctly ([email protected])
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)