From b9150304aee5eb0fa36ab8565abc95dce0294004 Mon Sep 17 00:00:00 2001 From: Samer Abdel-Hafez Date: Fri, 3 Apr 2015 10:47:04 +0200 Subject: version 0.5.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 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) 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' ] -- cgit v1.2.1