Skip to content

Commit 7ab742e

Browse files
committed
Release 1.8 (#360)
http://clustershell.readthedocs.io/en/v1.8/release.html Closes #360 Change-Id: I0db2b382d9c2c4be2845c023a639f80323e34316
1 parent 02922e5 commit 7ab742e

File tree

19 files changed

+29
-22
lines changed

19 files changed

+29
-22
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-10-23 S. Thiell <[email protected]>
2+
3+
* Version 1.8 released.
4+
15
2017-10-18 S. Thiell <[email protected]>
26

37
* 1.8 RC1 (1.7.91) release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Requirements
2121
* GNU/Linux, BSD, Mac OS X
2222
* OpenSSH (ssh/scp) or rsh
2323
* Python 2.x (x >= 6) or Python 3.x (x >= 4)
24-
* PyYAML (optional)
24+
* PyYAML
2525

2626
License
2727
-------

clustershell.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ rm -rf %{buildroot}
196196
%{vimdatadir}/syntax/groupsconf.vim
197197

198198
%changelog
199+
* Mon Oct 23 2017 Stephane Thiell <[email protected]> 1.8-1
200+
- update to 1.8
201+
199202
* Sat Oct 14 2017 Stephane Thiell <[email protected]> 1.7.91-1
200203
- update to 1.7.91 (1.8 RC1)
201204

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 "2017-10-11" "1.8" "ClusterShell User Manual"
3+
.TH CLUBAK 1 "2017-10-23" "1.8" "ClusterShell User Manual"
44
.SH NAME
55
clubak \- format output from clush/pdsh-like output and more
66
.

doc/man/man1/cluset.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 CLUSET 1 "2017-10-11" "1.8" "ClusterShell User Manual"
3+
.TH CLUSET 1 "2017-10-23" "1.8" "ClusterShell User Manual"
44
.SH NAME
55
cluset \- compute advanced cluster node set operations
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 "2017-10-11" "1.8" "ClusterShell User Manual"
3+
.TH CLUSH 1 "2017-10-23" "1.8" "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 "2017-10-11" "1.8" "ClusterShell User Manual"
3+
.TH NODESET 1 "2017-10-23" "1.8" "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 "2017-10-11" "1.8" "ClusterShell User Manual"
3+
.TH CLUSH.CONF 5 "2017-10-23" "1.8" "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 "2017-10-11" "1.8" "ClusterShell User Manual"
3+
.TH GROUPS.CONF 5 "2017-10-23" "1.8" "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.91'
51+
version = '1.8'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.7.91'
53+
release = '1.8'
5454

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

0 commit comments

Comments
 (0)