From: Karel Zak Date: Wed, 31 Aug 2011 09:04:15 +0000 (+0200) Subject: Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit X-Git-Tag: v2.21-rc1~471 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa25f2289cf7eea29f00053cd3c34f95d7c736be;p=thirdparty%2Futil-linux.git Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit * 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit: docs: remove duplicated text docs: require kernel support before accepting use of it docs: note about independent super block structs docs: add libmount & libblkid debug instructions Documentation: add debugging doc arch: start using arch as a usage() example docs: new file Documentation/release-schedule.txt docs: move setuid information from reame to hwclock.8 docs: clean up old readme files docs: copy contributors from legacy files to AUTHORS docs: new file Documentation/howto-man-page.txt docs: new file Documentation/source-code-management.txt docs: new file Documentation/howto-contribute.txt docs: new file Documentation/howto-compilation.txt docs: tell what the Documentation/ is about docs: add usage() howto for contributors docs: Documentation directory added docs: remove README.clear --- fa25f2289cf7eea29f00053cd3c34f95d7c736be diff --cc AUTHORS index 0d7acf6715,6922155a42..24fcf793ce --- a/AUTHORS +++ b/AUTHORS @@@ -72,11 -74,11 +75,13 @@@ CONTRIBUTORS Aurelien Jarno Balint Cristian Bastian Friedrich + Ben Hutchings Benno Schulenberg Bernardo Innocenti + Bernhard Voelker Bernhard Walle + Bill Reynolds + Bob Proulx Bryn M. Reeves Cai Qian Chow Loong Jin @@@ -118,10 -130,12 +133,13 @@@ Gabor Kelemen Gabriel Barazer Gabriel Burt + Gabriel M. Schuyler + Gerhard Schneider Gerrit Renker + Giulio Orsero Guan Xin Guillem Jover + Gunnar Ritter Hajime Taira Hamish Coleman Hayden James @@@ -229,9 -260,9 +264,10 @@@ Petr Písař Petr Uzel Phan Vinh Thinh + Philipp Thomas Phillip Susi Pierre Hauweele + Pietro Castelli Po-Yu Chuang Rajeev V. Pillai Ram Pai diff --cc NEWS index ec01fc7194,e9873ee431..8550073439 --- a/NEWS +++ b/NEWS @@@ -1,13 -1,5 +1,13 @@@ +util-linux 2.20: Aug 29 2011 +* see docs/v2.20-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20-ChangeLog + +util-linux 2.20-rc2: Aug 17 2011 +* see docs/v2.20-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20-rc2-ChangeLog + util-linux 2.20-rc1: Jul 29 2011 - * see docs/v2.20-ReleaseNotes or complete changelog at + * see Documentation/releases/v2.20-ReleaseNotes or complete changelog at ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20-rc1-ChangeLog util-linux 2.19: Feb 10 2011 diff --cc misc-utils/Makefile.am index 28bcca1731,6b7fa4ba76..300dab46e4 --- a/misc-utils/Makefile.am +++ b/misc-utils/Makefile.am @@@ -6,10 -6,8 +6,8 @@@ bin_PROGRAMS sbin_PROGRAMS = usrsbin_exec_PROGRAMS = -usrbin_exec_PROGRAMS = cal ddate logger look mcookie namei whereis +usrbin_exec_PROGRAMS = cal logger look mcookie namei whereis - EXTRA_DIST += README.cal README.ddate - logger_SOURCES = logger.c $(top_srcdir)/lib/strutils.c mcookie_SOURCES = mcookie.c $(top_srcdir)/lib/md5.c