Files
procenv/procenv.changes
T

140 lines
5.0 KiB
Plaintext
Raw Normal View History

2021-06-21 07:13:52 +00:00
-------------------------------------------------------------------
Mon Jun 21 07:12:53 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.57:
* Add macports installation instructions.
* --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.
2021-06-14 07:44:21 +00:00
-------------------------------------------------------------------
Mon Jun 14 07:33:24 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 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.
2021-04-09 07:12:56 +00:00
-------------------------------------------------------------------
Fri Apr 9 07:10:28 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.55:
* Documentation improvements.
* Hurd build fixes:
- Disable detailed memory reporting as sysinfo() not available).
- Fixed detection for modern versions of Hurd.
2021-03-17 07:56:51 +00:00
-------------------------------------------------------------------
Wed Mar 17 07:53:32 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 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 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.
2021-03-02 11:02:11 +00:00
-------------------------------------------------------------------
Tue Mar 2 11:02:00 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Run spec-cleaner
2021-03-02 09:03:33 +00:00
-------------------------------------------------------------------
Tue Mar 2 09:02:38 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.53:
* Really fix FreeBSD capabilities/capsicum build.
2021-03-01 08:38:27 +00:00
-------------------------------------------------------------------
Mon Mar 1 08:37:23 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.52:
* Fix GCC-10 build when used with -Werror=format-overflow
* Fix FreeBSD capabilities/capsicum build
-------------------------------------------------------------------
Thu Sep 12 08:50:22 UTC 2019 - mvetter@suse.com
- Update to 0.51:
* Fixed failure scenario identified by scan-build(1).
* Fixed GNU Hurd detection.
* Fixed building without libcap.
* Fix compiler warnings for gcc9.
2017-11-13 01:33:53 +00:00
-------------------------------------------------------------------
Wed Oct 18 08:02:34 UTC 2017 - aavindraa@gmail.com
- Update to 0.50
- Packaging changes
- Point to new github url
- Lint spec file
- Drop procenv-remove_date.patch
- remove ChangeLog during build, as it's now zeroed out
-------------------------------------------------------------------
Sun Aug 2 17:34:02 UTC 2015 - mpluskal@suse.com
- Update to 0.36
* see attached ChangeLog for details
- Cleanup spec file with spec-clener
- Refresh procenv-remove_date.patch
2014-02-02 10:08:00 +00:00
-------------------------------------------------------------------
Sun Feb 02 09:49:34 UTC 2014 - pascal.bleser@opensuse.org
- update to 0.31:
* FIX: Environment display could cause a crash
* FIX: Last attacher process in shared memory display on Linux incorrectly
showed the current process name rather than the last
- changes from 0.28:
* FEATURE: '--cpu' now displays processor affinity details (LP: #1251209)
* FEATURE: --memory/-Y added to display NUMA memory details
- changes from 0.27:
* Added IPC options '--shared-memory', '--semaphores' and '--message-queues'
* Made default text output highly structured
* Added ability to produce output in XML, JSON and "breadcrumb" (including
CSV) formats
* Added ability to specify indent amount, indent character and separators
(via command-line or environment variable)
2013-08-28 06:04:41 +00:00
-------------------------------------------------------------------
Wed Aug 28 06:01:35 UTC 2013 - pascal.bleser@opensuse.org
- update to 0.26:
* added ability to show all arguments (-A/--arguments)
(useful when using --exec)
* added ability to display network details (-N/--network)
* corrected output sort order
* mount details now include block, inode and fsck details
- (0.25 only contained non-Linux specific changes)
2013-06-29 00:14:02 +00:00
-------------------------------------------------------------------
Sat Jun 29 00:12:25 UTC 2013 - pascal.bleser@opensuse.org
- update to 0.24: (build fixes)
- changes from 0.23:
* tolerate Linux environments where /proc is not mounted
- changes from 0.22:
* added --platform option which contains some information that was formally
in --misc output, but also now includes the number of "architecture bits"
(executable bits) and the programming model for the platform (such as
LP32/ILP64)
2013-04-08 00:31:28 +00:00
-------------------------------------------------------------------
Mon Apr 08 00:31:10 CET 2013 - pascal.bleser@opensuse.org
- initial version (0.21)