From 757be4962189d29bfab26815e4eaaa8c402df90a Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 6 Apr 2022 13:54:00 -0500 Subject: [PATCH 1/2] AUTHORS: Add Brian Bunker Signed-off-by: Tony Asleson --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 0c0e0050..04327936 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Patches have also been contributed by (alphabetical): Anthony Davies Blaine Gardner Bo Wu + Brian Bunker Charles Rose Christophe Fergeau Christophe Stoyanov From d112b8f4ac60747bd457bd31f44089bd36f28f14 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 6 Apr 2022 13:54:19 -0500 Subject: [PATCH 2/2] new release Signed-off-by: Tony Asleson --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 095ec4a4..b896d494 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ News for libStorageMgmt +1.9.4: Apr 7 2022 + * Correction for udev events on SCSI vports + * Add hidden developer option "--fork_plugin" to fork and exec + plugin directly from lsmcli + * Misc. code improvements/bug fixes + - remove libxml2 dependency + - coverity corrections + - remove dlerror & library requirement + - remove visibility of some symbols that are private + 1.9.3: Nov 16 2021 * Fix endianess issues for big endian * Fix megaraid plugin for volume_raid_info for RAID10, add test diff --git a/configure.ac b/configure.ac index 9549ef6d..23807f24 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.9.3], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.9.4], [libstoragemgmt-devel@lists.fedorahosted.org], [], [https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])