Skip to content

Commit

Permalink
mhvtl.spec: Update for 1.5-0 release
Browse files Browse the repository at this point in the history
- Introduce personality modules for library devices.
  Current list of personality modules are
  - IBM 3573-TL & 03584Lxx
  - STK SL500 (partial) and L180/L700
  - HP MSL & EML
  - Overland, Scalar & Spectra logic (minimal emulation)

- Bug fix with more than 1260 slots

- New media type 'null' which only saves meta-data. Useful
  for performance testing

- Changed kernel bus type from pseudo to pseudo9
  Address space conflict with scsi_debug

Signed-off-by: Mark Harvey <markh794@gmail.com>
  • Loading branch information
markh794 committed Apr 13, 2014
1 parent ea2c7bb commit 839b24d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
* Sun Apr 13 2014 Mark Harvey <markh794@gmail.com> <mark_harvey@symantec.com>
- Bumped version to 1.5-0
- Introduce library personality modules - limited emulations
- Resolve bug with more than 1260 slots
- Rename mhvtl bus type so scsi_debug & mhvtl can load together.

* Sun Oct 20 2013 Mark Harvey <markh794@gmail.com> <mark_harvey@symantec.com>
- Bumped version to 1.4-10
- Various cleanups due to static code check 'smatch'
Expand Down
9 changes: 6 additions & 3 deletions mhvtl-utils.spec
Expand Up @@ -4,9 +4,9 @@
Summary: Virtual tape library. kernel pseudo HBA driver + userspace daemons
%define real_name mhvtl
Name: mhvtl-utils
%define real_version 2013-10-20
Version: 1.4
Release: 10%{?dist}
%define real_version 2014-04-13
Version: 1.5
Release: 0%{?dist}
License: GPL
Group: System/Kernel
URL: http://sites.google.com/site/linuxvtl2/
Expand Down Expand Up @@ -103,6 +103,9 @@ fi
/opt/mhvtl/

%changelog
* Sun Apr 13 2014 Mark Harvey <markh794@gmail.com> - 1.5-0
- Updated to release 1.5-0 (2014-04-13).

* Sun Oct 20 2013 Mark Harvey <markh794@gmail.com> - 1.4-10
- Updated to release 1.4-10 (2013-10-20).

Expand Down

0 comments on commit 839b24d

Please sign in to comment.