From ac68d1bbedfb24f1a4a314f6b61b8154e48eb328 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Tue, 16 Apr 2019 16:05:05 -0500 Subject: [PATCH] Prepare new release Signed-off-by: Tony Asleson --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3b0b6f129..f792b2971 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,23 @@ News for libStorageMgmt +1.8.0: Apr 16 2019 + * Bug fixes + - Invalid vpd 0x83 value, + https://github.com/libstorage/libstoragemgmt/issues/376 + - Fix duplicate files in debian packaging + - Add simple test integration script + - Unable to control some slot LEDs via SES + https://github.com/libstorage/libstoragemgmt/issues/383 + - Numerous corrections for arcconf plugin + - Correct deprecated python & perl usage + + * Enhancements + - arcconf + + pool member info + + volume raid info + + volume LED (on/off) + + volume enable + 1.7.3: Feb 15 2019 * Bug fixes - https://bugzilla.redhat.com/show_bug.cgi?id=1670077 diff --git a/configure.ac b/configure.ac index e480fe612..d031db836 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.7.3], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.8.0], [libstoragemgmt-devel@lists.fedorahosted.org], [], [https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])