Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for version 2.1.9 #421

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 48 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
-> open-iscsi-2.1.8 - open-iscsi-2.1.9

Chris Leech (5):
discoveryd: fix format overflow warning (#413)
sync iscsi_if.h with kernel (#411)
When writing DB record without a tpgt, take tpgt from existing record (#409)
iscsi-iname: make default IQN prefix configurable (#410)
remove OFFLOAD_BOOT_SUPPORTED ifdef (#412)

Eric Mackay (1):
Make UID the default auth type for IPCs (#404)

Fabrice Fontaine (1):
SHA3 is not supported by libressl (#396)

Lee Duncan (12):
Preparing for version 2.1.8. (#370)
meson: remove unused 'source_date_epoch' option (#372)
iscsid/iscsiuio: fix OOM adjustment (#377)
Small netlink fixes, and one debug print fix (#391)
iscsid.conf: remove incorrect comment about location (#392)
Build: change meson default for DB home (#395)
Small cleanup (#399)
Remove unused SLP discovery code (#401)
Fix libopeniscsiusr licensing (#403)
README: add info about disabling NOPs for tape. (#414)
Build: make open-isns usage optional. (#407)
Remove incorrect "BindTo" line in iscsiuio.service (#415)

Nilesh Javali (3):
iscsiuio: validate nic interface associated with qedi
iscsiuio: fix corrupted unsorted chunks while freeing memory
iscsiuio: update version to 0.7.8.7

Tomas Bzatek (1):
Spelling fixes

Wenchao Hao (2):
iscsid: clear scanning thread's PR_SET_IO_FLUSHER flag (#382)
iscsid: stop connection for recovery if error is not timeout in iscsi_login_eh (#388)

baker915 (1):
Fix a typo error in iscsiuio/src/uip/lc-switch.h (#386)

lilinjie (1):
fix typo (#389)


-> open-iscsi-2.1.7 - open-iscsi-2.1.8

Chris Hofstaedtler (1):
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DESTDIR ?=

# our VERSION String
ISCSI_VERSION_STR ?= 2.1.8
ISCSI_VERSION_STR ?= 2.1.9

prefix = /usr
exec_prefix =
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

project('open-iscsi', 'c',
meson_version: '>= 0.54.0',
version: '2.1.8',
version: '2.1.9',
license: 'LGPL-2.1-or-later',
default_options: [
'c_std=gnu99',
Expand Down