Changes between v2.15-rc1 and v2.15-rc2 --------------------------------------- commit 1c3af0539391d5b755658c583d03df00e1ee6a12 Author: Karel Zak Date: Fri Apr 17 13:06:54 2009 +0200 build-sys: release++ (v2.15-rc2) Signed-off-by: Karel Zak NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit e736d2342da4f044bd173db63eb27dd201f56cd1 Author: Karel Zak Date: Fri Apr 17 13:02:10 2009 +0200 docs: update v2.15 ReleaseNotes Signed-off-by: Karel Zak docs/v2.15-ReleaseNotes | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 7063e7d39c58a7ec5d1bab24d00bab8756758231 Author: Karel Zak Date: Fri Apr 17 12:50:31 2009 +0200 po: merge changes Signed-off-by: Karel Zak po/ca.po | 270 ++++++++++++++++++++++++++------------------------ po/cs.po | 270 ++++++++++++++++++++++++++------------------------ po/da.po | 270 ++++++++++++++++++++++++++------------------------ po/de.po | 270 ++++++++++++++++++++++++++------------------------ po/es.po | 270 ++++++++++++++++++++++++++------------------------ po/et.po | 270 ++++++++++++++++++++++++++------------------------ po/eu.po | 270 ++++++++++++++++++++++++++------------------------ po/fi.po | 270 ++++++++++++++++++++++++++------------------------ po/fr.po | 270 ++++++++++++++++++++++++++------------------------ po/hu.po | 270 ++++++++++++++++++++++++++------------------------ po/id.po | 270 ++++++++++++++++++++++++++------------------------ po/it.po | 270 ++++++++++++++++++++++++++------------------------ po/ja.po | 270 ++++++++++++++++++++++++++------------------------ po/nl.po | 270 ++++++++++++++++++++++++++------------------------ po/pl.po | 270 ++++++++++++++++++++++++++------------------------ po/pt_BR.po | 270 ++++++++++++++++++++++++++------------------------ po/ru.po | 270 ++++++++++++++++++++++++++------------------------ po/sl.po | 270 ++++++++++++++++++++++++++------------------------ po/sv.po | 270 ++++++++++++++++++++++++++------------------------ po/tr.po | 270 ++++++++++++++++++++++++++------------------------ po/uk.po | 270 ++++++++++++++++++++++++++------------------------ po/util-linux-ng.pot | 270 ++++++++++++++++++++++++++------------------------ po/vi.po | 270 ++++++++++++++++++++++++++------------------------ po/zh_CN.po | 270 ++++++++++++++++++++++++++------------------------ 24 files changed, 3360 insertions(+), 3120 deletions(-) commit 2faf43f9358112a045e3353149478629303c34be Author: Karel Zak Date: Fri Apr 17 12:35:31 2009 +0200 blkid: add tst_types.c to Makefile.am Signed-off-by: Karel Zak libs/blkid/src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0f88c9c3957b0deb9a49002e6c03962c2b93347a Author: Karel Zak Date: Fri Apr 17 12:29:00 2009 +0200 docs: update AUTHORS file Signed-off-by: Karel Zak AUTHORS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3c0e680cc2e3df6503f96eeea347eaa957386224 Author: Karel Zak Date: Fri Apr 10 11:02:24 2009 +0200 login: use open(2) rather then access(2) for $HOME/.hushlogin As an NFS client with home directories on mounted NFS share - If the NFS server exports the share with default root squashed, login cannot access the filesystem to check for the existence of .hushlogin file. It seems better to use open(2) rather than access(2). Signed-off-by: Karel Zak login-utils/login.c | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) commit 402e79581305554863f3e9ba4b0c2dc9a3df08d6 Author: Karel Zak Date: Thu Apr 9 12:42:56 2009 +0200 blkid: add new requirements to TODO list Signed-off-by: Karel Zak libs/blkid/TODO | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit c7ef72a988028597de77a6851c71558d1c57efcc Author: Karel Zak Date: Wed Apr 8 22:22:14 2009 +0200 blkid: add TODO note about blkid_evaluate_spec_to_buffer() Signed-off-by: Karel Zak libs/blkid/TODO | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit bb27f6093edefeaa9a495bedaa3a62fb46cba626 Author: Karel Zak Date: Mon Apr 6 11:08:13 2009 +0200 blkid: update TODO Signed-off-by: Karel Zak libs/blkid/TODO | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) commit d002b4ea38c1598c19c5d37a8ce56e5d826220b0 Author: Karel Zak Date: Fri Apr 3 11:33:01 2009 +0200 blkid: add ZSF test Thanks to Andreas Dilger. Signed-off-by: Karel Zak tests/expected/blkid/low-probe-zfs | 3 +++ tests/ts/blkid/images/zfs.img.bz2 | Bin 0 -> 10869 bytes 2 files changed, 3 insertions(+), 0 deletions(-) commit 1f4da8d2429d589f1cad1f4be25051ef1e6790e2 Author: Andreas Dilger Date: Fri Apr 3 11:28:31 2009 +0200 blkid: add ZSF support Signed-off-by: Andreas Dilger Signed-off-by: Karel Zak libs/blkid/src/probe.c | 2 +- libs/blkid/src/probers/Makefile.am | 3 +- libs/blkid/src/probers/probers.h | 1 + libs/blkid/src/probers/zfs.c | 66 ++++++++++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+), 2 deletions(-) commit 87aab0e19af5964d88ed5945e6489ce90cc4ce60 Author: Karel Zak Date: Fri Apr 3 11:02:17 2009 +0200 blkid: check idinfo[] index Signed-off-by: Karel Zak libs/blkid/src/probe.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit ed64b8d0fc945ce49041f313c453b6b21d68b832 Author: Matthew Garrett Date: Fri Mar 27 00:47:22 2009 +0000 mount: Add strictatime support 2.6.30 adds (patch d0adde574b8487ef30f69e2d08bba769e4be513f) support for a strictatime mount parameter, used to request strict atime update semantics. The following patch adds support for it to mount. Signed-off-by: Matthew Garrett mount/mount.8 | 7 +++++++ mount/mount.c | 4 ++++ mount/mount_constants.h | 3 +++ 3 files changed, 14 insertions(+), 0 deletions(-) commit 324759d63ea9ae8ef5b3fa69b607d1eb77fa1a82 Author: Scott James Remnant Date: Tue Mar 24 13:15:38 2009 +0100 blkid: fix exit codes in blkid(8) Signed-off-by: Karel Zak libs/blkid/bin/blkid.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 3dafbfb726a97d0fe624a19b8690094998796495 Author: Karel Zak Date: Thu Mar 19 08:39:47 2009 +0100 docs: fix typo, cal(8) --> cal(1) Reported-by: Pádraig Brady Signed-off-by: Karel Zak docs/v2.15-ReleaseNotes | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 68331655330d7b96817edfed43af28b4ce44ed84 Author: Karel Zak Date: Wed Mar 18 20:53:43 2009 +0100 po: rewrite update-potfiles script Signed-off-by: Karel Zak po/POTFILES.in | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ po/update-potfiles | 14 +++++++----- 2 files changed, 62 insertions(+), 6 deletions(-)