Skip to content

Commit

Permalink
Release Ohai 0.3.4rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Christensen committed Oct 6, 2009
1 parent c2d0aaa commit c5c26d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5c26d0

Please sign in to comment.