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

commit bdf7626b1ac11a5c00cae9a0762ead50e719eae0
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 9 12:37:52 2009 +0100

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

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

commit 299ee72802e9462aedc1fe21f2ffd9724901718c
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 9 12:36:24 2009 +0100

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

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

commit 0c4cfc57dec7d93be67431517991d80cd26599b5
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 9 12:21:23 2009 +0100

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

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

commit f7a8175f8875b61201e32c4922571e7a69a752ee
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 9 12:00:58 2009 +0100

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

 po/cs.po |  542 +++++++++++++++++++++++++++++++++++++++-----------------
 po/ja.po |  496 +++++++++++++++++++++++++++++++++++----------------
 po/nl.po |  604 +++++++++++++++++++++++++++++++++++++++++++-------------------
 po/vi.po |  597 +++++++++++++++++++++++++++++++++++++++++++------------------
 4 files changed, 1571 insertions(+), 668 deletions(-)

commit c387c11592993bbcdabf92a3d154ba448e6c3091
Author: Clytie Siddall <clytie@riverland.net.au>
Date:   Mon Feb 9 11:47:08 2009 +0100

    po: update vi.po (from translationproject.org)

 po/vi.po |  693 ++++++++++++++++++++------------------------------------------
 1 files changed, 224 insertions(+), 469 deletions(-)

commit 23274a9b60b91962a2c56d22aba2750c1ddbc5ed
Author: Benno Schulenberg <benno@vertaalt.nl>
Date:   Mon Feb 9 11:47:08 2009 +0100

    po: update nl.po (from translationproject.org)

 po/nl.po |  693 +++++++++++++++++++++-----------------------------------------
 1 files changed, 230 insertions(+), 463 deletions(-)

commit 0aa770dc4bd2c3ca2209bce313fe9ce6103dee3c
Author: Makoto Kato <makoto.kt@gmail.com>
Date:   Mon Feb 9 11:47:07 2009 +0100

    po: update ja.po (from translationproject.org)

 po/ja.po | 5092 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 2471 insertions(+), 2621 deletions(-)

commit 0bd6878e720350fbbe57860b7f97376c5c2de7f2
Author: Petr Pisar <petr.pisar@atlas.cz>
Date:   Mon Feb 9 11:47:07 2009 +0100

    po: update cs.po (from translationproject.org)

 po/cs.po |  665 ++++++++++++++++++++++----------------------------------------
 1 files changed, 231 insertions(+), 434 deletions(-)

commit b03ca06c5db1704d6527fc538adcef106ac66f89
Author: Karel Zak <kzak@redhat.com>
Date:   Sat Jan 31 01:50:26 2009 +0100

    mount: fix typo in volume_id code
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

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

commit 85d91535a6bd93a3faae1d55d5390489f8e520c1
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Feb 3 10:22:07 2009 +0100

    chrt: output buglet when reporting scheduling class
    
    % chrt -i 0 ./a.out &
    [1] 60479
    % chrt -p 60479
    pid 60479's current scheduling policy: SCHED_IDLE
    SCHED_RR
    pid 60479's current scheduling priority: 0
    
    We have a spurious and incorrect SCHED_RR in there...
    
    Address-Red-Hat-Bugzilla: #483706
    Signed-off-by: Karel Zak <kzak@redhat.com>

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