Changes between v2.13.1 and v2.13.1.1
-------------------------------------

commit b42a8a67d8f55bf4bf5935f07eab2f9039e70c4d
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Apr 22 00:15:18 2008 +0200

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

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

commit 51c9e42bd822b3bdff25f8cef8f9c735d39319b3
Author: Karel Zak <kzak@redhat.com>
Date:   Tue Apr 22 00:13:20 2008 +0200

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

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

commit d513af285a5726cb49260542e4cd026644481ef8
Author: Karel Zak <kzak@redhat.com>
Date:   Mon Apr 21 23:30:09 2008 +0200

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

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

commit b4b0e92afeca9935d648f6b256e132239d83c008
Author: Benno Schulenberg <benno@vertaalt.nl>
Date:   Mon Apr 21 15:24:06 2008 +0200

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

 po/nl.po |  884 +++++++++++++++++++++++---------------------------------------
 1 files changed, 323 insertions(+), 561 deletions(-)

commit e01ee96733174f8661611091507771b40efcc4cd
Author: Marco Colombo <m.colombo@ed.ac.uk>
Date:   Mon Apr 21 15:22:59 2008 +0200

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

 po/it.po | 1183 +++++++++++++++++++++++---------------------------------------
 1 files changed, 431 insertions(+), 752 deletions(-)

commit ed485e1653dbe297f85e845256082ef13c797942
Author: Steve Grubb <sgrubb@redhat.com>
Date:   Sat Apr 19 11:49:02 2008 -0400

    login: audit log injection attack via login
    
    A while back I found a couple audit log injection attacks which became
    CVE-2007-3102. I forgot to look at login to see if its vulnerable and Mirek
    found that it is. To verify the problem, type:
    
    root addr=xyz.com
    
    for the account name while logging in. It will look like root logged in with
    an address of xyz.com.
    
    Signed-off-by: Steve Grubb <sgrubb@redhat.com>

 login-utils/login.c |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)