| 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.4.0 (19990920) |
|---|
| 17 |
Too much to list. |
|---|
| 18 |
i2c and smbus parts are split off to a separate i2c package. |
|---|
| 19 |
New drivers and other stuff. |
|---|
| 20 |
|
|---|
| 21 |
2.3.4 (19990616) |
|---|
| 22 |
Module matorb: driver for Matrix-Orbital Displays (small LCD and VFDs) |
|---|
| 23 |
All: Now compiles against kernel 2.0.x (again ;) |
|---|
| 24 |
Module gl518sm: some updates and refinements |
|---|
| 25 |
|
|---|
| 26 |
2.3.3 (19990603) |
|---|
| 27 |
All: Now compiles against kernel 2.3.x (x >= 1) |
|---|
| 28 |
Module i2c-voodoo3: Timing issue fixes |
|---|
| 29 |
Module bt869: Seems to be functional and relatively well tested |
|---|
| 30 |
Many modules were modified to be more compatible with the new |
|---|
| 31 |
Mutex structure in the new experimental kernels. |
|---|
| 32 |
|
|---|
| 33 |
2.3.2 (19990507) |
|---|
| 34 |
Module i2c-hydra: Now compiles on 2.0.x kernels |
|---|
| 35 |
Module i2c-lm75: Slightly better detection |
|---|
| 36 |
* New, but not compiled by default: |
|---|
| 37 |
Module i2c-voodoo3: beginning of Voodoo3 I2C bus driver |
|---|
| 38 |
Module bt869: Beginning of BT869 (PAL/NTSC video converter) driver |
|---|
| 39 |
|
|---|
| 40 |
2.3.1 (19990501) |
|---|
| 41 |
All: Now compiles on PPC |
|---|
| 42 |
Module i2c-hydra: NEW |
|---|
| 43 |
Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works |
|---|
| 44 |
Module w83781d: Removed deadlock (mutex was not initialized) |
|---|
| 45 |
Documentation: A few glitches removed |
|---|
| 46 |
Makefile: default module installation directory is now |
|---|
| 47 |
/lib/modules/current/extra/misc |
|---|
| 48 |
Program sensors-detect: PPC Hydra now detected |
|---|
| 49 |
Program sensors: Now prints complete GL518SM information |
|---|
| 50 |
Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added |
|---|
| 51 |
|
|---|
| 52 |
2.3.0 (19990422) |
|---|
| 53 |
All: Many, many changes and improvements |
|---|
| 54 |
All: Many small bugs and problems removed |
|---|
| 55 |
Modules: New insmod parameters |
|---|
| 56 |
Modules: Much improved chip detection |
|---|
| 57 |
Module maxilife: NEW |
|---|
| 58 |
Module adm1021: MAX1617A now also supported |
|---|
| 59 |
Module adm9024: DS1780 now also supported |
|---|
| 60 |
Module w83781d: W83782D and W83783S now also supported |
|---|
| 61 |
Program sensors-detect: NEW |
|---|
| 62 |
Library: All chips now supported |
|---|
| 63 |
Documentation: Very much improved |
|---|
| 64 |
|
|---|
| 65 |
2.2.2 (199903??) |
|---|
| 66 |
Just some minor updates and bug fixes. |
|---|
| 67 |
|
|---|
| 68 |
2.2.1 (19990218) |
|---|
| 69 |
All: Removed compile warnings |
|---|
| 70 |
Module i2c-dev: Small bug removed if DEBUG=1 was used |
|---|
| 71 |
Module sis5595: Now compiles for 2.0 kernels |
|---|
| 72 |
Module adm1021: Detection corrected |
|---|
| 73 |
|
|---|
| 74 |
2.2.0 (19990216) |
|---|
| 75 |
All: Set copyrights to include 1999 |
|---|
| 76 |
All: Small bugfixes |
|---|
| 77 |
I2C: Upgraded to newest archive of Simon Vogl |
|---|
| 78 |
Module i2c-dev: NEW |
|---|
| 79 |
Module i2c-ali15x3: NEW |
|---|
| 80 |
Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors |
|---|
| 81 |
directories, and somewhat improved |
|---|
| 82 |
Module sis5595: NEW |
|---|
| 83 |
Modules: Renamed all bus modules to i2c-*, new directory lay-out |
|---|
| 84 |
Library: Support for new chip drivers, several small bugs fixed |
|---|
| 85 |
Library manual pages: NEW |
|---|
| 86 |
Program i2cdetect: Moved to detect directory |
|---|
| 87 |
Program detect.pl: NEW |
|---|
| 88 |
Program doc-features: NEW |
|---|
| 89 |
Program sensors: Added man-page |
|---|
| 90 |
Document BUGS: Added cdrom bug and kernel i2c conflict |
|---|
| 91 |
|
|---|
| 92 |
2.1.2 (19990116) |
|---|
| 93 |
Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected |
|---|
| 94 |
Module gl518sm.o: yet more bug fixes. It should at long last be usable now |
|---|
| 95 |
Documentation in doc/kernel: NEW |
|---|
| 96 |
|
|---|
| 97 |
2.1.1 (19990107) |
|---|
| 98 |
Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35 |
|---|
| 99 |
and older |
|---|
| 100 |
Module gl518sm.o: Miscelaneous bugs and problems solved |
|---|
| 101 |
Program isadump: NEW |
|---|
| 102 |
|
|---|
| 103 |
2.1.0 (19981230) |
|---|
| 104 |
Library: Completely NEW |
|---|
| 105 |
Program sensors: NEW |
|---|
| 106 |
Program grab_busses: NEW |
|---|
| 107 |
Program decode-dimms: More information |
|---|
| 108 |
Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets |
|---|
| 109 |
Module w83781d.o: NEW |
|---|
| 110 |
Module lm80.o: NEW |
|---|
| 111 |
Module gl518sm.o: new procfile beep, several small updates |
|---|
| 112 |
Modules: Now use pin readings, no more scaling within the kernel (use the |
|---|
| 113 |
library instead) |
|---|
| 114 |
|
|---|
| 115 |
2.0.2 (19981214) |
|---|
| 116 |
Module eeprom.o: NEW |
|---|
| 117 |
Program decode-dimms: NEW |
|---|
| 118 |
Modules: fill_inode fix, will stop segfaults on unloading in kernels after |
|---|
| 119 |
2.1.58 |
|---|
| 120 |
Modules: Somewhat less verbose on transfers |
|---|
| 121 |
Module lm78.o now recognizes and handles lm78-j and lm79 |
|---|
| 122 |
2.0.1 (1998121?) |
|---|
| 123 |
Module gl518sm.o updates, to make it actually work |
|---|
| 124 |
Module lm75.o high/low-byte swapping write bug fixed |
|---|
| 125 |
2.0.0 (19981209) |
|---|
| 126 |
Initial release |
|---|