| 1 |
This is a list of the most important changes between 2.x versions. It is by |
|---|
| 2 |
no means complete, listing only user-visible changes which are interesting. |
|---|
| 3 |
The ultimate way to know what has changed is to run diff, or even neater, |
|---|
| 4 |
ask CVS about it: |
|---|
| 5 |
|
|---|
| 6 |
* Checkout the archive (see doc/cvs for how you can do this) |
|---|
| 7 |
* Determine which tags are valid, by running this command from the |
|---|
| 8 |
project root directory: |
|---|
| 9 |
cvs status -v -l Makefile |
|---|
| 10 |
Valid tags are usually like form V-2-1-0 for version 2.1.0 |
|---|
| 11 |
* Ask cvs for the difference between two versions: |
|---|
| 12 |
cvs diff -r TAG1 -r TAG2 DIFF-OPTIONS |
|---|
| 13 |
for example: |
|---|
| 14 |
cvs diff -r V2-0-0 -r V2-0-1 -u |
|---|
| 15 |
|
|---|
| 16 |
2.1.2 (199801??) |
|---|
| 17 |
Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected |
|---|
| 18 |
Module gl518sm.o: yet more bug fixes. It should at long last be usable now |
|---|
| 19 |
Documentation in doc/kernel: NEW |
|---|
| 20 |
|
|---|
| 21 |
2.1.1 (19990107) |
|---|
| 22 |
Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35 |
|---|
| 23 |
and older |
|---|
| 24 |
Module gl518sm.o: Miscelaneous bugs and problems solved |
|---|
| 25 |
Program isadump: NEW |
|---|
| 26 |
|
|---|
| 27 |
2.1.0 (19981230) |
|---|
| 28 |
Library: Completely NEW |
|---|
| 29 |
Program sensors: NEW |
|---|
| 30 |
Program grab_busses: NEW |
|---|
| 31 |
Program decode-dimms: More information |
|---|
| 32 |
Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets |
|---|
| 33 |
Module w83781d.o: NEW |
|---|
| 34 |
Module lm80.o: NEW |
|---|
| 35 |
Module gl518sm.o: new procfile beep, several small updates |
|---|
| 36 |
Modules: Now use pin readings, no more scaling within the kernel (use the |
|---|
| 37 |
library instead) |
|---|
| 38 |
|
|---|
| 39 |
2.0.2 (19981214) |
|---|
| 40 |
Module eeprom.o: NEW |
|---|
| 41 |
Program decode-dimms: NEW |
|---|
| 42 |
Modules: fill_inode fix, will stop segfaults on unloading in kernels after |
|---|
| 43 |
2.1.58 |
|---|
| 44 |
Modules: Somewhat less verbose on transfers |
|---|
| 45 |
Module lm78.o now recognizes and handles lm78-j and lm79 |
|---|
| 46 |
2.0.1 (1998121?) |
|---|
| 47 |
Module gl518sm.o updates, to make it actually work |
|---|
| 48 |
Module lm75.o high/low-byte swapping write bug fixed |
|---|
| 49 |
2.0.0 (19981209) |
|---|
| 50 |
Initial release |
|---|