summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <mcquin@users.noreply.github.com>2015-10-09 12:29:04 -0700
committerClaire McQuin <mcquin@users.noreply.github.com>2015-10-09 12:29:04 -0700
commit081589066eefa00a60192f8cac8801e3b2b31bfe (patch)
tree7f062c7762d6470cfe68b1e7ccff60ddc8f677b3
parenta2fca9909f4f4eb34bc933ad856dcb2a01f429fd (diff)
parentf9ed7039575ea9f7087fee248d2e381bd00304a0 (diff)
downloadohai-081589066eefa00a60192f8cac8801e3b2b31bfe.tar.gz
Merge pull request #633 from chef/mcquin/changelog
Update changelog
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0384359c..076050e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Ohai Changelog
## Unreleased
+* [**Shahul Khajamohideen**](https://github.com/sh9189):
+ - Fixes Windows :CPU plugin inconsistencies with other platforms: modifies
+ `cpu[:total]` to return total number of logical processors, adds `cpu[:cores]`
+ to return total number of cores.
+* [**clewis**](https://github.com/clewis):
+ - Don't constrain the width of `ps` output.
+* [**George Gensure**](https://github.com/werkt):
+ - Prevents invalid memory access on subsequent failed calls to `proc_state`
+ on sigar by throwing exception on returned invalid PID.
+* Make collected zfs filesystem properties configurable on solaris2.
+
+## Release 8.7.0
* Fix behavior when abort called from plug-in (Ohai should exit with error code)
* [**Shahul Khajamohideen**](https://github.com/sh9189):
Add total cores to linux cpu plugin