diff options
author | Samer Abdel-Hafez <sam@arahant.net> | 2015-04-03 10:47:04 +0200 |
---|---|---|
committer | Samer Abdel-Hafez <sam@arahant.net> | 2015-04-03 10:47:04 +0200 |
commit | b9150304aee5eb0fa36ab8565abc95dce0294004 (patch) | |
tree | 0e185e2164a0235167f7268fecc7dec383ed5b90 | |
parent | f44d0894e8591012604491d6098f5df68495ffa3 (diff) |
version 0.5.00.5.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | oxidized.gemspec | 2 |
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) @@ -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' ] |