Sourced from procfs's releases.
v0.15.1
New features
- Change Stat::comm documentation by
@rust1248
in eminence/procfs#251- Add docs and a as_str method to MMPermission by
@eminence
in eminence/procfs#252New Contributors
@rust1248
made their first contribution in eminence/procfs#251Full Changelog: https://github.com/eminence/procfs/compare/v0.15.0...v0.15.1
v0.15.0
New Features
- Add /proc/iomem by
@tatref
in eminence/procfs#216- Add new functions to read various net files for a specific process by
@eminence
in eminence/procfs#226- add /proc/kpageflags by
@tatref
in eminence/procfs#233- Enable oppportunistic fd counting fast path by
@bobrik
in eminence/procfs#234- add /proc/kpagecount by
@tatref
in eminence/procfs#232- Add new
/proc/meminfo
fields. by@afranchuk
in eminence/procfs#238- impl Hash for kernel version by
@tatref
in eminence/procfs#240Bug fixes
- fix chrono::Local::timestamp deprecated in chrono 0.4.23 by
@tatref
in eminence/procfs#220- Fix some minor documentation issues by
@eminence
in eminence/procfs#225- Fixes the reported path when a task's function returns an error by
@eminence
in eminence/procfs#230- fix shm size type by
@tatref
in eminence/procfs#243Breaking changes
- ticks_per_second and page_size are infallible by
@eminence
in eminence/procfs#235- parse uid for /proc/net/{tcp,udp} by
@trinity-1686a
in eminence/procfs#231- Refactor and expose memory map processing. by
@afranchuk
in eminence/procfs#237New Contributors
@trinity-1686a
made their first contribution in eminence/procfs#231@afranchuk
made their first contribution in eminence/procfs#238Full Changelog: https://github.com/eminence/procfs/compare/v0.14.2...v0.15.0
MSRV Note
This
v0.15
release is only tested against the latest stable rust compiler, but is known to work with older versions (down to rust 1.48). Support for these older compilers may break inprocfs
patch releases. See also #223v0.14.2
New Features
- Process: Namespace: Use openat instead of building a path by
@arilou
in eminence/procfs#192- add serde serialize/deserialize derives for public types by
@eliad-wiz
in eminence/procfs#193- Disabling default features on the
chrono
crate by@Will-Low
in eminence/procfs#210- Implement smaps_rollup by
@TaborKelly
in eminence/procfs#214
... (truncated)
16ccc15
Merge pull request #253
from eminence/v0_15_14b5b61a
Version 0.15.1b7f66d5
Merge pull request #252
from eminence/mmpermsaf96123
Add docs and a as_str method to MMPermission6c6ddbd
Merge pull request #251
from rust1248/task/fix-comm-docs7e7afab
Change Stat::comm documentation391bd13
Merge pull request #247
from eminence/statat_nofollowd0a7c09
Don't use SYMLINK_NOFOLLOW in a statat call940c163
Merge pull request #248
from eminence/criterion_update0e31f6c
Update criterion dev-depencency