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

Revision 821, 6.6 kB (checked in by phil, 8 years ago)

(Phil) Tag and release 2.5.1

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