Releases: jamesodhunt/procenv
Releases · jamesodhunt/procenv
Release version 0.60
- 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 inconfigure.ac
's detection code. - docs: Add snap details to README.
Release version 0.59
- 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 forPR_GET_UNALIGN
prctl
, notPR_GET_UNALIGNED
.--namespaces
: BUG fix: Don't fully resolve namespace links to handle newpid_for_children
andtime_for_children
namespaces.
Release version 0.58
- darwin: Support
--libs
. - darwin: Support
AF_LINK
for--network
. - docs: Remove TOC.
Release version 0.57
- Add macports installation instructions (thanks Haren).
--timezone
: Enabled for Darwin, FreeBSD, NetBSD and OpenBSD.--clocks
: AddCLOCK_BOOTTIME_ALARM
,CLOCK_PROCESS_CPUTIME_ID
andCLOCK_REALTIME_ALARM
to output.- darwin: Enabled
--clocks
.
Release version 0.56
- 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
- Documentation improvements.
- Hurd build fixes:
- Disable detailed memory reporting as
sysinfo()
not available). - Fixed detection for modern versions of Hurd.
- Disable detailed memory reporting as
- Nits.
Procenv 0.54
- --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 thelibsysinfo
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
Bugfix release:
- Really fix FreeBSD capabilities/capsicum build.
Procenv 0.52
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
- 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).