From 256adcca8d84fc195f8cffc34bf71ddf996aca4a Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 2 Dec 2020 13:59:09 -0600 Subject: [PATCH 1/4] AUTHORS: Add Dan Mick Signed-off-by: Tony Asleson --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index ce6b601e5..8df0f66f8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,6 +25,7 @@ Patches have also been contributed by (alphabetical): Christophe Fergeau Christophe Stoyanov Christophe Vedel + Dan Mick Daniel Veillard Deepak C Shetty Dustin Schoenbrun From 033a72c34f36aa20e7b10c162d172fc1c287db91 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 2 Dec 2020 14:02:48 -0600 Subject: [PATCH 2/4] gitignore: Correct path and name Signed-off-by: Tony Asleson --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 068e099ee..4e5178198 100644 --- a/.gitignore +++ b/.gitignore @@ -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] From a37715925e8312a93676054644ad8535e5a451c1 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 2 Dec 2020 15:16:35 -0600 Subject: [PATCH 3/4] Travis: Remove EL6 as eol Signed-off-by: Tony Asleson --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83a333cf3..74e5e42b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: From af386c3bb397aa0cd18eb063f8e06a3f3560ff16 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 2 Dec 2020 13:59:37 -0600 Subject: [PATCH 4/4] New release Signed-off-by: Tony Asleson --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 292485332..4cefc20bb 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index 1682f56f1..83f839683 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.8.7], [libstoragemgmt-devel@lists.fedorahosted.org], [], [https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])