Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Asleson <tasleson@redhat.com>
  • Loading branch information
tasleson committed Apr 7, 2022
1 parent 757be49 commit d112b8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
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.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])
Expand Down

0 comments on commit d112b8f

Please sign in to comment.