Changes between v2.14-rc1 and v2.14-rc2 --------------------------------------- commit 92232fff86d883ec13ebec904ae9c9865162ed7a Author: Karel Zak Date: Mon Apr 28 14:03:57 2008 +0200 docs: update v2.14 ReleaseNotes Signed-off-by: Karel Zak docs/v2.14-ReleaseNotes | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit eaf811facd86e7cfc187656f91116fa4e0557383 Author: Karel Zak Date: Mon Apr 28 14:01:29 2008 +0200 po: merge changes Signed-off-by: Karel Zak po/ca.po | 150 +++++++++++++++++++++++++++++++++----------------- po/cs.po | 150 +++++++++++++++++++++++++++++++++----------------- po/da.po | 150 +++++++++++++++++++++++++++++++++----------------- po/de.po | 150 +++++++++++++++++++++++++++++++++----------------- po/es.po | 150 +++++++++++++++++++++++++++++++++----------------- po/et.po | 150 +++++++++++++++++++++++++++++++++----------------- po/eu.po | 149 +++++++++++++++++++++++++++++++++----------------- po/fi.po | 150 +++++++++++++++++++++++++++++++++----------------- po/fr.po | 150 +++++++++++++++++++++++++++++++++----------------- po/hu.po | 150 +++++++++++++++++++++++++++++++++----------------- po/id.po | 150 +++++++++++++++++++++++++++++++++----------------- po/it.po | 150 +++++++++++++++++++++++++++++++++----------------- po/ja.po | 150 +++++++++++++++++++++++++++++++++----------------- po/nl.po | 150 +++++++++++++++++++++++++++++++++----------------- po/pl.po | 149 +++++++++++++++++++++++++++++++++----------------- po/pt_BR.po | 150 +++++++++++++++++++++++++++++++++----------------- po/ru.po | 150 +++++++++++++++++++++++++++++++++----------------- po/sl.po | 150 +++++++++++++++++++++++++++++++++----------------- po/sv.po | 150 +++++++++++++++++++++++++++++++++----------------- po/tr.po | 150 +++++++++++++++++++++++++++++++++----------------- po/uk.po | 150 +++++++++++++++++++++++++++++++++----------------- po/util-linux-ng.pot | 149 +++++++++++++++++++++++++++++++++----------------- po/vi.po | 150 +++++++++++++++++++++++++++++++++----------------- 23 files changed, 2297 insertions(+), 1150 deletions(-) commit 3e6e4bf6ae5683cfc28f57e7d8c17f718eb00bc0 Author: Karel Zak Date: Mon Apr 28 13:58:24 2008 +0200 scriptreplay: gettextize a forgotten messages Signed-off-by: Karel Zak misc-utils/scriptreplay.c | 6 +++--- po/POTFILES.in | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) commit d101e77a55d9fbdfe9f7a0b7d4f9e0c5dc5414c4 Author: Karel Zak Date: Mon Apr 28 13:51:22 2008 +0200 docs: update v2.14 ReleaseNotes Signed-off-by: Karel Zak docs/v2.14-ReleaseNotes | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 insertions(+), 1 deletions(-) commit 776452cbfcfc2dfe81088e29ae13a681bee64e75 Author: Karel Zak Date: Mon Apr 28 12:23:40 2008 +0200 ionice: update man page to reflect IDLE class change in 2.6.25 The idle class is safe for non-root users since 2.6.25. http://lwn.net/Articles/266256/ Addresses-Red-Hat-Bugzilla: #443823 Signed-off-by: Karel Zak schedutils/ionice.1 | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 8ccf0b253ac0f4f58d64bc9674de18bff5a88782 Author: Steve Grubb 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 login-utils/login.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-)