Skip to content

bump version to 1.6.0

Latest
Compare
Choose a tag to compare
@lxbsz lxbsz released this 09 Oct 00:51
· 5 commits to main since this release

This is the 1.6.0 release of tcmu-runner.

Release notes:

  • This is mostly a bug fix release.
  • liulanzheng has been working on adding support for write protect.
  • Thanks all for your hard work on this.

Changes between 1.5.4 and 1.6.0:

JuniorJPDJ (5):
cast time_t to intmax_t when printing
replace assert_perror with assert
add missing pthread.h include
implicitly cast pthread_t to long unsigned int
remove pthread_getname_np calls

Ken Dreyer (1):
spec: make dist tag optional (#659)

Maurizio Lombardi (1):
tcmu_read_config() check read() return value. (#656)

Xiubo Li (15):
install-dep.sh: do not install multiple packages in one single line
(#657)
main: fix g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Create codeql-analysis.yml
rbd: fix use-after-free of addr
Revert "Create codeql-analysis.yml"
rbd: fix memory leak when fails to get the address
rbd: remove the reduntant logs
rbd: fix the possible warning of incorrect return value type
rbd: fix and add more debug logs
tcmur_device: rename lock to cmds_list_lock
tcmur_device: rename the state_lock to rdev_lock
rbd: switch strtok to strtok_r
rbd: switch to blocklist
rbd: make it to be compatible to the old blacklist style
Bump version to 1.6.0

liulanzheng (1):
libtcmu: add support for write protect