Changelog for
pdsh-2.29-1.1.x86_64.rpm :
Wed Oct 2 14:00:00 2013 david.bahiAATTemc.com
- update to version 2.29 (2013-02-12)
- - Fix issue 42: --with-dshgroup sets DSHGROUP_PATH to \"yes\"
- - Fix issue 53: Add -P option to target SLURM partitions (Michael Fenn)
- - Fix issue 54: pdsh prints empty lines with -S
- - pdcp: Add more levels of directory recursion (Pythagoras Watson)
Mon Dec 3 13:00:00 2012 tabrahamAATTsuse.com
- update to version 2.28
- - Fix issue 39: ssh forces use of -l
option
- - Fix issue 40: -l%u added to ssh args only if remote and local
usernames differ
- update to version 2.27
- - Fix issue 17: Allow dshgroup files to include other files
- - Fix issue 33: dshbak breaks up host lists at zeropad boundaries,
(e.g. 01-09,10-11, 010-099,100-101, etc.)
- - Fix issue 34: dshgroup path override broken in ./configure
- - Fix issue 36: pdsh truncates output lines at 8K
- - dshgroup: Allow dshgroup search path to be overridden by DSHGROUP_PATH,
a colon-separated list of directories to search. $HOME/.dsh/group
is still always prepended to this path.
- - Allow wcoll files (-w ^file and WCOLL=file) to include other files
with a \"#include FILE\" syntax. If included files have no path, then
a search path of the dirname of the included file (\".\" for stdin)
is used. -- Fix issue 17: Allow dshgroup files to include other files
- - Fix issue 33: dshbak breaks up host lists at zeropad boundaries,
(e.g. 01-09,10-11, 010-099,100-101, etc.)
- - Fix issue 34: dshgroup path override broken in ./configure
- - Fix issue 36: pdsh truncates output lines at 8K
- - dshgroup: Allow dshgroup search path to be overridden by DSHGROUP_PATH,
a colon-separated list of directories to search. $HOME/.dsh/group
is still always prepended to this path.
- - Allow wcoll files (-w ^file and WCOLL=file) to include other files
with a \"#include FILE\" syntax. If included files have no path, then
a search path of the dirname of the included file (\".\" for stdin)
is used.
- - Fix some minor memory leaks and locking bugs reported by Coverity.
Wed Nov 2 13:00:00 2011 cfarrellAATTsuse.com
- license update: GPL-2.0+
SDPX format (http://www.spdx.org/licenses)
Tue Nov 1 13:00:00 2011 tabrahamAATTnovell.com
- update to version 2.26
- - Fix issue 14: interactive mode broken with ssh
- - Fix issue 19: missing commas in dshbak(1) header output
- - Fix issue 20: compilation error in genders.c with non-GCC compilers
- - Fix issue 23: compilation failure with --enable-static-modules
- - Fix issue 24: don\'t arbitrarily limit usernames to 16 characters
- - Fix issue 25: PDSH_SSH_ARGS should not require %u and %h
- - Fix issue 26: document use of %u and %h in PDSH_SSH_ARGS
- - Fix interactive mode with rcmd/exec.
- - genders: do not look for genders_query(3) support at runtime,
as this causes too many problems on some systems. Instead,
use autoconf to include or exclude genders_query support from
the genders module. (fixes Issue 1)
- update to version 2.25
- - Fix pdcp breakage with ssh (bug introduced in pdsh-2.24).
(Resolves issue 12: pdcp executes file instead of copying.)
- - testsuite: Skip tests dependent on PDSH_MODULE_DIR when testsuite
run as root (Resolves issue 13: testsuite broken when run as root)
- - testsuite: Skip dshbak -d test to non-writable directory when
directory permissions do not seem to apply (e.g. privileged user)
(Possibly resolves issue 11: tests fail on Mac OSX under fink)
- - testsuite: add simple ssh teststestsuite: add simple ssh tests
- update to version 2.24
- - Resolve issue 7: Allow PDSH_REMOTE_PDCP_PATH to set default path
to remote pdcp program (pdcp -e).
- - Resolve issue 9: Fix use of PDSH_SSH_ARGS_APPEND.
- - Resolve issue 10: dshbak: Support writing output to file-per-host.
Adds new -d DIR and -f options to dshbak.
- - genders: Allow relative paths to genders files with -F and
PDSH_GENDERS_FILE.
- - genders: Don\'t print an error if genders file is missing, unless
a genders optin (-F, -a, -g, -i, -X) is explicitly used.
- - genders: Allow -g to be used with other node selection options as
a filter. For example: pdsh -w host[0-1024] -g attr1 ...
- - ssh: Better preservation of remote command args in ssh module.
Previous versions of pdsh would alwas collapse all args into
a single argument passed to ssh: \"cmd arg1 arg2 ...\" With this
fix the argv list will more closely match the form passed to pdsh
- - Refactored large portions of dshbak, improve usage output,
and update manpage
- - Expanded testsuite.
- update to version 2.23
- - Fix issue 4: List available but conflicting modules in -V and -L output
- - Fix issue 5: dshbak -c doesn\'t properly coalesce hosts with different
zero-padding in the numeric suffix.
- - Added torque module for setting list of target hosts based on Torque/PBS
jobs (Issue 2).
- - Enhance syntax of -w and -x to allow preceeding arguments with:
`-\' - Exclude hosts instead of include with -w ( -w foo[1-9],-foo8)
`^\' - insert/exclude list of hosts from a file (^/path/to/file)
`/\' - filter hosts based on regex (/host.
*0$/)
- - Introduce new pdsh testsuite with many new tests. See tests/README
for more information
Thu Nov 18 13:00:00 2010 hvogelAATTnovell.com
- update to version 2.22
- - Sort modules by name before initialization so that modules
initialize in a reproducible order.
- - New option -M name,... forces load of misc modules by
name, thus allowing users to select between conflicting
modules.
- - Fix parsing of hostlist expressions with multiple brackets
- - Fix for coredump when no rcmd module is loaded.
- - Fix duplicate error output from ssh module.
- - Add -e option to pdcp to explicitly specify remote execution
path.
Wed May 12 14:00:00 2010 puzelAATTnovell.com
- build with support for dshgroup and netgroup (bnc#477720)
Fri Apr 11 14:00:00 2008 crrodriguezAATTsuse.de
- fix build with glibc 28, ARG_MAX no longer defined
- update to version 2.16
- Rewrite of the ssh module using the same framework as the existing
\"exec\" module.
- Ability to specify an ssh connect timeout.
- Small improvements for the dshbak script.
- Other minor fixes to the pdsh interface.
- See the NEWS file distributed with pdsh for further information.
Thu Apr 3 14:00:00 2008 hvogelAATTsuse.de
- update to 2.14
* some build fixes
* Enable \"exec\" rcmd module by default
* Ignore blank and comment lines in WCOLL file
* Add new \"pipecmd\" API for executing arbitrary commands
* Add \"-N\" option to disable hostname
* Block SIGCHLD in pdsh threads
* Undocumented -K option to explicitly keep
domain names in output labels
Mon Apr 30 14:00:00 2007 roAATTsuse.de
- added rpdcp to filelist (binary and manpage)
Wed Apr 25 14:00:00 2007 mskibbeAATTsuse.de
- update to version 2.12 which includes:
o pdsh-2.10.patch
o fix build warnings
o fix bugs