summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-09-07 15:44:45 +0530
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-09-09 12:00:34 +0530
commit10b4659a1e9f9ee76779f7b64e9abd85b8d48d1e (patch)
tree6a4a4cd3419275973160d8d8be6a76809049986c
parentad1bac65061bb1b4b458a204ed6b4073d3f9f6fd (diff)
lsvpd v1.7.13 release notes
Major changes since v1.7.12: Add support for SCSI loc code Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
-rw-r--r--lsvpd.spec.in3
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a37dc52..ff0d869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1.7.13: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - Thu Sep 9 2021
+- Add support for SCSI loc code
+
1.7.12: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - Thu May 13 2021
- sysvpd: Add UUID property
- nvme: Populate NVMe firmware version
diff --git a/configure.ac b/configure.ac
index 90bf199..e9fc871 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
#base
-AC_INIT([lsvpd],[1.7.12],[hegdevasant@linux.vnet.ibm.com, kamalesh@linux.vnet.ibm.com])
+AC_INIT([lsvpd],[1.7.13],[hegdevasant@linux.vnet.ibm.com, kamalesh@linux.vnet.ibm.com])
AC_CONFIG_HEADER([config/config.h])
AC_SUBST(DATE, [`date`])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lsvpd.spec.in b/lsvpd.spec.in
index 35b4cb0..63b0247 100644
--- a/lsvpd.spec.in
+++ b/lsvpd.spec.in
@@ -79,6 +79,9 @@ exit 0
%changelog
+* Thu Sep 9 2021 - Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.7.13
+- Add support for SCSI loc code
+
* Thu May 13 2021 - Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.7.12
- sysvpd: Add UUID property
- nvme: Populate NVMe firmware version