root/lm-sensors/trunk/CHANGES @ 807

Revision 807, 6.6 KB (checked in by mds, 13 years ago)

(mds) For as99127f, remove in7-8, sensor1-3, pwm3-4

  • 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  Library: Add adm1025 support
18  Module adm1025: new
19  Module ddcmon: Fixed bus scan which could hang SMBus
20  Module maxilife: Add support for Maxilife '99 (NBA)
21  Module via686a: Enable sensors if not enabled by BIOS
22  Module w83781d: Improve w83783s support, w83627hf always has 2 pwm
23  Module w83781d: Fix sensor2&3 selection, enable VBAT (in8) monitoring
24  Module w83781d: Remove as99127f entries for in7-8, pwm3-4, sensor1-3
25  Module w83781d: Improve beep input checking
26  Program i2cdump: Add Winbond-style bank selection
27  Program isadump: Add Winbond-style bank selection
28  Program sensors: Add adm1025 support.
29  Program sensors: Remove some as99127f entries, fix as99127 "(beep)"
30  Program sensors-detect: Fix i801 detection, add adm1025 driver entry
31  File sensors.conf.eg: Add Maxilife '99 entries
32  File sensors.conf.eg: Remove some as99127f entries.
33    Note: For as99127f, reinstall sensors.conf.eg manually (make install
34          won't reinstall it) or else 'sensors -s' will fail.
35
362.5.0 (20000312)
37  Dropped all kernel 2.0 and 2.1 compatibility
38  Module i2c-i810: new
39  Module ddcmon: new
40  Module via686a: new
41  Module i2c-amd756: fixed region request
42  Module i2c-voodoo3: Converted to use i2c-algo-bit layer
43  Module w83781d: Don't change pin settings at initialization;
44                  also fix chip detection.
45  Library: Support for ddcmon and via686a
46  Program sensors-detect: Support for ddcmon and via686a
47  Program sensors: Support for eeprom, ddcmon and via686a
48
492.4.5 (20000116)
50  Introduced DESTDIR installation prefix
51  Module lm80: fixes, temperature now read and set correctly
52  Module i2c-voodoo3: driver enhancements
53  Module w83781d: fixes, AS99127 works much better now
54  Library: New ignore keyword in config file
55  Programs: Support for new ignore keyword
56  Program sensors-detect: Support for MGA detections
57
582.4.4 (19991201)
59  Addition of the alpha release of AMD 756 SMBus host support.
60  Many fixes and updates to the gl518sm driver
61  Updates and fixes for device detection
62
632.4.0 (19990920)
64  Too much to list.
65  i2c and smbus parts are split off to a separate i2c package.
66  New drivers and other stuff.
67
682.3.4 (19990616)
69  Module matorb: driver for Matrix-Orbital Displays (small LCD and VFDs)
70  All: Now compiles against kernel 2.0.x (again ;)
71  Module gl518sm: some updates and refinements
72
732.3.3 (19990603)
74  All: Now compiles against kernel 2.3.x (x >= 1)
75  Module i2c-voodoo3: Timing issue fixes
76  Module bt869: Seems to be functional and relatively well tested
77  Many modules were modified to be more compatible with the new
78   Mutex structure in the new experimental kernels.
79
802.3.2 (19990507)
81  Module i2c-hydra: Now compiles on 2.0.x kernels
82  Module i2c-lm75: Slightly better detection
83  * New, but not compiled by default:
84  Module i2c-voodoo3: beginning of Voodoo3 I2C bus driver
85  Module bt869: Beginning of BT869 (PAL/NTSC video converter) driver
86
872.3.1 (19990501)
88  All: Now compiles on PPC
89  Module i2c-hydra: NEW
90  Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works
91  Module w83781d: Removed deadlock (mutex was not initialized)
92  Documentation: A few glitches removed
93  Makefile: default module installation directory is now
94            /lib/modules/current/extra/misc
95  Program sensors-detect: PPC Hydra now detected
96  Program sensors: Now prints complete GL518SM information
97  Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added
98
992.3.0 (19990422)
100  All: Many, many changes and improvements
101  All: Many small bugs and problems removed
102  Modules: New insmod parameters
103  Modules: Much improved chip detection
104  Module maxilife: NEW
105  Module adm1021: MAX1617A now also supported
106  Module adm9024: DS1780 now also supported
107  Module w83781d: W83782D and W83783S now also supported
108  Program sensors-detect: NEW
109  Library: All chips now supported
110  Documentation: Very much improved
111
1122.2.2 (199903??)
113  Just some minor updates and bug fixes.
114
1152.2.1 (19990218)
116  All: Removed compile warnings
117  Module i2c-dev: Small bug removed if DEBUG=1 was used
118  Module sis5595: Now compiles for 2.0 kernels
119  Module adm1021: Detection corrected
120 
1212.2.0 (19990216)
122  All: Set copyrights to include 1999
123  All: Small bugfixes
124  I2C: Upgraded to newest archive of Simon Vogl
125  Module i2c-dev: NEW
126  Module i2c-ali15x3: NEW
127  Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
128     directories, and somewhat improved
129  Module sis5595: NEW
130  Modules: Renamed all bus modules to i2c-*, new directory lay-out
131  Library: Support for new chip drivers, several small bugs fixed
132  Library manual pages: NEW
133  Program i2cdetect: Moved to detect directory
134  Program detect.pl: NEW
135  Program doc-features: NEW
136  Program sensors: Added man-page
137  Document BUGS: Added cdrom bug and kernel i2c conflict
138 
1392.1.2 (19990116)
140  Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
141  Module gl518sm.o: yet more bug fixes. It should at long last be usable now
142  Documentation in doc/kernel: NEW
143
1442.1.1 (19990107)
145  Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
146                     and older
147  Module gl518sm.o: Miscelaneous bugs and problems solved
148  Program isadump: NEW
149
1502.1.0 (19981230)
151  Library: Completely NEW
152  Program sensors: NEW
153  Program grab_busses: NEW
154  Program decode-dimms: More information
155  Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
156  Module w83781d.o: NEW
157  Module lm80.o: NEW
158  Module gl518sm.o: new procfile beep, several small updates
159  Modules: Now use pin readings, no more scaling within the kernel (use the
160           library instead)
161 
1622.0.2 (19981214)
163  Module eeprom.o: NEW
164  Program decode-dimms: NEW
165  Modules: fill_inode fix, will stop segfaults on unloading in kernels after
166           2.1.58
167  Modules: Somewhat less verbose on transfers
168  Module lm78.o now recognizes and handles lm78-j and lm79
1692.0.1 (1998121?)
170  Module gl518sm.o updates, to make it actually work
171  Module lm75.o high/low-byte swapping write bug fixed
1722.0.0 (19981209)
173  Initial release
Note: See TracBrowser for help on using the browser.