Skip to content

Releases: jamesodhunt/procenv

Procenv 0.50

16 Oct 17:38
Compare
Choose a tag to compare
  • --compiler: Add additional feature test macros.
  • --misc: Show if running in a virtual machine.

Procenv 0.49

12 Feb 16:13
Compare
Choose a tag to compare
  • FreeBSD 11 capsicum fixes.
  • Fix PROCENV_EXEC_ENV harder.

Procenv 0.48

31 Jan 21:16
Compare
Choose a tag to compare
  • Fix makedev(3) compiler error (it's now in sys/sysmacros.h).

    (thanks Dave Love).

Procenv 0.47

31 Jan 21:00
Compare
Choose a tag to compare
  • Fixed hang when using PROCENV_EXEC variable.
  • Test improvements.

Procenv 0.46

28 May 19:03
Compare
Choose a tag to compare
  • Fixed --file-append behaviour.
  • Test improvements.
  • Added support for Apple OSX (darwin).

Procenv 0.45

21 Mar 20:06
Compare
Choose a tag to compare
  • 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

15 Feb 08:28
Compare
Choose a tag to compare
  • --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

24 Nov 19:10
Compare
Choose a tag to compare
  • Namespace fix for non-Linux platforms.

Procenv 0.42

05 Nov 21:13
Compare
Choose a tag to compare
  • Documentation improvements.
  • Removed reliance on autoreconf
    (required due to limitations in github release process).
  • Improved --namespaces output by removing indexes.

Procenv 0.41

23 Oct 18:01
Compare
Choose a tag to compare
  • 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.