summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2009-01-31 19:08:12 -0800
committerAdam Jacob <adam@hjksolutions.com>2009-01-31 19:08:12 -0800
commit688c234723614942494a41f836fb6a2a82c0c168 (patch)
treed0dc8e3cb70beb41022aa38991e24c0ead7ca459
parent6aef398857eb83d473f77e5d2fbf7ad09ffcfba6 (diff)
downloadohai-688c234723614942494a41f836fb6a2a82c0c168.tar.gz
Relase 0.1.2.0.1.4
-rw-r--r--CHANGELOG22
-rw-r--r--Rakefile2
-rw-r--r--lib/ohai.rb2
3 files changed, 24 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 55c192a9..2116154c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,25 @@
+Sat Jan 31 19:05:49 PST 2009
+Release Notes - Ohai - Version 0.1.4
+http://tickets.opscode.com
+
+** Bug
+ * [OHAI-16] - 9 failing specs - investigate / patch
+ * [OHAI-17] - The kitten must die
+ * [OHAI-27] - linux network counters should have an extra array dimension for rx/tx
+ * [OHAI-35] - Clean up files left around from non-simple newgem, add some of the ones that are generated to gitignore
+ * [OHAI-42] - Properly detect Java env on RH/Fedora
+
+** New Feature
+ * [OHAI-4] - OpenSolaris plugins
+ * [OHAI-18] - Erlang language plugin
+ * [OHAI-20] - per-interface ARP table collection on linux and darwin
+ * [OHAI-22] - sysctl network setting reporting for darwin
+ * [OHAI-24] - not enough freebsd7 attributes for chef-client
+ * [OHAI-26] - darwin network interface counters
+ * [OHAI-33] - ec2 metadata should show up in ohai
+ * [OHAI-37] - add [:command][:ps] to freebsd
+ * [OHAI-38] - report langauges::java
+
Thu Jan 15 11:13:45 PST 2009
Release Notes - Ohai - Version 0.1.2
http://tickets.opscode.com
diff --git a/Rakefile b/Rakefile
index ac54cd67..846dd3aa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.1.2"
+GEM_VERSION = "0.1.4"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/ohai"
diff --git a/lib/ohai.rb b/lib/ohai.rb
index 46bb9caf..6b996742 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.1.2'
+ VERSION = '0.1.4'
end