Changes between 2.14.1-rc1 and 2.14.1-rc2
-----------------------------------------

commit 0952ffe741693ae5f10eaf626794ed88649e0326
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Aug 22 12:50:05 2008 +0200

    build-sys: release++ (v2.14.1-rc2)
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 NEWS         |   10 +++++++---
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 0c9142bc20a458439cacb051668820c512762747
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Aug 22 12:43:46 2008 +0200

    docs: update v2.14.1 ReleaseNotes
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 docs/v2.14.1-ReleaseNotes |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 01fd266c90b59fa92f2e0e181cbb7e986fbccc8f
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Aug 22 12:40:23 2008 +0200

    docs: update AUTHORS file
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 AUTHORS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 437bd5959794dc1eb74e03fff6869d17f8a7f3b2
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Aug 22 12:38:17 2008 +0200

    po: merge changes
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 po/ca.po             |  126 ++++++++++++++++++++--------------------------
 po/cs.po             |  126 ++++++++++++++++++++--------------------------
 po/da.po             |  126 ++++++++++++++++++++--------------------------
 po/de.po             |  126 ++++++++++++++++++++--------------------------
 po/es.po             |  126 ++++++++++++++++++++--------------------------
 po/et.po             |  102 ++++++++++++--------------------------
 po/eu.po             |  126 ++++++++++++++++++++--------------------------
 po/fi.po             |  126 ++++++++++++++++++++--------------------------
 po/fr.po             |  126 ++++++++++++++++++++--------------------------
 po/hu.po             |  126 ++++++++++++++++++++--------------------------
 po/id.po             |  126 ++++++++++++++++++++--------------------------
 po/it.po             |  126 ++++++++++++++++++++--------------------------
 po/ja.po             |  126 ++++++++++++++++++++--------------------------
 po/nl.po             |  126 ++++++++++++++++++++--------------------------
 po/pl.po             |  102 ++++++++++++--------------------------
 po/pt_BR.po          |  134 +++++++++++++++++++++++--------------------------
 po/ru.po             |  126 ++++++++++++++++++++--------------------------
 po/sl.po             |  126 ++++++++++++++++++++--------------------------
 po/sv.po             |  126 ++++++++++++++++++++--------------------------
 po/tr.po             |  126 ++++++++++++++++++++--------------------------
 po/uk.po             |  126 ++++++++++++++++++++--------------------------
 po/util-linux-ng.pot |  102 ++++++++++++--------------------------
 po/vi.po             |  126 ++++++++++++++++++++--------------------------
 23 files changed, 1201 insertions(+), 1633 deletions(-)

commit 66f072bbc0e1b6ae1ce7ca4ff10609f74bd22a2d
Author: Ray Wang <wanglei1123@gmail.com>
Date:   Fri Aug 22 12:22:42 2008 +0200

    po: add zh_CN.po (from translationproject.org)

 po/zh_CN.po | 9576 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 9576 insertions(+), 0 deletions(-)

commit fbbdb598a014aa555e016101faaaaa05a0139ff1
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 19 11:21:09 2008 +0200

    fdisk: don't check for GPT when asked for disk size only
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 fdisk/fdisk.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 2482d7dd247d33ff224f330eba0874df2895d9a6
Author: Karel Zak <kzak@redhat.com>
Date:   Thu Aug 21 11:17:55 2008 +0200

    losetup: remove unnecessary minor number check
    
    The latest kernel supports partitioned loop devices (kernel commit
    476a4813cfddf7cf159956cc0e2d3c830c1507e3). Unfortunately, this change
    makes minor numbers useless, because mirror number does not match with
    loop device name (loop<N>).
    
    Fortunately, losetup code does not depend on minor numbers.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 mount/lomount.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 6bfa5f756f38211270f8eb0c2902dc68d808fe1e
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Fri Aug 15 00:27:03 2008 +0200

    ipcs: ungettextize the spacing of the table headers
    
    It makes no sense to allow translators to adjust the spacing when
    they cannot adjust the spacing of the actual data too.  Adjusting
    such spacing is not really a translator's task.
    
    Signed-off-by: Benno Schulenberg <bensberg@justemail.net>

 sys-utils/ipcs.c |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)