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>
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
---------------------------
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
+
-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
util-linux is a random collection of Linux utilities
+WEB PAGE:
+
+ http://kernel.org/~kzak/util-linux-ng/
+
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:
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:
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
-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)