summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-08-16 11:19:22 +0300
committerSaku Ytti <saku@ytti.fi>2014-08-16 11:19:22 +0300
commitf0cbdd19179b2aa009c9f6ae29ecf4c01a3ad2a8 (patch)
tree2122653324d021cc6dd3308d9d44a3caa2585a0b
parent4bfd3efe9268493dfe4d988157fab03d8b7ebf5e (diff)
update change log, bump up gemspec
-rw-r--r--CHANGELOG.md3
-rw-r--r--oxidized.gemspec2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60dd462..01df3ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
# 0.2.3
- BUGFIX: rescue @ssh.close when far end closes disgracefully (ALU ISAM)
-- BUGFIX: remove changing lines from model/procurve.rb 'show system-information' output
+- BUGFIX: bugfixes to models
- FEATURE: Alcatel-Lucent ISAM 7302/7330 model added by @jalmargyyk
- FEATURE: Huawei VRP model added by @jalmargyyk
+- FEATURE: Ubiquiti AirOS added by @willglyn
- FEATURE: Support 'input' debug in config, ssh/telnet use it to write session log
# 0.2.2
diff --git a/oxidized.gemspec b/oxidized.gemspec
index 78157b9..dae9d89 100644
--- a/oxidized.gemspec
+++ b/oxidized.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'oxidized'
- s.version = '0.2.2'
+ s.version = '0.2.3'
s.licenses = %w( Apache-2.0 )
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti' ]