X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=c16d0cbaa71e3b1035d584d51d99916061ca2830;hb=59708fe87fcbff32b78bf527743e213d604cd118;hp=e1226c35091e66c981b51fda2ccef1cd1632478a;hpb=d455ab562fcfb9f93dbcf951c31bc89ca0ab6bb3;p=util-vserver.git diff --git a/NEWS b/NEWS index e1226c3..c16d0cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +Version 0.30 +============ + + - BUGFIX: vlimit: fixed communication with kernel so that it + should work now. Output of this tools has been enhanced too. + + - BUGFIX: fixed off-by-one error when setting ipv4root; now the + full 16 IPs can be specified instead of 15 formerly + + - added better detection for the syscall number; this can solve + problems on non-ix86 architectures where __NR_vserver is not 273 + + - BUGFIX/ENHANCEMENTS: the CLI interface of 'reducecap' was fixed + significantly: now it is possible to remove capabilities like + CHOWN'. Formerly, only privileged caps like SYS_* or *_ADMIN + could be removed because of a coding error. Changes in the + related code are making it possible that both '--CAP_XXX' and + '--XXX' syntax will be recognized (based on patches and reports + by Bodo Eggert). + + - cleaned up the documentation and removed unused files + + - "minimum" installation method: added fc1 target, fixed the rh9 + filelist and use '-HS' in the sample.conf (reported by Arne + Blankerts) + + - 'distrib-info' knows now how to deal with Debian; vunify & + related tools should now work there (patch provided by Matthew + Lavy) + + - init-scripts are now a little bit more Debian compliantly + (Savannah patch #2633; provided by Noèl Köthe) + + + Version 0.29 ============