1
0
forked from jengelh/util-linux
OBS User unknown
2009-02-16 00:35:02 +00:00
committed by Git OBS Bridge
parent 032af9ca3d
commit f3657194ae
18 changed files with 818 additions and 392 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Thu Feb 12 17:12:28 CET 2009 - mkoenig@suse.de
- update to version 2.14.2
chrt:
* support CFS SCHED_IDLE priority and document it
fdisk:
* cannot create partition with starting beyond 1 TB
* remove obsolete information from man page
hwclock:
* remove "cli" and "sti" from i386 CMOS code
* remove x86_64-specific bogon
losetup:
* add warning about read-only mode
* missing EBUSY error hint message
more:
* minor fixes to magic()
mount:
* add i_version support
* add info about /proc/mounts to mount.1
* add info about semantics of read-only mount to mount.8
* add rootcontext= SELinux mount option
* clean up SPEC canonicalization
* create separate section for fs-independent options in mount.8
* finalize support of quoted LABELs/UUIDs
* mtab created multiple times with -a option
* suggest to use blockdev --setro rather than losetup
- catch ENOSYS in ionice to allow execution in virtualized
environments which don't support ioprio_{get,set} calls [bnc#444637]
- umount: fix suid check for user mounted loop devices [bnc#461732]
- fix doc [bnc#456375]
- remove patches:
util-linux-2.13.1-fdisk_cfdisk_yesno.patch
util-linux-2.13-hwclock_rtc_wait_busy_tempfix.patch
util-linux-2.14.1-disk-utils_mkfs.minix_file_size_detection.patch
util-linux-2.14.1-fdisk_missing_include.patch
util-linux-2.14.1-mount_loop_ro_fix.patch
-------------------------------------------------------------------
Sat Feb 7 18:28:58 CET 2009 - schwab@suse.de