Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.

Commit 92f1fa7

Browse files
author
Nathan Ferch
committed
0.5.0
1 parent 23ce1cb commit 92f1fa7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
ruby-moob (0.5.0) precise; urgency=low
2+
3+
* Fix iDRAC7 login (need to send Accept-Encoding header), fix iDrac7/8
4+
screenshot saving (header case is different)
5+
* Add idracxml type
6+
7+
-- Nathan Ferch <[email protected]> Wed, 4 Nov 2015 15:49:59 -0500
8+
19
ruby-moob (0.4.1) precise; urgency=low
210

311
* iDRAC 8 detect bugfix

lib/moob/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Moob
2-
VERSION = [0,4,1]
2+
VERSION = [0,5,0]
33
end

0 commit comments

Comments
 (0)