diff options
author | Karel Zak <kzak@redhat.com> | 2007-07-03 13:14:36 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-07-03 14:15:08 +0200 |
commit | 6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a (patch) | |
tree | 6784eba287a11f7c5390587e893190ded72ff105 | |
parent | b622c840d3b02bc803b125a717edb7dba54d2707 (diff) | |
download | util-linux-old-6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a.tar.gz |
docs: cleanup before release
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | AUTHORS | 25 | ||||
-rw-r--r-- | DEPRECATED | 43 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 22 | ||||
-rw-r--r-- | README.devel | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
6 files changed, 80 insertions, 20 deletions
@@ -13,27 +13,32 @@ PAST MAINTAINERS: Andries E. Brouwer <aeb@cwi.nl> -AUTHORS: +AUTHORS (merged projects): flock: H. Peter Anvin <hpa@zytor.com> getopt: Frodo Looijaard <frodol@dds.nl> schedutils: Robert Love <rlove@rlove.org> simpleinit: Richard Gooch <rgooch@atnf.csiro.au> hwclock: Bryan Henderson <bryanh@giraffe-data.com> - + setarch: Elliot Lee <sopwith@redhat.com> + Jindrich Novy <jnovy@redhat.com> CONTRIBUTORS: - Stepan Kasal <skasal@redhat.com> - Mike Frysinger <vapier@gentoo.org> - Martin Schlemmer <azarah@gentoo.org> - Valerie Henson <val_henson@linux.intel.com> - Matthias Koenig <mkoenig@suse.de> - Ram Pai <linuxram@us.ibm.com> - Steve Grubb <sgrubb@redhat.com> + Arkadiusz Miskiewicz <arekm@maven.pl> + Cliff Wickman <cpw@sgi.com> David Brownell <david-b@pacbell.net> + David Miller <davem@davemloft.net> Jason Vas Dias <jvdias@redhat.com> - Marco d'Itri <md@Linux.IT> Kay Sievers <kay.sievers@vrfy.org> + Luciano Chavez <lnx1138@us.ibm.com> + Marco d'Itri <md@Linux.IT> + Martin Schlemmer <azarah@gentoo.org> + Matthias Koenig <mkoenig@suse.de> + Mike Frysinger <vapier@gentoo.org> Pádraig Brady <P@draigBrady.com> + Ram Pai <linuxram@us.ibm.com> + Stepan Kasal <skasal@redhat.com> + Steve Grubb <sgrubb@redhat.com> + Valerie Henson <val_henson@linux.intel.com> @@ -2,8 +2,8 @@ The following is a list of commands or features that are going to be removed in the util-linux-ng source tree. -What: raw command -When: depends on kernel upstream +What: raw(8) command +When: undefined yet; depends on kernel upstream Why: O_DIRECT can be used instead --------------------------- @@ -12,3 +12,42 @@ What: cryptoloop support in mount/losetup When: undefined yet Why: depreciated in favor of dm-crypt. +--------------------------- + +What: elvtune +When: undefined yet +Why: useless for kernel >= 2.6.9 + +--------------------------- + +What: arch(1) command +When: 2.14 +Why: deprecated in favor of uname(1) from coreutils + + The arch(1) has been moved (during 2.13 development cycle) to coreutuls + where it will be maintained as an alias for uname(1) command. + +---------------------------- + +What: kill(1) command +When: 2.14 or 2.15 +Why: deprecated in favor of kill from procps or bash build-in kill command + +---------------------------- + +What: newgrp(1) +When: undefined yet +Why: deprecated in favor of newgrp from shadow-utils + +---------------------------- + +What: last(1) +Whan: undefined yet +Why: nobody use this implementation + +---------------------------- + +What: shutdown(1) +Whan: undefined yet +Why: nobody use this implementation + @@ -1,6 +1,6 @@ -util-linux-ng 2.13devel +util-linux-ng 2.13-rc1 -* <TODO: the changelog will be generated from git> +* see docs/v2.13-ReleaseNotes util-linux 2.13-pre7 @@ -4,6 +4,10 @@ util-linux is a random collection of Linux utilities +WEB PAGE: + + http://kernel.org/~kzak/util-linux-ng/ + MAILING LIST: @@ -11,13 +15,25 @@ MAILING LIST: URL: http://vger.kernel.org/vger-lists.html#util-linux-ng +DOWNLOAD: + + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/ + + +SOURCE CODE: + + Web interface: + http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git + Checkout: + git clone git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git util-linux-ng + + NEUTRALITY: The stuff in util-linux-ng should be rather distribution-neutral. No RPMs/DEBs/... are provided - get yours from your distributor. - VERSION SCHEMA: Standard releases: @@ -27,12 +43,12 @@ VERSION SCHEMA: major = fatal and deep changes minor = typical release with new fetures maint = maintenance releases; bug fixes only - + Development releases: <major>.<minor><suffix> - suffix = "devel" or "rc<N>" + suffix = "devel" or "-rc<N>" COMPILATION: diff --git a/README.devel b/README.devel index 05300f3b..38a9d5c8 100644 --- a/README.devel +++ b/README.devel @@ -54,8 +54,8 @@ SCM (source code management): git clone git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git util-linux-ng - * maintenance branch(es) - - created for every <major>.<minor> release, branch name: v<major>.<minor>-mnt + * maintenance (stable) branch(es) + - created for every <major>.<minor> release, branch name: v<major>.<minor>-stable * master branch - the status of this branch is: "it works for me". It means useful diff --git a/configure.ac b/configure.ac index 71808def..79dcc6d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(util-linux-ng, 2.13devel, kzak@redhat.com) +AC_INIT(util-linux-ng, 2.13-rc1, kzak@redhat.com) AC_PREREQ(2.59) |