Skip to content

Commit

Permalink
Relase 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Feb 1, 2009
1 parent 6aef398 commit 688c234
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
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.1.2"
GEM_VERSION = "0.1.4"
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
require 'ohai/system'

module Ohai
VERSION = '0.1.2'
VERSION = '0.1.4'
end

0 comments on commit 688c234

Please sign in to comment.