summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2015-11-25 17:39:18 -0800
committerTim Smith <tsmith84@gmail.com>2015-11-25 17:39:18 -0800
commit587110689a0735e211eaaa73e53518fccdcd5333 (patch)
treeb6968ab580fda993086f6077d2f9864da2008db7
parentcc6fa2431599a6e127917d310e2817a991ec985b (diff)
downloadohai-587110689a0735e211eaaa73e53518fccdcd5333.tar.gz
Update changelog for current changes
-rw-r--r--CHANGELOG.md8
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)