summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamer Abdel-Hafez <sam@arahant.net>2015-04-03 10:47:04 +0200
committerSamer Abdel-Hafez <sam@arahant.net>2015-04-03 10:47:04 +0200
commitb9150304aee5eb0fa36ab8565abc95dce0294004 (patch)
tree0e185e2164a0235167f7268fecc7dec383ed5b90
parentf44d0894e8591012604491d6098f5df68495ffa3 (diff)
version 0.5.00.5.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
-rw-r--r--oxidized.gemspec2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1e40a7..0ed1b85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
+# 0.5.0
- FEATURE: Mikrotik RouterOS model (by @emjemj)
+- FEATURE: add support for Cisco VSS (by @MrRJ45)
+- BUGFIX: general fixes to powerconnect model (by @MrRJ45)
+- BUGFIX: fix initial commit issues with rugged (by @MrRJ45)
- BUGFIX: pager error for old dell powerconnect switches (by @emjemj)
- BUGFIX: logout error for old dell powerconnect switches (by @emjemj)
diff --git a/README.md b/README.md
index aa7080d..ba294c1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Gem Version](https://badge.fury.io/rb/oxidized.svg)](http://badge.fury.io/rb/oxidized)
-Oxidized is a network device configration backup tool. Its a RANCID replacment!
+Oxidized is a network device configuration backup tool. It's a RANCID replacment!
* automatically adds/removes threads to meet configured retrieval interval
* restful API to move node immediately to head-of-queue (GET/POST /node/next/[NODE])
diff --git a/oxidized.gemspec b/oxidized.gemspec
index ba976cb..49343e6 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'oxidized'
- s.version = '0.4.1'
+ s.version = '0.5.0'
s.licenses = %w( Apache-2.0 )
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ]