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

NEWS: add release notes for pdsh-2.35 #155

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
This file describes changes in recent versions of pdsh. It primarily
documents those changes that are of interest to users and admins.

* Changes in pdsh-2.35 (2023-12-19)
===================================
-- slurm: call slurm_init() once before any call to Slurm API (Egbert Eich)
-- slurm: fix compile of slurm plugin against Slurm >= 23.x
-- log module option errors with -d (Erik Jacobson)
-- fail fast on connect error or non-zero return code (Jerry Mannil)
-- release a lock that is no longer used (ycaibb)
-- build: use LDADD instead of LDFLAGS for libcommon.la (orbea)
-- Remove README.QsNet from the RPM SPEC file's doc list (Jason St. John)
-- slurm: add -C to restrict hostlist to nodes with features (Dylan Simon)
-- ssh: fix sshcmd_signal on macos
-- dsbak: fix handling of empty input lines

* Changes in pdsh-2.34 (2020-01-07)
===================================
-- Fix for output corruption with no newlines (#114)
Expand Down