Skip to content

Commit

Permalink
Preparing for version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzoleeman committed Mar 11, 2021
1 parent 2fdafe7 commit 095f59c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions Changelog
@@ -1,3 +1,42 @@
open-iscsi-2.1.3 - open-iscsi-2.1.4

Abhinav Rajagopalan (1):
Fix typo in util.py

Chris Leech (3):
libopeniscsiusr: fix error messages
libopeniscsiusr: skip over removed sessions
libopeniscsiusr: dont error loudly if a session isn't found when working through iscsi_sessions_get()

Fabian Möller (1):
iscsid: Add NO_SYSTEMD to CFLAGS

Helmut Grohne (1):
Avoid hardcoding pkg-config to fix cross build

John Schaeffer (1):
Add etc/systemd/iscsi-init.service to SYSTEMDFILES Makefile variable

Lee Duncan (4):
iscsid: Do not allow conflicting pid-file options
Fix iscsiadm segfault when exiting
Fix iscsistart login issue when target is delayed.
Enable iscsi.service asynchronous logins, cleanup services

Matwey V. Kornilov (1):
Wants=network-online.target in iscsi.service

Patrick Lawrence (1):
Change mkdir permissions to 0770, adjust usmask

Wenchao Hao (4):
idbm: Fix memory leak and NULL pointer dereference in idbm_rec_update_param()
libopeniscsiusr: Fix memory leak in iscsi_nodes_get()
libopeniscsiusr: Fix memory leak in iscsi_sessions_get()
iscsiadm: Fix memory leak in iscsiadm

---------------------------------------------------------------------------

open-iscsi-2.1.2 - open-iscsi-2.1.3

Chris Leech (4):
Expand Down
2 changes: 1 addition & 1 deletion libopeniscsiusr/version.h
Expand Up @@ -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.3"
#define ISCSI_VERSION_STR "2.1.4"

#endif /* End of __ISCSI_OPEN_USR_VERSION_H__ */
2 changes: 1 addition & 1 deletion usr/version.h
Expand Up @@ -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.3"
#define ISCSI_VERSION_STR "2.1.4"
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"

#endif

0 comments on commit 095f59c

Please sign in to comment.