Releases: jamesodhunt/procenv
Releases · jamesodhunt/procenv
Procenv 0.50
--compiler
: Add additional feature test macros.--misc
: Show if running in a virtual machine.
Procenv 0.49
- FreeBSD 11 capsicum fixes.
- Fix
PROCENV_EXEC_ENV
harder.
Procenv 0.48
-
Fix
makedev(3)
compiler error (it's now insys/sysmacros.h
).(thanks Dave Love).
Procenv 0.47
- Fixed hang when using
PROCENV_EXEC
variable. - Test improvements.
Procenv 0.46
- Fixed
--file-append
behaviour. - Test improvements.
- Added support for Apple OSX (darwin).
Procenv 0.45
- Code restructured internally to simplify maintenance and adding new platforms. See src/platform/README.rst (and README-BUILD.rst).
- Dropped support for:
- kFreeBSD (Debian using a FreeBSD kernel) - defunc project.
- Ubuntu Lucid (10.04) - no longer a supported platform.
- Added support for NetBSD, OpenBSD and Minix 3.
--meta
: Now shows details of the procenv platform driver being used.--misc
now shows "security module" rather than
"linux security module".--file-append
: new option (env var is "PROCENV_FILE_APPEND
") to append to the--file=
specified rather than overwriting.
Procenv 0.44
- --cgroup: Handle cgroup2 (cgroups v2).
- --clocks: now also includes CLOCK_REALTIME_COURSE, CLOCK_REALTIME_HR,
CLOCK_MONOTONIC_COURSE, CLOCK_MONOTONIC_RAW and CLOCK_BOOTTIME. - --cpu: added I/O priority.
- Fixed crash if non-output argument specified before "--exec".
Procenv 0.43
- Namespace fix for non-Linux platforms.
Procenv 0.42
- Documentation improvements.
- Removed reliance on autoreconf
(required due to limitations in github release process). - Improved
--namespaces
output by removing indexes.
Procenv 0.41
- Further test improvements.
- Correct output order (libc before misc).
- Run compiler test before building procenv to aide remote debugging
should the build fail. - Code tidy-ups and Coverity tweaks.
- Added
--namespaces
/-F
option.