1
0
forked from jengelh/util-linux
OBS User unknown
2008-06-25 22:34:31 +00:00
committed by Git OBS Bridge
parent e4c3fe11e6
commit 7083e5a509
18 changed files with 936 additions and 990 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Jun 25 14:26:49 CEST 2008 - mkoenig@suse.de
- update to version 2.14
most important changes:
* new command ldattach
mount:
* support auto-destruction of loop devices
losetup:
* new option -j
* supports unlimited number of loop devices
* new option --sizelimit to set data end
* option -s (short form of --show) now deprecated
mkswap:
* new option -U to set UUID explicitly
fdisk:
* calculate partition size in 2^N [bnc#381270]
hwclock:
* new option --adjfile to override default /etc/adjtime
- readd scriptreplay, implemented now in C
- add retry for mount if ENOMEDIUM is returned [bnc#390204]
- ignore ENXIO in del_loop, because they might have been
auto-destructed
- removed patches:
util-linux-2.13.1-canonicalize_loopfile_name.patch
util-linux-2.13.1-mkfs.minix_add_sectorsize_check.patch
util-linux-2.13.1-mkfs.minix_device_size_cleanup.patch
util-linux-2.13.1-mount_getfs_fix.patch
util-linux-2.13.1-prevent_loop_mounting_the_same_file_twice.patch
util-linux-2.13-fdisk_cfdisk_ncursesw.patch
util-linux-mount_opt_nofail.patch
util-linux-ng-2.13-swapon-swsuspend.patch
-------------------------------------------------------------------
Thu Apr 3 17:11:53 CEST 2008 - mkoenig@suse.de