summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2015-11-06 10:54:31 +0200
committerSaku Ytti <saku@ytti.fi>2015-11-06 10:54:31 +0200
commitc0dc2ee2af5b6be0b237fa5a6cb60aed14943466 (patch)
treece9cebcd94b722f9fc3b3207c710bc7851a3cd27
parentaf41630ddb0b404cfc21a209e21395759fc2a8a7 (diff)
release 0.9.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--oxidized.gemspec2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf3d8d5..d123b46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.9.0
+- FEATURE: input log now uses devices name as file, instead of string from config (by @skoef)
+- FEATURE: Dell Networkign OS (dnos) support (by @erefre)
+- BUGFIX: CiscoSMB, powerconnect, comware, xos, ironware, nos fixes
+
# 0.8.1
- BUGFIX: restore ruby 1.9.3 compatibility
diff --git a/oxidized.gemspec b/oxidized.gemspec
index d2956b1..1e42e73 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'oxidized'
- s.version = '0.8.1'
+ s.version = '0.9.0'
s.licenses = %w( Apache-2.0 )
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez', 'Anton Aksola' ]