summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Leech <cleech@redhat.com>2020-12-18 10:24:02 -0800
committerChris Leech <cleech@redhat.com>2020-12-18 10:24:02 -0800
commita8f2dce9f7efec48e353ef35e8a199534f66b0d5 (patch)
tree58e51ccccef59fa72c3d49bb327426a91a96e14e
parentd63ce0d64c5abe9f285f14ce394660bfb9a16538 (diff)
downloadopen-iscsi-a8f2dce9f7efec48e353ef35e8a199534f66b0d5.tar.gz
Preparing for version 2.1.3
-rw-r--r--Changelog46
-rw-r--r--libopeniscsiusr/version.h2
-rw-r--r--usr/version.h2
3 files changed, 48 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 29133ee..78ed73e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,49 @@
+open-iscsi-2.1.2 - open-iscsi-2.1.3
+
+Chris Leech (4):
+ iscsiadm buffer overflow regression when discovering many targets at once
+ check for header length underflow during checksum calculation
+ check for u8 overflow when processing TCP options
+ check for TCP urgent pointer past end of frame
+
+Gulam Mohamed (1):
+ iscsid: Poll timeout value to 1 minute for iscsid
+
+Khem Raj (1):
+ libopeniscsiusr: Compare with max int instead of max long
+
+Lee Duncan (4):
+ Add ability to attempt target logins asynchronously
+ Implement login "no_wait" for iscsiadm NODE mode
+ Updated iscsiadm man page.
+ iscsiadm: fix host stats mode coredump
+
+Wenchao Hao (15):
+ Fix memory leak in sysfs_get_str
+ iscsiadm: Optimize the the verification of mode paramters
+ Update .gitignore for cscope and gtags data base
+ iscsi_sysfs: Fix NULL pointer deference in iscsi_sysfs_read_iface
+ iscsi-iname: Verify open() return value before calling read()
+ iscsiuio: Fix invalid parameter when call fstat()
+ open-iscsi: Fix invalid pointer deference in find_initiator()
+ open-iscsi: Fix NULL pointer dereference in mgmt_ipc_read_req()
+ iscsi_net_util: Fix NULL pointer dereference in find_vlan_dev()
+ open-iscsi: Clean user_param list when process exit
+ fwparam_ppc: Fix NULL pointer dereference in find_devtree()
+ sysfs: Verify parameter of sysfs_device_get()
+ fwparam_ppc: Fix illegal memory access in fwparam_ppc.c
+ iscsiuio: Remove unused macro IFNAMSIZ defined in iscsid_ipc.c
+ fwparam_ppc: Fix memory leak in fwparam_ppc.c
+
+Yoshifumi Kinoshita (1):
+ iscsid: fix logging level when starting and shutting down daemon
+
+gulams (1):
+ iscsid: Check Invalid Session id for stop connection
+
+sonukumar159842@gmail.com (1):
+ TODO: Update to todo list.
+
open-iscsi-2.1.0 - open-iscsi-2.1.2
Christian Glombek (1):
diff --git a/libopeniscsiusr/version.h b/libopeniscsiusr/version.h
index 97031b0..62ecf81 100644
--- a/libopeniscsiusr/version.h
+++ b/libopeniscsiusr/version.h
@@ -25,6 +25,6 @@
* This may not be the same value as the kernel versions because
* some other maintainer could merge a patch without going through us
*/
-#define ISCSI_VERSION_STR "2.1.2"
+#define ISCSI_VERSION_STR "2.1.3"
#endif /* End of __ISCSI_OPEN_USR_VERSION_H__ */
diff --git a/usr/version.h b/usr/version.h
index 115a11c..a832419 100644
--- a/usr/version.h
+++ b/usr/version.h
@@ -6,7 +6,7 @@
* This may not be the same value as the kernel versions because
* some other maintainer could merge a patch without going through us
*/
-#define ISCSI_VERSION_STR "2.1.2"
+#define ISCSI_VERSION_STR "2.1.3"
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
#endif