root/lm-sensors/trunk/CHANGES @ 443

Revision 443, 3.8 KB (checked in by frodo, 14 years ago)

Updated CHANGES

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1This is a list of the most important changes between 2.x versions. It is by
2no means complete, listing only user-visible changes which are interesting.
3The ultimate way to know what has changed is to run diff, or even neater,
4ask 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
162.3.2 (1999050?)
17  Module i2c-hydra: Now compiles on 2.0.x kernels
18
192.3.1 (19990501)
20  All: Now compiles on PPC
21  Module i2c-hydra: NEW
22  Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works
23  Module w83781d: Removed deadlock (mutex was not initialized)
24  Documentation: A few glitches removed
25  Makefile: default module installation directory is now
26            /lib/modules/current/extra/misc
27  Program sensors-detect: PPC Hydra now detected
28  Program sensors: Now prints complete GL518SM information
29  Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added
30
312.3.0 (19990422)
32  All: Many, many changes and improvements
33  All: Many small bugs and problems removed
34  Modules: New insmod parameters
35  Modules: Much improved chip detection
36  Module maxilife: NEW
37  Module adm1021: MAX1617A now also supported
38  Module adm9024: DS1780 now also supported
39  Module w83781d: W83782D and W83783S now also supported
40  Program sensors-detect: NEW
41  Library: All chips now supported
42  Documentation: Very much improved
43
442.2.2 (199903??)
45  Just some minor updates and bug fixes.
46
472.2.1 (19990218)
48  All: Removed compile warnings
49  Module i2c-dev: Small bug removed if DEBUG=1 was used
50  Module sis5595: Now compiles for 2.0 kernels
51  Module adm1021: Detection corrected
52 
532.2.0 (19990216)
54  All: Set copyrights to include 1999
55  All: Small bugfixes
56  I2C: Upgraded to newest archive of Simon Vogl
57  Module i2c-dev: NEW
58  Module i2c-ali15x3: NEW
59  Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
60     directories, and somewhat improved
61  Module sis5595: NEW
62  Modules: Renamed all bus modules to i2c-*, new directory lay-out
63  Library: Support for new chip drivers, several small bugs fixed
64  Library manual pages: NEW
65  Program i2cdetect: Moved to detect directory
66  Program detect.pl: NEW
67  Program doc-features: NEW
68  Program sensors: Added man-page
69  Document BUGS: Added cdrom bug and kernel i2c conflict
70 
712.1.2 (19990116)
72  Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
73  Module gl518sm.o: yet more bug fixes. It should at long last be usable now
74  Documentation in doc/kernel: NEW
75
762.1.1 (19990107)
77  Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
78                     and older
79  Module gl518sm.o: Miscelaneous bugs and problems solved
80  Program isadump: NEW
81
822.1.0 (19981230)
83  Library: Completely NEW
84  Program sensors: NEW
85  Program grab_busses: NEW
86  Program decode-dimms: More information
87  Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
88  Module w83781d.o: NEW
89  Module lm80.o: NEW
90  Module gl518sm.o: new procfile beep, several small updates
91  Modules: Now use pin readings, no more scaling within the kernel (use the
92           library instead)
93 
942.0.2 (19981214)
95  Module eeprom.o: NEW
96  Program decode-dimms: NEW
97  Modules: fill_inode fix, will stop segfaults on unloading in kernels after
98           2.1.58
99  Modules: Somewhat less verbose on transfers
100  Module lm78.o now recognizes and handles lm78-j and lm79
1012.0.1 (1998121?)
102  Module gl518sm.o updates, to make it actually work
103  Module lm75.o high/low-byte swapping write bug fixed
1042.0.0 (19981209)
105  Initial release
Note: See TracBrowser for help on using the browser.