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 Nov 16, 2021
1 parent fb30b6e commit 828a063
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
News for libStorageMgmt

1.9.3: Nov 16 2021
* Fix endianess issues for big endian
* Fix megaraid plugin for volume_raid_info for RAID10, add test
- https://bugzilla.redhat.com/show_bug.cgi?id=2018657
* Megaraid, changes to support latest storcli utility
* Misc. CI test improvements, code clean-up

1.9.2: May 14 2021
* Remove OpenSSL usage as OpenSSL 3.0 is deprecating MD5

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.2], [libstoragemgmt-devel@lists.fedorahosted.org],
[libstoragemgmt], [1.9.3], [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 828a063

Please sign in to comment.