Changes between v2.17.1-rc1 and v2.17.1
---------------------------------------

commit 90ed153d5c30690a29723eb548f645d2adcaa327
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 22 11:23:02 2010 +0100

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

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

commit 1af264945144976930ce7910bdfbede9a5bf63ab
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 22 10:40:05 2010 +0100

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

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

commit 1a5109689f846a4499b97ade5ac9352a4998aa29
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 22 10:37:34 2010 +0100

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

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

commit 57d29f77f7935068a6584884504a46b012aeec65
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Feb 22 10:35:30 2010 +0100

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

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

commit 55855316efbc41cf5b3c475c6aae8150fe234d3b
Author: Jakub Bogusz <qboosh@pld-linux.org>
Date:   Mon Feb 22 10:31:33 2010 +0100

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

 po/pl.po |  744 ++++++++++++++++++--------------------------------------------
 1 files changed, 211 insertions(+), 533 deletions(-)

commit 86bbc6e6453aed5a1bf6d591a9586da1d23f1894
Author: Arif E. Nugroho <arif_endro@yahoo.com>
Date:   Mon Feb 22 10:31:32 2010 +0100

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

 po/id.po |  985 ++++++++++++++++++++------------------------------------------
 1 files changed, 313 insertions(+), 672 deletions(-)

commit 2e8c449d2d4722834f142737824b25cdfa5eadc4
Author: Mikel Olasagasti Uranga <hey_neken@mundurat.net>
Date:   Mon Feb 22 10:31:32 2010 +0100

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

 po/eu.po |  534 +++++++++++++++++++++++--------------------------------------
 1 files changed, 201 insertions(+), 333 deletions(-)

commit 94f9845e46428f140a937dce58f89a132fe18e60
Author: Petr Pisar <petr.pisar@atlas.cz>
Date:   Mon Feb 22 10:31:32 2010 +0100

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

 po/cs.po |  702 +++++++++++++++++++++----------------------------------------
 1 files changed, 242 insertions(+), 460 deletions(-)

commit 90fbd5722ea4fec42f595456f74287b15c519448
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Feb 19 16:11:49 2010 +0100

    fdisk: swap VTOC values for warning messages
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

 fdisk/fdisksunlabel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c54149e0510a3a088f726c8a1d74161faf6e8479
Author: Bryn M. Reeves <bmr@errorists.org>
Date:   Thu Feb 18 21:39:22 2010 +0100

    sfdisk: make sure writes make it to disk in write_partitions()
    
    Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=565946
    Signed-off-by: Bryn M. Reeves <bmr@errorists.org>
    Signed-off-by: Karel Zak <kzak@redhat.com>

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

commit 00edcf5543b2fd402a2e2981266d714bdaef7098
Author: Andreas Dilger <adilger@sun.com>
Date:   Wed Feb 17 10:21:27 2010 +0100

    libblkid: fix ZSF detection
    
    Fix the ZFS device detection by looking at multiple uberblocks to see
    if any are present, rather than looking for the ZFS boot block which
    is not always present.
    
    There may be up to 128 uberblocks, but the first 4 are not written to
    disk on a newly-formatted filesystem so check several of them at
    different offsets within the uberblock array.
    
    [kzak@redhat.com: - port e2fsprogs patch to util-linux-ng]
    
    Signed-off-by: Andreas Dilger <adilger@sun.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

 shlibs/blkid/src/superblocks/zfs.c |   26 ++++++++++++++++++--------
 tests/expected/blkid/low-probe-zfs |    2 +-
 2 files changed, 19 insertions(+), 9 deletions(-)

commit 5bcf9f0c81fe1a28902dd3893faca1ff494a8ef8
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Feb 16 13:48:09 2010 +0100

    swapon: fix swapsize calculation
    
    Reported-by: Peter Breitenlohner <peb@mppmu.mpg.de>
    Signed-off-by: Karel Zak <kzak@redhat.com>

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