summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-10-09 12:28:38 -0700
committerClaire McQuin <claire@getchef.com>2015-10-09 12:28:38 -0700
commitf9ed7039575ea9f7087fee248d2e381bd00304a0 (patch)
tree38ff75f6c630bb3696b1bfee87814b7d83e30579
parent400d875fe211f5d39b4682e57a568948eec2bd29 (diff)
downloadohai-mcquin/changelog.tar.gz
Update changelogmcquin/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