summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2007-07-03 13:14:36 +0200
committerKarel Zak2007-07-03 14:15:08 +0200
commit6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a (patch)
tree6784eba287a11f7c5390587e893190ded72ff105
parentdocs: update TODO file (diff)
downloadkernel-qcow2-util-linux-6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a.tar.gz
kernel-qcow2-util-linux-6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a.tar.xz
kernel-qcow2-util-linux-6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a.zip
docs: cleanup before release
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--AUTHORS25
-rw-r--r--DEPRECATED43
-rw-r--r--NEWS4
-rw-r--r--README22
-rw-r--r--README.devel4
-rw-r--r--configure.ac2
6 files changed, 80 insertions, 20 deletions
diff --git a/AUTHORS b/AUTHORS
index 3c181b372..5a17e38de 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/DEPRECATED b/DEPRECATED
index 43835cb5b..aa08f9adb 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 ee0d001c7..bfe7c4e70 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 3686d156a..5cfc9cc92 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:
<major>.<minor><suffix>
- suffix = "devel" or "rc<N>"
+ suffix = "devel" or "-rc<N>"
COMPILATION:
diff --git a/README.devel b/README.devel
index 05300f3bf..38a9d5c87 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 71808defc..79dcc6d15 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)