Changes between v2.18-rc2 and v2.18 ----------------------------------- commit 9c1442c1ff4bf15c6c716711661e30b8cf646a09 Author: Karel Zak Date: Wed Jun 30 15:08:21 2010 +0200 build-sys: release++ (v2.18) Signed-off-by: Karel Zak NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 5633164b99953e06d6a5658000cb9860ba8a0117 Author: Karel Zak Date: Wed Jun 30 14:51:06 2010 +0200 docs: update v2.18 ReleaseNotes Signed-off-by: Karel Zak docs/v2.18-ReleaseNotes | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit f1151463ff9881ae2438d3ab8ccf59f3e99def20 Author: Karel Zak Date: Wed Jun 30 14:46:19 2010 +0200 po: merge changes Signed-off-by: Karel Zak fdisk/fdisk.c | 2 +- po/ca.po | 772 +++++++++++++------------- po/cs.po | 1434 ++++++++++++++++++++++++++++------------------- po/da.po | 772 +++++++++++++------------- po/de.po | 772 +++++++++++++------------- po/es.po | 772 +++++++++++++------------- po/et.po | 752 +++++++++++++------------- po/eu.po | 768 +++++++++++++------------- po/fi.po | 755 +++++++++++++------------- po/fr.po | 773 +++++++++++++------------- po/hu.po | 772 +++++++++++++------------- po/id.po | 773 +++++++++++++------------- po/it.po | 772 +++++++++++++------------- po/ja.po | 773 +++++++++++++------------- po/nl.po | 1479 +++++++++++++++++++++++++++++-------------------- po/pl.po | 1503 ++++++++++++++++++++++++++++++-------------------- po/pt_BR.po | 769 +++++++++++++------------- po/ru.po | 772 +++++++++++++------------- po/sl.po | 772 +++++++++++++------------- po/sv.po | 772 +++++++++++++------------- po/tr.po | 772 +++++++++++++------------- po/uk.po | 772 +++++++++++++------------- po/util-linux-ng.pot | 752 +++++++++++++------------- po/vi.po | 773 +++++++++++++------------- po/zh_CN.po | 752 +++++++++++++------------- 25 files changed, 10809 insertions(+), 9741 deletions(-) commit a8f13379be09cc1a9109b97c5c5d45c095696f57 Author: Jakub Bogusz Date: Wed Jun 30 14:29:05 2010 +0200 po: update pl.po (from translationproject.org) po/pl.po | 963 ++++++++++++++++++++------------------------------------------ 1 files changed, 301 insertions(+), 662 deletions(-) commit a9a64dc0e379d7216a73d8b5ad4a6b436febd3cb Author: Benno Schulenberg Date: Wed Jun 30 14:29:05 2010 +0200 po: update nl.po (from translationproject.org) po/nl.po | 906 +++++++++++++++++++++++--------------------------------------- 1 files changed, 333 insertions(+), 573 deletions(-) commit f763b4854afab231c6fbbe3b3248a034ecaf5700 Author: Petr Pisar Date: Wed Jun 30 14:29:05 2010 +0200 po: update cs.po (from translationproject.org) po/cs.po | 825 ++++++++++++++++++++++---------------------------------------- 1 files changed, 290 insertions(+), 535 deletions(-) commit 81d557243abda5dd854750e7db2934d031c2400b Author: Karel Zak Date: Wed Jun 30 11:29:09 2010 +0200 docs: update TODO Signed-off-by: Karel Zak TODO | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 71bbfedfeb383722833b7d3ad717167d8adef92c Author: Benno Schulenberg Date: Sun Jun 20 14:51:44 2010 +0200 textual: slightly improve two README files Signed-off-by: Benno Schulenberg README.devel | 14 +++++++------- README.licensing | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) commit 83ff3782a3b04faef5635d44b5f958e0929d7635 Author: Benno Schulenberg Date: Sun Jun 20 14:39:59 2010 +0200 mkswap: tweak the man page Note that option -v0 is obsolete, and remove the now unneeded comment about new-style swap areas. Further doublespace sentences, add some commas and articles, and alphabetize the options. Signed-off-by: Benno Schulenberg disk-utils/mkswap.8 | 70 +++++++++++++++++++++++++------------------------- 1 files changed, 35 insertions(+), 35 deletions(-) commit a1939d708063ebb792036e871b533314e716fd3b Author: Benno Schulenberg Date: Sun Jun 20 12:19:46 2010 +0200 fdisk: improve the description of -c and -u options on man page Also doublespace sentences, hyphenate compound adjectives, alphabetize the options (except for -CHS), and further tweak some descriptions. Signed-off-by: Benno Schulenberg fdisk/fdisk.8 | 127 +++++++++++++++++++++++++++----------------------------- 1 files changed, 61 insertions(+), 66 deletions(-) commit 2f8f138883fa57150db793ce07514d19469d9550 Author: Francesco Cosoleto Date: Sun Jun 27 14:24:35 2010 +0200 lscpu: replace LC_MESSAGES with LC_ALL in setlocate() LC_CTYPE is necessary to print correctly some non English characters, set LC_ALL for the sake of brevity. Example: $ LANG=fr_FR lscpu -p | head -n 1 \# La suite est en format analysable, transmissible ? d'autres instead of: \# La suite est en format analysable, transmissible à d'autres Signed-off-by: Francesco Cosoleto sys-utils/lscpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 51e1424225df2a33705bc60d306f9ab53f2b3d09 Author: Francesco Cosoleto Date: Sun Jun 27 14:24:34 2010 +0200 ipcrm: remove redundant message in case of invalid option This leaves getopt() only to print a similar error message on invalid options. Signed-off-by: Francesco Cosoleto sys-utils/ipcrm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 4163ab187d26cbe7887dfabf8724c887de94e244 Author: Francesco Cosoleto Date: Sun Jun 27 14:24:33 2010 +0200 ipcs: advise translators a different output format Shared memory status output format need changes but there are backward compatibility problems. This is a invite to apply in translations the same style used for the rest of the summaries as well as for the limits reported by -l option. Signed-off-by: Francesco Cosoleto sys-utils/ipcs.c | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) commit 7386e53ffe5a0d8cde29908d9624d58454881919 Author: Francesco Cosoleto Date: Sun Jun 27 14:20:38 2010 +0200 fsck: fix typo in fsck.8 Signed-off-by: Francesco Cosoleto fsck/fsck.8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e0a6948b59b8d97fcdc6faf9d9e2cae1d185eb11 Author: Francesco Cosoleto Date: Sun Jun 27 14:19:54 2010 +0200 lscpu: fix typo in lscpu.1 Signed-off-by: Francesco Cosoleto sys-utils/lscpu.1 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4a939e047ce8fc5fdd7a8bc6b065e00a6dd4f361 Author: Francesco Cosoleto Date: Sun Jun 27 15:02:51 2010 +0200 lscpu: gettextize "CPU(s)" Signed-off-by: Francesco Cosoleto sys-utils/lscpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 096269c44deaab2baf6a8f45b39c657744c0497c Author: Petr Uzel Date: Fri Jun 18 17:14:53 2010 +0200 mount: fix memory leak Signed-off-by: Petr Uzel mount/mount.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit a636313c878894828dcad30b5648efe1b8eb76da Author: Petr Uzel Date: Fri Jun 18 17:14:09 2010 +0200 mount: fix typos in mount.8 Signed-off-by: Petr Uzel mount/mount.8 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 36e0066b8fba3147563a1decb8e9d2fa330b4845 Author: Karel Zak Date: Wed Jun 30 10:35:42 2010 +0200 docs: update TODO Signed-off-by: Karel Zak TODO | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 807418986e2398843401541ca66fbe5eb534c87c Author: Karel Zak Date: Mon Jun 21 10:01:26 2010 +0200 cfdisk: fix warning: implicit declaration of function ‘wcwidth’ Reported-by: Mike Frysinger Signed-off-by: Karel Zak fdisk/cfdisk.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)