Skip to content

Commit

Permalink
Merge pull request #445 from tasleson/new_release
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
tasleson authored Dec 2, 2020
2 parents c159e6e + af386c3 commit ca60115
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ debian/libstoragemgmtd.prerm.debhelper
debian/tmp/
test/cmdtest.py
test/plugin_test.py
tools/sanity_check/local_sanity_check.py
tools/basic_check/local_check.py
tools/use_cases/find_unused_lun.py
doc/api_man
doc/man/*.[135]
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:
- OS_TYPE=fedora
- OS_TYPE=centos:8
- OS_TYPE=centos:7
- OS_TYPE=centos:6
- OS_TYPE=ubuntu:18.04

services:
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Patches have also been contributed by (alphabetical):
Christophe Fergeau <[email protected]>
Christophe Stoyanov <[email protected]>
Christophe Vedel <[email protected]>
Dan Mick <[email protected]>
Daniel Veillard <[email protected]>
Deepak C Shetty <[email protected]>
Dustin Schoenbrun <[email protected]>
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
News for libStorageMgmt

1.8.7: Dec 2 2020
* Fix for Areca RAID cards
- https://github.com/libstorage/libstoragemgmt/pull/444
* Static code analysis fixes
- https://github.com/libstorage/libstoragemgmt/pull/441

1.8.6: Nov 2 2020
* Hpsa bug fixes
- https://github.com/libstorage/libstoragemgmt/issues/419
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.8.6], [[email protected]],
[libstoragemgmt], [1.8.7], [[email protected]],
[], [https://github.com/libstorage/libstoragemgmt/])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit ca60115

Please sign in to comment.