summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAJ Christensen <aj@junglist.gen.nz>2009-10-07 01:03:48 +1300
committerAJ Christensen <aj@junglist.gen.nz>2009-10-07 01:03:48 +1300
commitc5c26d0d9a6aef61f9adf825aef1f4dfb6757a17 (patch)
tree7591f5916bb4e1ef24743fddb1ee10650b393e2a
parentc2d0aaa1a46af7ca804dce13c9721435354d901e (diff)
downloadohai-0.3.4rc0.tar.gz
Release Ohai 0.3.4rc00.3.4rc0
-rw-r--r--CHANGELOG21
-rw-r--r--Rakefile2
2 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 54f73cd5..9e8831f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,24 @@
+Wed Oct 7 12:30:00 NZDT 2009
+Release Notes - Ohai - Version 0.3.4rc0
+http://tickets.opscode.com
+
+** Bug
+ * [OHAI-107] - EC2 spec tests fails when not connected to network
+ * [OHAI-111] - ec2 userdata gets truncated
+ * [OHAI-112] - when installed on ubuntu/debian packages w/o rubygems, ohai fails with a type error
+ * [OHAI-122] - ohai on opensolaris 11 doesn't properly detect os for plugins
+ * [OHAI-125] - fqdn not set on solaris
+
+** Improvement
+ * [OHAI-95] - Support multiple JSON libraries
+ * [OHAI-116] - Redhat platform version should include the subrelease
+ * [OHAI-120] - refactor ohai to use Mixlib
+ * [OHAI-129] - Ohai on Solaris should produce gloriously verbose output about kernel modules
+
+** New Feature
+ * [OHAI-113] - Add support for OpenBSD
+ * [OHAI-114] - Add support for NetBSD
+
Mon Jul 13 08:38:52 MDT 2009
Release Notes - Ohai - Version 0.3.2
http://tickets.opscode.com
diff --git a/Rakefile b/Rakefile
index d3f636a1..a816b4cd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.3.3"
+GEM_VERSION = "0.3.4"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/ohai"