Changes between v2.14.2-rc1 and v2.14.2-rc2
-------------------------------------------

commit 3def48692bb6266b50d7a5d264b3b2d55bae1392
Author: Karel Zak <kzak@redhat.com>
Date:   Thu Jan 22 14:25:06 2009 +0100

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

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

commit b32cdeaeadf6507fe4b140aa415d84d9d7134fea
Author: Karel Zak <kzak@redhat.com>
Date:   Thu Jan 22 14:20:46 2009 +0100

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

 docs/v2.14.2-ReleaseNotes |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 261a1d5206f708209d570ca9ccb955aadb869ee9
Author: Karel Zak <kzak@redhat.com>
Date:   Thu Jan 22 14:17:28 2009 +0100

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

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

commit caad62bb4acac5ffff31ced490f7f438a70ecb48
Author: Karel Zak <kzak@redhat.com>
Date:   Thu Jan 22 14:15:12 2009 +0100

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

 po/ca.po             |   26 +++++++++++++-------------
 po/cs.po             |   26 +++++++++++++-------------
 po/da.po             |   26 +++++++++++++-------------
 po/de.po             |   26 +++++++++++++-------------
 po/es.po             |   26 +++++++++++++-------------
 po/et.po             |   26 +++++++++++++-------------
 po/eu.po             |   26 +++++++++++++-------------
 po/fi.po             |   26 +++++++++++++-------------
 po/fr.po             |   26 +++++++++++++-------------
 po/hu.po             |   26 +++++++++++++-------------
 po/id.po             |   26 +++++++++++++-------------
 po/it.po             |   26 +++++++++++++-------------
 po/ja.po             |   26 +++++++++++++-------------
 po/nl.po             |   26 +++++++++++++-------------
 po/pl.po             |   26 +++++++++++++-------------
 po/pt_BR.po          |   26 +++++++++++++-------------
 po/ru.po             |   26 +++++++++++++-------------
 po/sl.po             |   26 +++++++++++++-------------
 po/sv.po             |   26 +++++++++++++-------------
 po/tr.po             |   26 +++++++++++++-------------
 po/uk.po             |   26 +++++++++++++-------------
 po/util-linux-ng.pot |   26 +++++++++++++-------------
 po/vi.po             |   26 +++++++++++++-------------
 po/zh_CN.po          |   26 +++++++++++++-------------
 24 files changed, 312 insertions(+), 312 deletions(-)

commit 07656fc7c36f951f10ae06e94b532b7169e21295
Author: Karel Zak <kzak@redhat.com>
Date:   Thu Jan 22 12:54:06 2009 +0100

    ionice: a little cleanup of "none" description
    
    We practically have three io scheduling classes. The "none" is
    de facto "best-effort" class for processes that has not asked
    for io priority.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 schedutils/ionice.1 |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

commit d63c46b60ee64e80a2179bd62f21b6f02c1dbd71
Author: Sam Varshavchik <mrsam@courier-mta.com>
Date:   Tue Dec 2 22:16:32 2008 -0500

    mount: cleans up mount(8) troff markup
    
    My patches correct troff markup only. No content changes.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 mount/mount.8 |   48 +++++++++++++++++++++++-------------------------
 1 files changed, 23 insertions(+), 25 deletions(-)

commit 18cab65b04dcb9c4b8da5517c91baaf1e395cbd0
Author: Jakob Unterwurzacher <jakobunt@gmail.com>
Date:   Sat Dec 27 22:39:10 2008 +0100

    ionice: Extend the man page to explain the "none" class and cpu-nice inheritance
    
    Extend the ionice man page to explain the "none" class and how the
    cpu-nice => io-priority inheritance works.
    
    Signed-off-by: Jakob Unterwurzacher <jakobunt@gmail.com>

 schedutils/ionice.1 |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

commit 791607bef294bea8f17d4b4e0be4f42f039d1e38
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Jan 7 00:00:35 2009 +0100

    mount: finalize support of quoted LABELs/UUIDs
    
    The [u]mount does not properly support LABEL="foo" or UUID="foo" in
    /etc/fstab. This patch fix last places where we assume unquoted
    LABELs/UUIDs only.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 mount/fstab.c |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit a99cb339f6abe42d2d14bb627efbd22c7d9c5bfb
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Jan 6 15:20:37 2009 +0100

    mount: suggest to use blockdev --setro rather than losetup
    
    Thanks to Christoph Hellwig.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 mount/mount.8 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 23422d303178c1d7a8687352c4c659a123202a44
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Jan 6 14:39:58 2009 +0100

    mount: add info about semantics of read-only mount to mount.8
    
    Reported-by: Joachim Wagner <jwagner@computing.dcu.ie>
    Signed-off-by: Karel Zak <kzak@redhat.com>

 mount/mount.8 |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)