Skip to content

Commit

Permalink
Release 0.3.2, bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jul 13, 2009
1 parent d742a99 commit f1fe47a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG
@@ -1,3 +1,22 @@
Mon Jul 13 08:38:52 MDT 2009
Release Notes - Ohai - Version 0.3.2
http://tickets.opscode.com

** Bug
* [OHAI-93] - plugin linux::kernel threw exception #<Errno::ENOENT: No such file or directory - /sbin/lsmod>
* [OHAI-99] - Network media hash on darwin is nigh-unsable
* [OHAI-100] - hostname output differs between redhat dirivatives and debian dirivatives distributions
* [OHAI-102] - no uptime data for darwin/osx

** Improvement
* [OHAI-98] - update readme.rdoc to focus more on developing/contributing for ohai

** New Feature
* [OHAI-65] - Get ohai working on windows

** Task
* [OHAI-97] - Fix git clone link in readme

Thu Jun 18 15:34:06 MDT 2009
Release Notes - Ohai - Version 0.3.0
http://tickets.opscode.com
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'

GEM = "ohai"
GEM_VERSION = "0.3.1"
GEM_VERSION = "0.3.2"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/ohai"
Expand Down
2 changes: 1 addition & 1 deletion lib/ohai.rb
Expand Up @@ -23,5 +23,5 @@
require 'ohai/system'

module Ohai
VERSION = '0.3.1'
VERSION = '0.3.2'
end

0 comments on commit f1fe47a

Please sign in to comment.