Changes between v2.13-rc3 and v2.13
-----------------------------------

commit 49ef7acdf77066ed05a6c828c261d332c4f54644
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 28 00:41:54 2007 +0200

    build-sys: release++
    
    Increment release number to v2.13
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit 30e65d944b8bb0527b247a5c38b34eff02653243
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 28 00:38:57 2007 +0200

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

commit bab8a90a19946f09bb25f901ede9b12e79c83595
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 28 00:15:49 2007 +0200

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

commit 773502b5770f130299073c70625a0efd272275ea
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 28 00:14:16 2007 +0200

    po: update po/ stuff
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit 2b25841371cf56f54fbbb88cd0b524dad034cc30
Author: Matthias Koenig <mkoenig@suse.de>
Date:   Mon Aug 27 16:49:19 2007 +0200

    ionice: clean up error handling
    
    Print error in case execvp fails and use exit macros.
    
    Based on patch by Bernhard Voelker <mail@bernhard-voelker.de>
    
    Signed-off-by: Matthias Koenig <mkoenig@suse.de>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit c448ad8686809abb77a1feb75593b5db323c5ee2
Author: Justin B Rye <jbr@edlug.org.uk>
Date:   Fri Aug 24 00:36:24 2007 -0600

    cytune: make the oneliner more specific the cyclades hw in question
    
    See http://bugs.debian.org/375150
    
    Signed-off-by: LaMont Jones <lamont@mmjgroup.com>

commit 3d24cec1d4e09b4d6b0e11f17abd64e8b3215ab3
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Aug 27 23:39:10 2007 +0200

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

commit 1e322675f96b4ff4f198b4ec6673059ceb30fbf1
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Aug 27 23:31:25 2007 +0200

    setarch: add --3gb option fot compatibility with Debian linux{32,64} command
    
    Debian had a pre-existing linux{32,64} command which supported only
    --3gb and --4gb. Adding support for those options allows setarch to
    replace that package.
    
    (Note that long options are expected for all setarch flags in the next
    release.)
    
    Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit eeadb4f4cb3e9a6f2d115733f3c971c765abd878
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Aug 27 23:16:28 2007 +0200

    setarch: finish adding parisc support
    
    Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit b557c30f6306229d9bff7bdacce90467e0a16b1f
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Aug 27 15:37:05 2007 +0200

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

commit ad06f3e9c123d1400ab1fbc7d5fe2801f343d29e
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Aug 27 13:16:08 2007 +0200

    Revert "mount: improve error message when helper program not present"
    
    This reverts commit f8988ebf89c65b624ee19c685d15cab6c77fd9df that
    breaks new PO translation. The code is currently in "string freeze"
    state. The patch will be applied to 2.14 and 2.13.1.

commit 9073cf4c26639144cac44c9224d0c82573a6edc0
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Aug 27 11:12:14 2007 +0200

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

commit c45fcba1d3b7bede0778ae2369f95fdb191b2499
Author: Petr Pisar <petr.pisar@atlas.cz>
Date:   Mon Aug 27 11:10:06 2007 +0200

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

commit 19a224ad6aaed8b4547b85255d8deae80e8336da
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Aug 26 07:22:56 2007 -0400

    taskset: check for existence of sched_getaffinity
    
    Some architectures do no reliably provide sched_getaffinity, so make sure the
    define exists before we try using it.
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

commit 782e198d932ea39db280e9ef957b15214aa79a02
Author: LaMont Jones <lamont@mmjgroup.com>
Date:   Tue Aug 21 10:19:19 2007 -0600

    setarch: add parisc/parisc64 support
    
    Signed-off-by: LaMont Jones <lamont@mmjgroup.com>

commit 5c62eb4d06c83f21aa14244468a44c48c173493d
Author: Sascha Sommer <ssommer@suse.de>
Date:   Tue Aug 21 15:13:43 2007 +0200

    mount: free loop device on failure
    
    Testcase:
    $ mount -oloop /etc/group /mnt
    ioctl: LOOP_CLR_FD: Device or resource busy
    mount: you must specify the filesystem type
    $ losetup /dev/loop0
    /dev/loop0: [0803]:1931929 (/etc/group)
    
    Signed-off-by: Matthias Koenig <mkoenig@suse.de>

commit 309fd2e79370be77c192ec272657aef9a5320ffb
Author: Matthias Koenig <mkoenig@suse.de>
Date:   Fri Aug 24 13:05:27 2007 +0200

    mount: avoid duplicates for root fs in mtab
    
    If the root fs is defined with LABEL or UUID in fstab, avoid
    a duplicate entry in mtab when calling mount without existing
    mtab.
    A mount -f / creates two entries, one for LABEL and another
    for the devicename, because canonicalize does not expand the
    LABEL or UUID tags.
    
    Signed-off-by: Matthias Koenig <mkoenig@suse.de>

commit 8855c38d04b40ed01bed66b4ccff0420a7ceddd9
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 21 10:52:02 2007 +0200

    setarch: cleanup licensing note
    
    Signed-off-by: Jindrich Novy <jnovy@redhat.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit a4162262b9a47f9aa5239e7bb446dd55bc30cabf
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 21 10:32:41 2007 +0200

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

commit 56b974082bc3f89af17db4b592c941039eb54205
Author: Phan Vinh Thinh <teppi82@gmail.com>
Date:   Tue Aug 21 10:27:27 2007 +0200

    po: update vi.po (from translationproject.org)
    
    Signed-off-by: Phan Vinh Thinh <teppi82@gmail.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit 744cea0171f6972a83393763dad747e27cdec66d
