| 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 V2-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.2.0 (199902??) |
|---|
| 17 |
All: Set copyrights to include 1999 |
|---|
| 18 |
All: Small bugfixes |
|---|
| 19 |
I2C: Upgraded to newest archive of Simon Vogl |
|---|
| 20 |
Module i2c-dev: NEW |
|---|
| 21 |
Module i2c-ali15x3: NEW |
|---|
| 22 |
Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors |
|---|
| 23 |
directories, and somewhat improved |
|---|
| 24 |
Module sis5595: NEW |
|---|
| 25 |
Modules: Renamed all bus modules to i2c-*, new directory lay-out |
|---|
| 26 |
Library: Support for new chip drivers, several small bugs fixed |
|---|
| 27 |
Library manual pages: NEW |
|---|
| 28 |
Program i2cdetect: Moved to detect directory |
|---|
| 29 |
Program detect.pl: NEW |
|---|
| 30 |
Program doc-features: NEW |
|---|
| 31 |
Program sensors: Added man-page |
|---|
| 32 |
|
|---|
| 33 |
2.1.2 (19990116) |
|---|
| 34 |
Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected |
|---|
| 35 |
Module gl518sm.o: yet more bug fixes. It should at long last be usable now |
|---|
| 36 |
Documentation in doc/kernel: NEW |
|---|
| 37 |
|
|---|
| 38 |
2.1.1 (19990107) |
|---|
| 39 |
Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35 |
|---|
| 40 |
and older |
|---|
| 41 |
Module gl518sm.o: Miscelaneous bugs and problems solved |
|---|
| 42 |
Program isadump: NEW |
|---|
| 43 |
|
|---|
| 44 |
2.1.0 (19981230) |
|---|
| 45 |
Library: Completely NEW |
|---|
| 46 |
Program sensors: NEW |
|---|
| 47 |
Program grab_busses: NEW |
|---|
| 48 |
Program decode-dimms: More information |
|---|
| 49 |
Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets |
|---|
| 50 |
Module w83781d.o: NEW |
|---|
| 51 |
Module lm80.o: NEW |
|---|
| 52 |
Module gl518sm.o: new procfile beep, several small updates |
|---|
| 53 |
Modules: Now use pin readings, no more scaling within the kernel (use the |
|---|
| 54 |
library instead) |
|---|
| 55 |
|
|---|
| 56 |
2.0.2 (19981214) |
|---|
| 57 |
Module eeprom.o: NEW |
|---|
| 58 |
Program decode-dimms: NEW |
|---|
| 59 |
Modules: fill_inode fix, will stop segfaults on unloading in kernels after |
|---|
| 60 |
2.1.58 |
|---|
| 61 |
Modules: Somewhat less verbose on transfers |
|---|
| 62 |
Module lm78.o now recognizes and handles lm78-j and lm79 |
|---|
| 63 |
2.0.1 (1998121?) |
|---|
| 64 |
Module gl518sm.o updates, to make it actually work |
|---|
| 65 |
Module lm75.o high/low-byte swapping write bug fixed |
|---|
| 66 |
2.0.0 (19981209) |
|---|
| 67 |
Initial release |
|---|