1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
============================================================
Cpuset 1.6 (December 10, 2018)
https://github.com/lpechacek/cpuset
http://download.opensuse.org/repositories/home:/LPechacek:/cpuset-release/
Update to 1.6 includes following changes:
* Fixes for Python 2 compatibility
* Code compaction for improved maintainability
============================================================
Cpuset 1.6pre1 (February 8, 2018)
https://github.com/lpechacek/cpuset
http://download.opensuse.org/repositories/home:/LPechacek:/cpuset-release/
Update to 1.6pre1 includes following changes:
* Make cpuset compatible with both Python 2 and 3
* Update package meta information
============================================================
Cpuset 1.5.8 (March 7, 2016)
https://github.com/lpechacek/cpuset
http://download.opensuse.org/repositories/home:/LPechacek:/cpuset-release/
Maintenance update to 1.5.8 includes following fixes:
* Fix version string at multiple places
============================================================
Cpuset 1.5.7 (January 13, 2016)
https://github.com/lpechacek/cpuset
http://download.opensuse.org/repositories/home:/LPechacek:/cpuset-release/
Maintenance update to 1.5.7 includes following fixes:
* Adapt to cpuset cgroup controller mount type.
* Handle both new and unknown priority policy codes gracefully.
* Deal with process names containing whitespace.
* URLs updated after project repository migration.
* Various typo fixes.
============================================================
Cpuset 1.5.6 (June 9, 2011)
http://code.google.com/p/cpuset
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Maintenance update to 1.5.5 includes fixes as follows.
* Fix for Issue#5: LOGNAME environment variable set incorrectly...
Set LOGNAME and USERNAME env variables when execing new process
to match --user option, if given.
============================================================
Cpuset 1.5.5 (August 3, 2010)
http://code.google.com/p/cpuset
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Maintenance update to 1.5.4 includes fixes as follows.
* Fix for Issue#3: cset fails to create cpu sets if some cpus are offline
Problem in cset.rescan() for maxcpu if root cpuset cpus are complex
pattern due to offlining cpus.
============================================================
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
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Maintenace update to 1.5.2 includes fixes as follows.
* Code repository and project hosting to Google Code Hosting.
* Apply patch submitted by Christopher Johnston to fix failure of
finding cpusets in a case-sensitive manner.
============================================================
Cpuset 1.5.2 (December 2, 2009)
https://forgesvn1.novell.com/viewsvn/cpuset/tags/rel_1.5.2/
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Maintenance update to 1.5.1 includes bug fixes as follows.
Fixed Bugs:
* BNC#558395 - cset couldn't delete cpu set
* BNC#558399 - cset unable to move thread
Other fixes:
* Fixed failure to delete cpuset if tasks preset, cset now
waits a little bit for tardy tasks to disappear
* Removed output noise from popened taskset command
* Added example init.d cset script in documentation directory
============================================================
Cpuset 1.5.1 (June 17, 2009)
https://forgesvn1.novell.com/viewsvn/cpuset/tags/rel_1.5.1/
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Maintenance update to 1.5.0 includes bug fixes as follows.
Fixed Bugs:
* Fix bug #26: Cpuset does not function on machines with greater than 16 CPUs
============================================================
Cpuset 1.5.0 (February 7, 2009)
https://forgesvn1.novell.com/viewsvn/cpuset/tags/rel_1.5.0/
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Major upgrade since 1.04. This release includes a number of bug fixes and
enhancements as outlined below. The release number also has transitioned to a
three-digit number. This release has many usability enhancements from the
past months experience. It also includes a lengthy tutorial to introduce
users to the tool.
The bug numbers refer to cpuset's bugzilla instance which can be found
here: http://devzilla.novell.com/cpuset
Fixed Bugs:
* Fix bug #1: Origination cpuset not accepted for process move...
* Fix bug #2: Proc move from set to set does not recognize...
* Fix bug #3: Interspersed arguments do not work
* Fix bug #4: Add policy and priority to proc output list
* Fix bug #5: Add ability to move all threads in a process container wi.
* Fix bug #6: The -a option for set listing should be the default
* Fix bug #7: Add destination cpuset for the proc move command
* Fix bug #8: Let leading slash for nested cpuset spec be optional
* Fix bug #9: Rearrange info output some, include machine readable output
* Fix bug #10: Add a recursive cpuset delete with option
* Fix bug #11: Add a configuration file
* Fix bug #12: Add hex mask output for cpuset definition spec (cpuspec)
* Fix bug #13: Add cpuset rename option to set command
* Fix bug #21: Create shield shortcuts
Other fixes:
* Changed behavior of shield command, now it behaves more like the proc move
command: -s or -u needs a -p to shield or unshield, however, the shortcut of
shield pidspec still works.
* Fixed exception when using cset with pipes
* Fixed set list behavior if --set was specified but not --list
* Added error message if proc list command does not specify a set
* Fixed exception if proc is used with -l and -s
* Location for cpuset filesystem mount can be specified in config file
* Changed proc option -a/--all to --force only
* Updated copyrights, URLs and documentation
* Added spec file to svn which is used in build service
* Cleaned up status output for clarity and consistency
* Additional minor corner case bug fixes included
============================================================
Cpuset 1.04 (September 2, 2008)
https://forgesvn1.novell.com/viewsvn/cpuset/tags/rel_1.04/
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Minor bug fixes and inclusion in SLERT10SP2 and slotted for SLES11.
============================================================
Cpuset 1.03 (July 18, 2008)
https://forgesvn1.novell.com/viewsvn/cpuset/tags/rel_1.03/
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Fixed class variables that made import of cset.as python library possible.
============================================================
Cpuset 1.02 (June 10, 2008)
https://forgesvn1.novell.com/viewsvn/cpuset/tags/rel_1.02/
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
Minor fixes.
============================================================
Cpuset 1.0 (May 30, 2008)
https://forgesvn1.novell.com/viewsvn/cpuset/tags/rel_1.0/
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset/
First full-featured public release complete with man pages and html docs.
============================================================
|