Author: Benno Schulenberg <benno@vertaalt.nl>
Date:   Tue Aug 21 10:25:25 2007 +0200

    po: update nl.po (from translationproject.org)
    
    Signed-off-by: Benno Schulenberg <benno@vertaalt.nl>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit 9e19737a0821bc2cccb46d3309c8276a5ba5e17f
Author: Balint Cristian <cbalint@redhat.com>
Date:   Tue Aug 21 10:00:58 2007 +0200

    setarch: add __alpha__ support
    
    Signed-off-by: Balint Cristian <cbalint@redhat.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit ee7401c58eb0bbf058382574ad7a2386ffd737e8
Author: Dennis Gilmore <dennis@ausil.us>
Date:   Tue Aug 21 09:55:28 2007 +0200

    setarch: add sparc32bash alias to keep compatibility with sparc32
    
    Signed-off-by: Dennis Gilmore <dennis@ausil.us>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit b3adc9729d684c342921c2198410c450749965b6
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Aug 20 14:37:52 2007 +0200

    docs: add DEPRECATED to EXTRA_DIST
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit 7fd5a905bedea2464c87a9c089e44929d0eeeddc
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Aug 17 13:02:03 2007 +0200

    docs: fix BSD licence name in README.licensing
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit cb0981c3214ffed73f8ce3c7928431b1489a3372
Author: Karel Zak <kzak@redhat.com>
Date:   Fri Aug 17 12:44:57 2007 +0200

    docs: fix authorship of 8-bit cleanup agetty patch
    
    The patch:
    
    	commit 6a4c63d9d90b24d770f887f8cd89fd20f8378267
    	Author: Moritz Muehlenhoff <jmm@inutil.org>
    	Date:   Thu Jul 19 00:29:13 2007 +0200
    
    	agetty: 8 bit characters on the Linux console lead to input
    	corruption
    
    	Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
    
    has been posted and committed with wrong "Author" field.
    
    Sorry to Samuel Thibault who is original author of the patch.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit d7a3e6fc958aa23a0f1ef34215c9a960bb598416
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Aug 15 12:26:46 2007 +0200

    po: update de.po (from translationproject.org)
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit b2e00b5fa00e150e3e4a02c28562a8c532c49ea7
Author: Karel Zak <kzak@redhat.com>
Date:   Wed Aug 15 12:10:13 2007 +0200

    docs: add note about http://translationproject.org
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit 5ebbcdf9c8f17762539c110922f29dbd1f2c0cb7
Author: LaMont Jones <lamont@mmjgroup.com>
Date:   Tue Aug 14 07:28:14 2007 -0600

    man-pages: cleanup of chrt.1 and taskset.1
    
    Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit f8988ebf89c65b624ee19c685d15cab6c77fd9df
Author: LaMont Jones <lamont@mmjgroup.com>
Date:   Thu Aug 9 13:37:22 2007 -0600

    mount: improve error message when helper program not present
    
    "missing codepage" is a bit confusing to many people, so include
    "helper program" in the error message when we fail to mount something.
    
    Signed-off-by: LaMont Jones <lamont@mmjgroup.com>

commit 65b27d36694d3a2408c3fb1cdb952eec8dffadc0
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun Aug 12 11:48:34 2007 +0200

    po: gettextizing some overlooked messages.
    
    Gettextize three new strings, make two strings indentical to two others,
    and gettextize three strings that are already gettextized elsewhere.
    
    Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit f3831bbd801135d7e618725cdfd7ff99f52e33a6
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 14 14:32:45 2007 +0200

    build-sys: add --disable-makeinstall-chown
    
    A chown-like operations are unexpected when you execute "make install"
    as non-root user. For example RPM defines owner+permissions in .spec
    file -- you needn't to use root account to create useful RPM package.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit dcb219b313b595dea375ec6758641bb09845d8a4
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 14 12:27:55 2007 +0200

    docs: add README.licensing
    
    There is not only one unique license for all code in utl-linux-ng. We
    have mix of utils with Public Domain, BSD, GPLv2 or GPLv2+. This thing
    should be more transparent to avoid misunderstanding.
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit cd5e23c56a5dc5d20a0c149d2910ac0c0a523097
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 14 12:05:29 2007 +0200

    tests: fix ULONG_MAX usage on 32bit machines
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit e93a1aae2f1d7f419d8b1ec7ffd40a458a1b06af
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 14 12:04:09 2007 +0200

    chsh: don't use empty shell field in /etc/passwd
    
    chsh(1) uses empty shell setting (pw->pw_shell="") as a synonym for
    /bin/sh. This convention is silly and unnecessary. (The vsftpd server
    will not run if the shell assigned to user "ftp" is a null string --
    according to bug rh#103004).
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit 99bd8154adb07352e5bdd9821f612c07d97b8522
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 14 11:51:19 2007 +0200

    more: fix underlining for multibyte chars
    
    Try:
    	$ printf "aaa _\bŽ_\bŽ_\bŽ bbb\n" | more
    	aaa ŽŽŽ bbb
    
    (ŽŽŽ has to be three underlined chars on terminal).
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

commit cad18f6152d265636941ae582ee8144b1734b3d2
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Aug 14 10:58:57 2007 +0200

    login: replace /usr/spool/mail with /var/spool/main in man page
    
    Signed-off-by: Karel Zak <kzak@redhat.com>

-------------