summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKarel Zak2007-07-03 13:14:36 +0200
committerKarel Zak2007-07-03 14:15:08 +0200
commit6a5486fdede27cc3aa47c60e89c1fcb7b6bfb47a (patch)
tree6784eba287a11f7c5390587e893190ded72ff105 /README
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>
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 19 insertions, 3 deletions
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: