Re: 2.3.0 kernel - announce??

David Luyer (luyer@ucs.uwa.edu.au)
Wed, 12 May 1999 16:07:53 +0800


Chris Evans wrote:

> I just "stumbled" across linux-2.3.0.tar.bz2. So what's in it?? :)

Read the patch file. It's rather simple to understand.

=== begin patch ===
diff -u --recursive --new-file v2.2.8/linux/Makefile linux/Makefile
--- v2.2.8/linux/Makefile Tue May 11 13:10:27 1999
+++ linux/Makefile Tue May 11 13:03:06 1999
@@ -1,6 +1,6 @@
VERSION = 2
-PATCHLEVEL = 2
-SUBLEVEL = 8
+PATCHLEVEL = 3
+SUBLEVEL = 0
EXTRAVERSION =

ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
=== end patch ===

Well, I don't think there's any controversial stuff in that one.

David.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/