diff --git a/NEWS b/NEWS index 4dcd15024..5d7a6eb50 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ News for libStorageMgmt +1.8.2: Dec 9 2019 + * Compile fixes for Alpine Linux + - https://github.com/libstorage/libstoragemgmt/issues/403 + - https://github.com/libstorage/libstoragemgmt/issues/402 + - https://github.com/libstorage/libstoragemgmt/issues/401 + * Don't orphan lsmd process when displaying help + - https://github.com/libstorage/libstoragemgmt/pull/399 + 1.8.1: May 24 2019 * Bug fix - https://bugzilla.redhat.com/show_bug.cgi?id=1585169 diff --git a/configure.ac b/configure.ac index aa257a66f..e239b5903 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.1], [libstoragemgmt-devel@lists.fedorahosted.org], + [libstoragemgmt], [1.8.2], [libstoragemgmt-devel@lists.fedorahosted.org], [], [https://github.com/libstorage/libstoragemgmt/]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([build-aux])