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

Revision 700, 5.1 kB (checked in by frodo, 9 years ago)

Updated CHANGES file

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