1
0
forked from jengelh/util-linux

Accepting request 77687 from Base:System

update to 2.20-rc1

OBS-URL: https://build.opensuse.org/request/show/77687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=121
This commit is contained in:
Sascha Peilicke
2011-08-02 15:06:54 +00:00
committed by Git OBS Bridge
parent a407b54117
commit 982e74dac5
7 changed files with 190 additions and 63 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Mon Aug 1 13:44:21 UTC 2011 - puzel@novell.com
- update to util-linux-2.20-rc1
- Release highlights
agetty(8):
- mingetty features have been merged to agetty
chrt(1), taskset(1):
- supports new command line option "--all-tasks" to set or
retrieve the scheduling attributes of all the tasks (threads)
for a given PID
dmesg(1):
- supports new command line options: --clear, --console-on,
--console-off, --ctime, --decode, --facility=<list>,
--level=<list>, --show-delta, --notime, --kernel and
--userspace
fdisk(8):
- improved dialogs to be more user-friendly
findmnt(8), partx(8), lsblk(8)
- support new command line option "--pairs" to enable
key="value" output format
findmnt(8):
- supports new command line options "--poll" and "--timeout" to
monitor /proc/self/mountinfo changes
ionice(1):
- supports human-readable scheduling class names, for example:
ionice -c best-effort $PID
kill(1):
- supports new command line option "-q <sigval>" to use
sigqueue(2)
- supports real-time signals in formats RT<n>, RTMIN+<n> and
RTMAX-<n>
lsblk(8):
- supports new columns
- supports new command line option "-D" to print device discard
topology
lscpu(8):
- improved support for s390 boxes
mkfs.minix:
- supports minix version 3
simpleinit:
- this set of deprecated utils has been REMOVED
wall(1):
- support new command line option "--timeout" to specify write
timeout to terminals in seconds.
- add util-linux-fix-manpages.patch
- add util-linux-wall-build-with-pie.patch
- package /sbin/rcuuidd
-------------------------------------------------------------------
Tue May 3 09:39:37 UTC 2011 - puzel@novell.com