root/lm-sensors/trunk/CHANGES @ 778

Revision 778, 5.7 KB (checked in by mds, 13 years ago)

(mds) start a 2.5.1 list.

  • 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.5.1 (2000????)
17  Module w83781d: Improve w83783s support
18  Program sensors-detect: Fix i801 detection
19
202.5.0 (20000312)
21  Dropped all kernel 2.0 and 2.1 compatibility
22  Module i2c-i810: new
23  Module ddcmon: new
24  Module via686a: new
25  Module i2c-amd756: fixed region request
26  Module i2c-voodoo3: Converted to use i2c-algo-bit layer
27  Module w83781d: Don't change pin settings at initialization;
28                  also fix chip detection.
29  Library: Support for ddcmon and via686a
30  Program sensors-detect: Support for ddcmon and via686a
31  Program sensors: Support for eeprom, ddcmon and via686a
32
332.4.5 (20000116)
34  Introduced DESTDIR installation prefix
35  Module lm80: fixes, temperature now read and set correctly
36  Module i2c-voodoo3: driver enhancements
37  Module w83781d: fixes, AS99127 works much better now
38  Library: New ignore keyword in config file
39  Programs: Support for new ignore keyword
40  Program sensors-detect: Support for MGA detections
41
422.4.4 (19991201)
43  Addition of the alpha release of AMD 756 SMBus host support.
44  Many fixes and updates to the gl518sm driver
45  Updates and fixes for device detection
46
472.4.0 (19990920)
48  Too much to list.
49  i2c and smbus parts are split off to a separate i2c package.
50  New drivers and other stuff.
51
522.3.4 (19990616)
53  Module matorb: driver for Matrix-Orbital Displays (small LCD and VFDs)
54  All: Now compiles against kernel 2.0.x (again ;)
55  Module gl518sm: some updates and refinements
56
572.3.3 (19990603)
58  All: Now compiles against kernel 2.3.x (x >= 1)
59  Module i2c-voodoo3: Timing issue fixes
60  Module bt869: Seems to be functional and relatively well tested
61  Many modules were modified to be more compatible with the new
62   Mutex structure in the new experimental kernels.
63
642.3.2 (19990507)
65  Module i2c-hydra: Now compiles on 2.0.x kernels
66  Module i2c-lm75: Slightly better detection
67  * New, but not compiled by default:
68  Module i2c-voodoo3: beginning of Voodoo3 I2C bus driver
69  Module bt869: Beginning of BT869 (PAL/NTSC video converter) driver
70
712.3.1 (19990501)
72  All: Now compiles on PPC
73  Module i2c-hydra: NEW
74  Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works
75  Module w83781d: Removed deadlock (mutex was not initialized)
76  Documentation: A few glitches removed
77  Makefile: default module installation directory is now
78            /lib/modules/current/extra/misc
79  Program sensors-detect: PPC Hydra now detected
80  Program sensors: Now prints complete GL518SM information
81  Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added
82
832.3.0 (19990422)
84  All: Many, many changes and improvements
85  All: Many small bugs and problems removed
86  Modules: New insmod parameters
87  Modules: Much improved chip detection
88  Module maxilife: NEW
89  Module adm1021: MAX1617A now also supported
90  Module adm9024: DS1780 now also supported
91  Module w83781d: W83782D and W83783S now also supported
92  Program sensors-detect: NEW
93  Library: All chips now supported
94  Documentation: Very much improved
95
962.2.2 (199903??)
97  Just some minor updates and bug fixes.
98
992.2.1 (19990218)
100  All: Removed compile warnings
101  Module i2c-dev: Small bug removed if DEBUG=1 was used
102  Module sis5595: Now compiles for 2.0 kernels
103  Module adm1021: Detection corrected
104 
1052.2.0 (19990216)
106  All: Set copyrights to include 1999
107  All: Small bugfixes
108  I2C: Upgraded to newest archive of Simon Vogl
109  Module i2c-dev: NEW
110  Module i2c-ali15x3: NEW
111  Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
112     directories, and somewhat improved
113  Module sis5595: NEW
114  Modules: Renamed all bus modules to i2c-*, new directory lay-out
115  Library: Support for new chip drivers, several small bugs fixed
116  Library manual pages: NEW
117  Program i2cdetect: Moved to detect directory
118  Program detect.pl: NEW
119  Program doc-features: NEW
120  Program sensors: Added man-page
121  Document BUGS: Added cdrom bug and kernel i2c conflict
122 
1232.1.2 (19990116)
124  Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
125  Module gl518sm.o: yet more bug fixes. It should at long last be usable now
126  Documentation in doc/kernel: NEW
127
1282.1.1 (19990107)
129  Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
130                     and older
131  Module gl518sm.o: Miscelaneous bugs and problems solved
132  Program isadump: NEW
133
1342.1.0 (19981230)
135  Library: Completely NEW
136  Program sensors: NEW
137  Program grab_busses: NEW
138  Program decode-dimms: More information
139  Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
140  Module w83781d.o: NEW
141  Module lm80.o: NEW
142  Module gl518sm.o: new procfile beep, several small updates
143  Modules: Now use pin readings, no more scaling within the kernel (use the
144           library instead)
145 
1462.0.2 (19981214)
147  Module eeprom.o: NEW
148  Program decode-dimms: NEW
149  Modules: fill_inode fix, will stop segfaults on unloading in kernels after
150           2.1.58
151  Modules: Somewhat less verbose on transfers
152  Module lm78.o now recognizes and handles lm78-j and lm79
1532.0.1 (1998121?)
154  Module gl518sm.o updates, to make it actually work
155  Module lm75.o high/low-byte swapping write bug fixed
1562.0.0 (19981209)
157  Initial release
Note: See TracBrowser for help on using the browser.