From 6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 3 Jul 2007 13:14:36 +0200 Subject: [PATCH] docs: cleanup before release Signed-off-by: Karel Zak --- AUTHORS | 25 +++++++++++++++---------- DEPRECATED | 43 +++++++++++++++++++++++++++++++++++++++++-- NEWS | 4 ++-- README | 22 +++++++++++++++++++--- README.devel | 4 ++-- configure.ac | 2 +- 6 files changed, 80 insertions(+), 20 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3c181b37..5a17e38d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,27 +13,32 @@ PAST MAINTAINERS: Andries E. Brouwer -AUTHORS: +AUTHORS (merged projects): flock: H. Peter Anvin getopt: Frodo Looijaard schedutils: Robert Love simpleinit: Richard Gooch hwclock: Bryan Henderson - + setarch: Elliot Lee + Jindrich Novy CONTRIBUTORS: - Stepan Kasal - Mike Frysinger - Martin Schlemmer - Valerie Henson - Matthias Koenig - Ram Pai - Steve Grubb + Arkadiusz Miskiewicz + Cliff Wickman David Brownell + David Miller Jason Vas Dias - Marco d'Itri Kay Sievers + Luciano Chavez + Marco d'Itri + Martin Schlemmer + Matthias Koenig + Mike Frysinger Pádraig Brady + Ram Pai + Stepan Kasal + Steve Grubb + Valerie Henson diff --git a/DEPRECATED b/DEPRECATED index 43835cb5..aa08f9ad 100644 --- a/DEPRECATED +++ b/DEPRECATED @@ -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 + diff --git a/NEWS b/NEWS index ee0d001c..bfe7c4e7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -util-linux-ng 2.13devel +util-linux-ng 2.13-rc1 -* +* see docs/v2.13-ReleaseNotes util-linux 2.13-pre7 diff --git a/README b/README index 3686d156..5cfc9cc9 100644 --- a/README +++ b/README @@ -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: . - suffix = "devel" or "rc" + suffix = "devel" or "-rc" 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 . release, branch name: v.-mnt + * maintenance (stable) branch(es) + - created for every . release, branch name: v.-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) -- 2.39.5