Re: 2.3.0 kernel - announce??

Matthew Wilcox (Matthew.Wilcox@genedata.com)
Wed, 12 May 1999 11:02:38 +0200


On Wed, May 12, 1999 at 12:03:50AM +0100, Chris Evans wrote:
>
> Hi
>
> I just "stumbled" across linux-2.3.0.tar.bz2. So what's in it?? :)

Normally reliable sources indicate that the patch between 2.2.8 and 2.3.0
is:

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/)

though it seems that 2.3.1pre2 is significantly more interesting :-)

-- 
Matthew Wilcox <willy@bofh.ai>
"Windows and MacOS are products, contrived by engineers in the service of
specific companies. Unix, by contrast, is not so much a product as it is a
painstakingly compiled oral history of the hacker subculture." - N Stephenson

- 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/