diff options
author | Thom May <thom@may.lt> | 2015-11-27 09:51:09 +0000 |
---|---|---|
committer | Thom May <thom@may.lt> | 2015-11-27 09:51:09 +0000 |
commit | e562943b6791d9bd52433fd42034f25684742950 (patch) | |
tree | 9c47d30de4258f651b2cf84087a9f0b343b7bfc2 | |
parent | bec061be0d7375dabb24ddf6ebcb728f026edd6b (diff) | |
parent | 587110689a0735e211eaaa73e53518fccdcd5333 (diff) | |
download | ohai-e562943b6791d9bd52433fd42034f25684742950.tar.gz |
Merge pull request #656 from tas50/changelog
Update changelog for current changes
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b63b2b..3cd43779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,15 @@ * [**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. +* [**Hleb Valoshka**](https://github.com/375gnu): + - Add support for DragonFly BSD * Make collected zfs filesystem properties configurable on solaris2. +* Add kernel bitness detection for AIX +* Fix CPU detection on FreeBSD 10.2+, add additional CPU attributes, and convert values from hex to base 10 +* Add inode data for filesystems on FreeBSD +* Detect vbox/vmware/kvm on Windows and speed up runs +* Add a plugin for virtualbox to provide host / guest version information +* Escape plugin directories to prevent failures on Windows ## Release 8.7.0 * Fix behavior when abort called from plug-in (Ohai should exit with error code) |