Skip to content

Commit

Permalink
Merge pull request #394 from tasleson/new_release
Browse files Browse the repository at this point in the history
Prepare new release
  • Loading branch information
tasleson authored Apr 16, 2019
2 parents 0a21c95 + ac68d1b commit 1aa5e94
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
News for libStorageMgmt

1.8.0: Apr 16 2019
* Bug fixes
- Invalid vpd 0x83 value,
https://github.com/libstorage/libstoragemgmt/issues/376
- Fix duplicate files in debian packaging
- Add simple test integration script
- Unable to control some slot LEDs via SES
https://github.com/libstorage/libstoragemgmt/issues/383
- Numerous corrections for arcconf plugin
- Correct deprecated python & perl usage

* Enhancements
- arcconf
+ pool member info
+ volume raid info
+ volume LED (on/off)
+ volume enable

1.7.3: Feb 15 2019
* Bug fixes
- https://bugzilla.redhat.com/show_bug.cgi?id=1670077
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl Copyright (C) 2011-2016 Red Hat, Inc.
dnl See COPYING.LIB for the License of this software

AC_INIT(
[libstoragemgmt], [1.7.3], [[email protected]],
[libstoragemgmt], [1.8.0], [[email protected]],
[], [https://github.com/libstorage/libstoragemgmt/])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 1aa5e94

Please sign in to comment.