diff --git a/ChangeLog b/ChangeLog index c4572d8..78328bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2017-05-25 Aurelien Degremont + * Release: 1.5 + 2017-05-24 Aurelien Degremont * On error, still apply tuning on other nodes (ticket #46) @@ -7,6 +10,12 @@ 2017-03-30 Aurelien Degremont * Fold 'client' and 'router' options in XMF files (ticket #177) +2016-09-15 Dominique Martinet + * Better filesystem start when using several MDTs with DNE + +2016-06-14 Pierre Charruau + * Return a non-zero status when a target is migrated (ticket #198) + 2015-10-27 Florent Thery * Detect and display target migrated status (ticket #14) diff --git a/dist/shine.spec b/dist/shine.spec index e563a80..a105eff 100644 --- a/dist/shine.spec +++ b/dist/shine.spec @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man5/shine.conf.5.gz %changelog +* Wed May 24 2017 - 1.5-1 +- Update to shine 1.5 + * Wed Apr 29 2015 - 1.4-1 - Update to shine 1.4 diff --git a/lib/Shine/__init__.py b/lib/Shine/__init__.py index 91306f4..334c685 100644 --- a/lib/Shine/__init__.py +++ b/lib/Shine/__init__.py @@ -1,2 +1,2 @@ -public_version = "1.4" -__version__ = "1.4" +public_version = "1.5" +__version__ = "1.5"