home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21508 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.4 KB  |  31 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!torvalds
  3. From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
  4. Subject: Re: .99.1
  5. Message-ID: <1992Dec23.102704.5911@klaava.Helsinki.FI>
  6. Organization: University of Helsinki
  7. References: <78738@hydra.gatech.EDU>
  8. Date: Wed, 23 Dec 1992 10:27:04 GMT
  9. Lines: 20
  10.  
  11. In article <78738@hydra.gatech.EDU> ccasted@prism.gatech.EDU (Edward Deering Boykin) writes:
  12. >What exatly does the Linux .99 patch 1 fix from .99? Is this just
  13. >the two line patch Linus posted a little bit after he released .99?
  14. >Is it what is now at Sunsite's SLS distribution?
  15.  
  16. No, 0.99 patchlevel 1 is not just the two-line fixes to 0.99 - the
  17. context diffs are 45kB compressed, and contain various minor fixes.  The
  18. biggest are probably still the tcp/ip fixes (these are Ross' 5 tcp-ip
  19. patches, with some additional patches by me), but there are minor
  20. modifications in various places (minix-fs, /proc filesystem, scsi tapes,
  21. configuration etc).  If you don't use tcp/ip, you'll probably not notice
  22. too much of a difference, but I'd still like people to upgrade just so
  23. that I know it doesn't break in some silly way. 
  24.  
  25.         Linus
  26.  
  27. PS.  0.99.1 can mess up your keyboard leds at bootup: the simple fix
  28. should be to add a 'set_leds()' call at the end of kbd_init().  But
  29. it's not exactly a major problem even so, and probably doesn't even
  30. happen on most setups.. 
  31.