From e4ca1de30445a0ae643e25b7fd58ce1946bb6713 Mon Sep 17 00:00:00 2001 From: Ryan McCabe Date: Nov 16 2010 16:15:23 +0000 Subject: Bump version to 0.22.5 --- diff --git a/luci.spec b/luci.spec index 8ac60f1..01c8e05 100644 --- a/luci.spec +++ b/luci.spec @@ -3,7 +3,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: luci -Version: 0.22.4 +Version: 0.22.5 Release: 1%{?dist} Summary: Web-based high availability administration application Group: Applications/System @@ -87,6 +87,28 @@ fi exit 0 %changelog +* Tue Nov 16 2010 Ryan McCabe - 0.22.5-1 +- New upstream release (0.22.5) +- Display all fence and resource agents for Fedora clusters +- Add support for fence_rhevm and fence_cisco_ucs +- Cleanup of cluster.conf handler +- Fixes for running on TG2.1 +- Allow configuration of saslauthd +- Enforce a 15 minute idle session timeout +- Add back node uptime to the cluster node list display +- Allow users to configure the ricci address and port for cluster nodes +- Fixes to cope with cluster membership changes made outside of luci + +* Thu Oct 21 2010 Fabio M. Di Nitto - 0.22.4-2.0.b9faf868074git +- Fix CVE-2010-3852 (bug #645404) + +* Thu Aug 19 2010 Fabio M. Di Nitto - 0.22.4-1.0.b9faf868074git +- New upstream release (0.22.4) +- Steal fixes from upstream git up to b9faf868074git + Fix bz622562 (add support for unfencing) + Fix bz624819 (add compatibility with TG2.1) +- Update spec file to support alphatag + * Sun Aug 08 2010 Ryan McCabe - 0.22.4-1 - Version 0.22.4 - Remove extra debugging logging from the fix for bz619220 diff --git a/setup.py b/setup.py index d22b2d1..6fb777a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: setup( name='luci', - version='0.22.4', + version='0.22.5', license='GPLv2', description='Web-based cluster administration application', author='',