SuccessChanges

Summary

  1. lstopo: use "--opt arg" instead of "--opt=arg" when arg is mandatory (details)
  2. lstopo: another replacing of "--opt=arg" with "--opt arg" (details)
  3. hwloc-diff: fix usage of --refname (details)
  4. contrib: add bash completions (details)
Commit ddc2cfd4fba2740036a313727c29fcdec6b3a691 by brice.goglin
lstopo: use "--opt arg" instead of "--opt=arg" when arg is mandatory
--top-color --binding-color and --disallowed-color haven't been
released yet.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo-no-graphics.1in (diff)
The file was modifiedutils/lstopo/lstopo.c (diff)
Commit 8f9866cb19aa32a87790c3b7a75e7155ccb6e344 by brice.goglin
lstopo: another replacing of "--opt=arg" with "--opt arg"
--children-order=foo with broken in existing releases.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/lstopo/lstopo-no-graphics.1in (diff)
The file was modifiedutils/lstopo/lstopo.c (diff)
Commit e23fff6894b11794e53d39c85bf410f43d727aba by brice.goglin
hwloc-diff: fix usage of --refname
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedutils/hwloc/hwloc-diff.c (diff)
Commit 019208c25b62f4ab4aeae52ca50fc604168eb314 by brice.goglin
contrib: add bash completions
Not installed in "completionsdir" by default since it requires root
access. Rather goes to $(sysconfdir)/bash_completion.d/ instead, which
goes under $prefix by default (but packagers will make that
/etc/bash_completion.d/)
Fixes #271
Signed-off-by: Valentin Hoyet <Valentin.Hoyet@inria.fr> Signed-off-by:
Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedMakefile.am (diff)
The file was addedcontrib/completion/hwloc-completion.bash
The file was modifiedNEWS (diff)