root/lm-sensors/tags/V2-5-2/CHANGES

Revision 842, 7.1 kB (checked in by phil, 8 years ago)

(Phil) Check and date changes. Looks good.

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