Skip to content

Commit 7947a96

Browse files
committed
Release 1.7.1
Change-Id: I67e4b9ee72ae12ff2de45ad500c57e1127dd475b
1 parent 4e55b70 commit 7947a96

File tree

17 files changed

+53
-29
lines changed

17 files changed

+53
-29
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-02-28 S. Thiell <[email protected]>
2+
3+
* Version 1.7.1 released.
4+
15
2016-02-27 S. Thiell <[email protected]>
26

37
* Worker/Tree.py: implement tree mode reverse copy using tar commands to

doc/man/man1/clubak.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH CLUBAK 1 "2015-11-05" "1.7" "ClusterShell User Manual"
3+
.TH CLUBAK 1 "2016-02-28" "1.7.1" "ClusterShell User Manual"
44
.SH NAME
55
clubak \- format output from clush/pdsh-like output and more
66
.

doc/man/man1/clush.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH CLUSH 1 "2015-11-01" "1.7" "ClusterShell User Manual"
3+
.TH CLUSH 1 "2016-02-28" "1.7.1" "ClusterShell User Manual"
44
.SH NAME
55
clush \- execute shell commands on a cluster
66
.

doc/man/man1/nodeset.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH NODESET 1 "2016-02-09" "1.7.1" "ClusterShell User Manual"
3+
.TH NODESET 1 "2016-02-28" "1.7.1" "ClusterShell User Manual"
44
.SH NAME
55
nodeset \- compute advanced nodeset operations
66
.

doc/man/man5/clush.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH CLUSH.CONF 5 "2015-08-27" "1.7" "ClusterShell User Manual"
3+
.TH CLUSH.CONF 5 "2016-02-28" "1.7.1" "ClusterShell User Manual"
44
.SH NAME
55
clush.conf \- Configuration file for clush
66
.

doc/man/man5/groups.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH GROUPS.CONF 5 "2015-11-06" "1.7" "ClusterShell User Manual"
3+
.TH GROUPS.CONF 5 "2016-02-28" "1.7.1" "ClusterShell User Manual"
44
.SH NAME
55
groups.conf \- Configuration file for ClusterShell node groups
66
.

doc/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.7'
51+
version = '1.7.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.7'
53+
release = '1.7.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

doc/sphinx/guide/nodesets.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _guide-NodeSet:
2+
13
Node sets handling
24
==================
35

doc/sphinx/release.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
Release Notes
44
=============
55

6+
Version 1.7.1
7+
-------------
8+
9+
This minor version contains a few bug fixes, mostly related to
10+
:ref:`guide-NodeSet`.
11+
12+
This version also contains bug fixes and performance improvements in tree
13+
propagation mode.
14+
15+
For more details, please have a look at `GitHub Issues for 1.7.1 milestone`_.
16+
17+
ClusterShell 1.7.1 is compatible with Python 2.4 up to Python 2.7 (for
18+
example: from RedHat EL5 to EL7). Upgrades from versions 1.6 or 1.7 are
19+
supported.
20+
621
Version 1.7
722
-----------
823

@@ -25,7 +40,7 @@ Maintenance release
2540

2641
Version 1.7 and possible future minor versions 1.7.x are compatible with
2742
Python 2.4 up to Python 2.7 (for example: from RedHat EL5 to EL7). Upgrade
28-
from version 1.6 to 1.7 should be painless and are fully supported.
43+
from version 1.6 to 1.7 should be painless and is fully supported.
2944

3045
The next major version of ClusterShell will require at least Python 2.6. We
3146
will also soon start working on Python 3 support.
@@ -233,3 +248,5 @@ configuration files::
233248
$ pip install --user clustershell
234249

235250
Please see :ref:`install-pip-user`.
251+
252+
.. _GitHub Issues for 1.7.1 milestone: https://github.com/cea-hpc/clustershell/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A1.7.1+

doc/txt/clubak.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ format output from clush/pdsh-like output and more
77
--------------------------------------------------
88

99
:Author: Stephane Thiell <[email protected]>
10-
:Date: 2015-11-05
10+
:Date: 2016-02-28
1111
:Copyright: CeCILL-C V1
12-
:Version: 1.7
12+
:Version: 1.7.1
1313
:Manual section: 1
1414
:Manual group: ClusterShell User Manual
1515

0 commit comments

Comments
 (0)