]> err.no Git - util-linux/commitdiff
docs: cleanup before release
authorKarel Zak <kzak@redhat.com>
Tue, 3 Jul 2007 11:14:36 +0000 (13:14 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jul 2007 12:15:08 +0000 (14:15 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
AUTHORS
DEPRECATED
NEWS
README
README.devel
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 3c181b3728f8a36415ff255142d1b37d2af6b420..5a17e38de13b66a3f32456054d077a4c753c2f54 100644 (file)
--- 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>
 
index 43835cb5bb623310a437ace8bea1df44efbb4144..aa08f9adb986d470a68665ac42e29f3dfc0da5bd 100644 (file)
@@ -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 ee0d001c743da66e22cc2ff0e0ed1af0b2106cee..bfe7c4e701a16bb185c9fddd0b426b92f8d1694b 100644 (file)
--- 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 3686d156a3f297e00e45de67505d62d1069ce355..5cfc9cc92e1d8e0fb2b66e070ab6fe5f99844fe3 100644 (file)
--- 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:
index 05300f3bf1637228131b33177c0df3142df954e3..38a9d5c87cdfa5a20f962a565478010960858e90 100644 (file)
@@ -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
index 71808defc28bd3b01515cf7fa107764e53f628c3..79dcc6d15f8c8bd606b718aae721690854d11a87 100644 (file)
@@ -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)