Release 1.5.4

Includes patch by mostroski for Issue#2, fixes exception if
running tasks with non-existent uids.
python3 rel_1.5.4
Alex Tsariounov 14 years ago
parent afa3d3943d
commit ae5c2923c1

@ -1,3 +1,4 @@
syntax: glob
*.pyc
dist
build

10
NEWS

@ -1,3 +1,13 @@
============================================================
Cpuset 1.5.4 (May 7, 2010)
http://code.google.com/p/cpuset
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Maintenace update to 1.5.3 includes fixes as follows.
* Fix for Issue#2: Apply patch by mostroski to avoid exception
if running tasks with non-existent uids
============================================================
Cpuset 1.5.3 (February 11, 2010)
http://code.google.com/p/cpuset

@ -16,7 +16,7 @@
# norootforbuild
Name: cpuset
Version: 1.5.3
Version: 1.5.4
Release: 1
License: GPL v2 only
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@ -16,4 +16,4 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
version = '1.5.3'
version = '1.5.4'

Loading…
Cancel
Save