Changes between v2.14-rc2 and v2.14-rc3 --------------------------------------- commit 2e764b0b421c22b044e06285b9e70ff623121ac6 Author: Karel Zak Date: Mon May 19 11:42:43 2008 +0200 build-sys: release++ Signed-off-by: Karel Zak NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit cf0e1816a3f70f0beaf8408110026e3759c79785 Author: Karel Zak Date: Mon May 19 11:28:10 2008 +0200 docs: update 2.14 ReleaseNotes Signed-off-by: Karel Zak docs/v2.14-ReleaseNotes | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) commit fc473deec9681f4f2186182c42d11249f8797de4 Author: Karel Zak Date: Mon May 19 11:02:47 2008 +0200 po: merge changes Signed-off-by: Karel Zak po/ca.po | 40 +- po/cs.po | 576 +++++--- po/da.po | 40 +- po/de.po | 40 +- po/es.po | 40 +- po/et.po | 40 +- po/eu.po | 40 +- po/fi.po | 40 +- po/fr.po | 40 +- po/hu.po | 40 +- po/id.po | 40 +- po/it.po | 4172 +++++++++++++++++++++++++++++--------------------- po/ja.po | 40 +- po/nl.po | 639 ++++++--- po/pl.po | 40 +- po/pt_BR.po | 40 +- po/ru.po | 40 +- po/sl.po | 40 +- po/sv.po | 40 +- po/tr.po | 40 +- po/uk.po | 40 +- po/util-linux-ng.pot | 40 +- po/vi.po | 640 ++++++--- 23 files changed, 4159 insertions(+), 2628 deletions(-) commit 54dff41750f1b557bb1891849dd304d56596268f Author: Clytie Siddall Date: Mon May 19 10:53:11 2008 +0200 po: update vi.po (from translationproject.org) po/vi.po | 1289 +++++++++++++++++++++++--------------------------------------- 1 files changed, 480 insertions(+), 809 deletions(-) commit 6e2bd73249ff3fdc7f72c0bb3a7237855dcd240d Author: Benno Schulenberg Date: Mon May 19 10:52:58 2008 +0200 po: update nl.po (from translationproject.org) po/nl.po | 1112 ++++++++++++++++++++++--------------------------------------- 1 files changed, 401 insertions(+), 711 deletions(-) commit c9f27d263a0aef9810c980074f453b6233fda24d Author: Marco Colombo Date: Mon May 19 10:52:40 2008 +0200 po: update it.po (from translationproject.org) po/it.po | 4343 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 1843 insertions(+), 2500 deletions(-) commit 7d5dc9391968e448c3fce499986a74531bc4682f Author: Petr Pisar Date: Mon May 19 10:50:13 2008 +0200 po: update cs.po (from translationproject.org) po/cs.po | 998 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 416 insertions(+), 582 deletions(-) commit f8e94da339a42b35d02b9afde55706c31abe90ab Author: James Youngman Date: Sat May 17 01:53:48 2008 +0100 docs: we already rewrote the scriptreplay script; remove that TODO entry Signed-off-by: James Youngman TODO | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 994c17b1b129cd3e71b8ad04fa2b531fffe8d786 Author: Karel Zak Date: Wed May 14 16:38:47 2008 +0200 mount: remount doesn't care about loop= The command # mount -oremount doesn't read fstab or mtab. This is expected behaviour. Unfortunately, we have to care about the internal loop= option which is generated and maintained by mount(8)/umount(8). The loop= option has to be persistent. How to reproduce this bug: # mount -o loop /home/images/vfat.img /mnt/img; grep vfat /etc/mtab; \ mount -o remount,ro /home/images/vfat.img /mnt/img; grep vfat /etc/mtab; /home/images/vfat.img /mnt/img vfat rw,loop=/dev/loop0 0 0 /home/images/vfat.img /mnt/img vfat ro 0 0 Reported-By: David Chinner Signed-off-by: Karel Zak mount/fstab.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- mount/mount.8 | 21 ++++++++++++++ 2 files changed, 106 insertions(+), 1 deletions(-) commit 447ae7b834d3e58af26975a01d56a4a613c320f4 Author: Karel Zak Date: Mon May 19 10:21:50 2008 +0200 build-sys: add support ionice for Super-H architecture Addresses-Red-Hat-Bugzilla: #446560 Signed-off-by: Karel Zak configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 6cd11e0c0f4a8d9218dc80035ffa9b4d9322afc0 Author: Karel Zak Date: Mon May 19 09:30:54 2008 +0200 fdisk: doesn't recognize the VMware ESX partitions The fdisk programs do not recognize the partition types used by VMware ESX. They show up as "unknown". Addresses-Red-Hat-Bugzilla: #447023 Signed-off-by: Karel Zak fdisk/i386_sys_types.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 2d281745d918b1c03bfde69f4b1f663cf2e2577d Author: Karel Zak Date: Tue May 13 14:00:39 2008 +0200 setarch: add fallback for linux/personality setarch.c:248: error: 'ADDR_NO_RANDOMIZE' undeclared (first use in this function) setarch.c:248: error: (Each undeclared identifier is reported only once setarch.c:248: error: for each function it appears in.) setarch.c:251: error: 'FDPIC_FUNCPTRS' undeclared (first use in this function) setarch.c:257: error: 'ADDR_COMPAT_LAYOUT' undeclared (first use in this function) setarch.c:260: error: 'READ_IMPLIES_EXEC' undeclared (first use in this function) Linux gzp1 2.4.36.1-gzp1 #1 SMP Tue Feb 19 10:23:48 CET 2008 i686 GNU/Linux Reported-By: Gabor Z. Papp Signed-off-by: Karel Zak configure.ac | 10 ++++++++++ sys-utils/setarch.c | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 0 deletions(-)