Skip to content

Commit

Permalink
New release: 1.7.0
Browse files Browse the repository at this point in the history
Changes:
  * Replace yajl with nlohmann/json for JSON handling.
  * Bug fixes:
    - Fix the file path of lsmd.conf manpage.
    - HPSA plugin: Support ssacli version 3.25+.
    - Filesystem Hierarchy Standard: Move tools to
          /usr/libexec/lsm.d folder.
    - scan-scsi-target: Fix compiling on gcc 8.2.
    - Fix lsmcli on python 3.7.
    - Handle 'Warning:' message in hpsa plugin
  * Enhancements
    - Add configure options for not including specified plugins
    - Add lsm_access_group_init_type_get to C API

Signed-off-by: Tony Asleson <[email protected]>
  • Loading branch information
tasleson committed Oct 24, 2018
1 parent c5698e8 commit 7efd719
Showing 1 changed file with 1 addition and 1 deletion.
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.6.2], [[email protected]],
[libstoragemgmt], [1.7.0], [[email protected]],
[], [https://github.com/libstorage/libstoragemgmt/])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 7efd719

Please sign in to comment.