From 1f73cc1487693f32625d18cf1480be53fdc86bdc Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Mon, 2 Nov 2020 12:49:59 -0600 Subject: [PATCH] Prepare new release Signed-off-by: Tony Asleson --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1f4e5e614..292485332 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ News for libStorageMgmt +1.8.6: Nov 2 2020 + * Hpsa bug fixes + - /~https://github.com/libstorage/libstoragemgmt/issues/419 + - /~https://github.com/libstorage/libstoragemgmt/issues/420 + * Change lsmcli output for missing lsmd (daemon) + ref. https://bugzilla.redhat.com/show_bug.cgi?id=1872753 + 1.8.5: Aug 10 2020 * Fix compile issue with check >= 0.15.0 * Fix travis CI issues diff --git a/configure.ac b/configure.ac index 69a823754..1682f56f1 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.8.5], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.8.6], [libstoragemgmt-devel@lists.fedorahosted.org], [], [/~https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])