Skip to content

Releases: jamesodhunt/procenv

Release version 0.60

13 Jul 21:22
Compare
Choose a tag to compare
  • Bump output format version (should have been done for 0.58).
  • snap: Add missing staging packages.
  • autoconf: Fix AppArmor and SELinux detection
    Bug fix that necessitated a new release: previously, the security
    context displayed with --misc could show as "unknown" due to a
    bug in configure.ac's detection code.
  • docs: Add snap details to README.

Release version 0.59

13 Jul 07:14
Compare
Choose a tag to compare
  • doc improvements (README and man page).
  • snap: Add snapcraft config file
  • --sysconf:
    • Display output in order.
    • Removed duplicate entry for _SC_EXPR_NEST_MAX.
    • Added new entries for:
      • _SC_2_PBS_CHECKPOINT
      • _SC_SS_REPL_MAX
      • _SC_STREAMS
      • _SC_TRACE_EVENT_NAME_MAX
      • _SC_TRACE_NAME_MAX
      • _SC_TRACE_SYS_MAX
      • _SC_TRACE_USER_EVENT_MAX
      • _SC_XOPEN_STREAMS
  • --misc: BUG fix: Check for PR_GET_UNALIGN prctl, not PR_GET_UNALIGNED.
  • --namespaces: BUG fix: Don't fully resolve namespace links to handle new pid_for_children and time_for_children namespaces.

Release version 0.58

25 Jun 18:59
Compare
Choose a tag to compare
  • darwin: Support --libs.
  • darwin: Support AF_LINK for --network.
  • docs: Remove TOC.

Release version 0.57

19 Jun 11:08
Compare
Choose a tag to compare
  • Add macports installation instructions (thanks Haren).
  • --timezone: Enabled for Darwin, FreeBSD, NetBSD and OpenBSD.
  • --clocks: Add CLOCK_BOOTTIME_ALARM, CLOCK_PROCESS_CPUTIME_ID
    and CLOCK_REALTIME_ALARM to output.
  • darwin: Enabled --clocks.

Release version 0.56

13 Jun 08:22
Compare
Choose a tag to compare
  • tidy: compact and align structs for memory size and performance.
  • darwin: Add memory details (total, free, wired, unused, active and inactive memory).
  • doc improvements.

Procenv 0.55

08 Apr 20:27
Compare
Choose a tag to compare
  • Documentation improvements.
  • Hurd build fixes:
    • Disable detailed memory reporting as sysinfo() not available).
    • Fixed detection for modern versions of Hurd.
  • Nits.

Procenv 0.54

15 Mar 22:13
Compare
Choose a tag to compare
  • --capabilities: Added new capabilities:
    • CAP_BPF
    • CAP_CHECKPOINT_RESTORE
    • CAP_PERFMON
  • --clocks: Add CLOCK_TAI.
  • --memory: Add details of total and available memory and swap.
    Requires the libsysinfo package on *BSD.
  • --process: Fixed nasty bug (infinite loop) on *BSD if any of
    the following sysconf's are set:
    • security.bsd.see_other_uids=0
    • security.bsd.see_other_gids=0
    • kern.randompid=1
  • Fix compiler flag checking in the configure script.

Procenv 0.53

01 Mar 18:28
Compare
Choose a tag to compare

Bugfix release:

  • Really fix FreeBSD capabilities/capsicum build.

Procenv 0.52

28 Feb 10:54
Compare
Choose a tag to compare

Bugfix release:

  • Fix GCC-10 build when used with -Werror=format-overflow (thanks Lukas Maerdian)
  • Fix FreeBSD capabilities/capsicum build (thanks Li-Wen Hsu)

Procenv 0.51

02 Aug 20:43
Compare
Choose a tag to compare
  • Fixed failure scenario identified by scan-build(1).
  • Fixed GNU Hurd detection.
  • Fixed building without libcap (thanks Dave Love).
  • Fix compiler warnings for gcc9 (thanks Vorlon).