[Drobo-utils-devel] SF.net SVN: drobo-utils:[193] branches/r0_5_0
Brought to you by:
peter_silva
|
From: <pet...@us...> - 2009-01-28 03:43:07
|
Revision: 193
http://drobo-utils.svn.sourceforge.net/drobo-utils/?rev=193&view=rev
Author: peter_silva
Date: 2009-01-28 03:43:00 +0000 (Wed, 28 Jan 2009)
Log Message:
-----------
prep for QA.
Modified Paths:
--------------
branches/r0_5_0/Drobo.py
branches/r0_5_0/notdebian/changelog
Modified: branches/r0_5_0/Drobo.py
===================================================================
--- branches/r0_5_0/Drobo.py 2009-01-28 03:38:01 UTC (rev 192)
+++ branches/r0_5_0/Drobo.py 2009-01-28 03:43:00 UTC (rev 193)
@@ -38,7 +38,8 @@
MAX_TRANSACTION = 250
# obviously need to update this with every release.
-VERSION = 'running trunk at: ' + time.ctime(time.time())
+#VERSION = 'running trunk at: ' + time.ctime(time.time())
+VERSION = 'r0_5_0b'
# set to non-zero to increase verbosity of library functions.
Modified: branches/r0_5_0/notdebian/changelog
===================================================================
--- branches/r0_5_0/notdebian/changelog 2009-01-28 03:38:01 UTC (rev 192)
+++ branches/r0_5_0/notdebian/changelog 2009-01-28 03:43:00 UTC (rev 193)
@@ -1,17 +1,23 @@
-drobo-utils (0.4.0-1) unstable; urgency=medium
+drobo-utils (0.5.0-1) unstable; urgency=medium
- * IMPORTANT: firmware 1.3.0 support added. Earlier drobo-utils
- versions will not recognize a drobo running 1.3.0 or later.
- * CLI is more normal... use getopts (got rid of device as fixed place
-arg.)
- now allows command to be an option as well.
- * Changed DEBUG from a flag requiring code modification, to a bitmap
- honored as a command-line argument (--verbose)
- * misc. improvements in documentation.
- * droboview now only launches for first drobo found in list, and stays
-foreground
- always.
- * drobom list returns a list that is easier to parse (suitable for use in
-backticks.)
+ * replaced DroboDMP C extension by DroboIOctl python class. no need
+ for architecture dependent packages. this also means you can just
+ try it out straight after download, no need to install anything.
+ much easier. fewer build dependencies as well.
+ * device detection completely re-written. It works better now.
+ * Now displays mount points where it makes sense to do so.
+ * status command output better/different. shows all devices and mount points
+ for each drobo.
+ * full Multiple LUN support. should do what is expected.
+ * full multiple Drobo support. should do what is expected.
+ * added modular info printing with csv list of outputs.
+ * firmware 1.3.0, has enabled formerly broken functionality which
+ name makes the sync command rename every drobo to 'hi there'.
+ fixed.
+ * added 'name' command, to name Drobo. (functionality of Sync)
+ * corrected detection logic, which depended on formerly immutable name.
+ (affects fw >= 1.3.0) now use same mechanisms as sg_scan from sg3_utils.
+ * documentation moved into restructured text. now shows up on the web.
+ web site and documntation now consistent.
-- Peter Silva <Pet...@gm...> Fri, 12 Sep 2008 11:31:43 -0400
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|