root/lm-sensors/tags/V2-3-3/CHANGES

Revision 453, 4.0 kB (checked in by phil, 10 years ago)

(Phil) Tag and release 2.3.2 (without i2c-voodoo3 or bt869 being built

by default)

  • 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.3.2 (19990507)
17   Module i2c-hydra: Now compiles on 2.0.x kernels
18   Module i2c-lm75: Slightly better detection
19   * New, but not compiled by default:
20   Module i2c-voodoo3: beginning of Voodoo3 I2C bus driver
21   Module bt869: Beginning of BT869 (PAL/NTSC video converter) driver
22
23 2.3.1 (19990501)
24   All: Now compiles on PPC
25   Module i2c-hydra: NEW
26   Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works
27   Module w83781d: Removed deadlock (mutex was not initialized)
28   Documentation: A few glitches removed
29   Makefile: default module installation directory is now
30             /lib/modules/current/extra/misc
31   Program sensors-detect: PPC Hydra now detected
32   Program sensors: Now prints complete GL518SM information
33   Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added
34
35 2.3.0 (19990422)
36   All: Many, many changes and improvements
37   All: Many small bugs and problems removed
38   Modules: New insmod parameters
39   Modules: Much improved chip detection
40   Module maxilife: NEW
41   Module adm1021: MAX1617A now also supported
42   Module adm9024: DS1780 now also supported
43   Module w83781d: W83782D and W83783S now also supported
44   Program sensors-detect: NEW
45   Library: All chips now supported
46   Documentation: Very much improved
47
48 2.2.2 (199903??)
49   Just some minor updates and bug fixes.
50
51 2.2.1 (19990218)
52   All: Removed compile warnings
53   Module i2c-dev: Small bug removed if DEBUG=1 was used
54   Module sis5595: Now compiles for 2.0 kernels
55   Module adm1021: Detection corrected
56  
57 2.2.0 (19990216)
58   All: Set copyrights to include 1999
59   All: Small bugfixes
60   I2C: Upgraded to newest archive of Simon Vogl
61   Module i2c-dev: NEW
62   Module i2c-ali15x3: NEW
63   Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
64      directories, and somewhat improved
65   Module sis5595: NEW
66   Modules: Renamed all bus modules to i2c-*, new directory lay-out
67   Library: Support for new chip drivers, several small bugs fixed
68   Library manual pages: NEW
69   Program i2cdetect: Moved to detect directory
70   Program detect.pl: NEW
71   Program doc-features: NEW
72   Program sensors: Added man-page
73   Document BUGS: Added cdrom bug and kernel i2c conflict
74  
75 2.1.2 (19990116)
76   Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
77   Module gl518sm.o: yet more bug fixes. It should at long last be usable now
78   Documentation in doc/kernel: NEW
79
80 2.1.1 (19990107)
81   Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
82                      and older
83   Module gl518sm.o: Miscelaneous bugs and problems solved
84   Program isadump: NEW
85
86 2.1.0 (19981230)
87   Library: Completely NEW
88   Program sensors: NEW
89   Program grab_busses: NEW
90   Program decode-dimms: More information
91   Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
92   Module w83781d.o: NEW
93   Module lm80.o: NEW
94   Module gl518sm.o: new procfile beep, several small updates
95   Modules: Now use pin readings, no more scaling within the kernel (use the
96            library instead)
97  
98 2.0.2 (19981214)
99   Module eeprom.o: NEW
100   Program decode-dimms: NEW
101   Modules: fill_inode fix, will stop segfaults on unloading in kernels after
102            2.1.58
103   Modules: Somewhat less verbose on transfers
104   Module lm78.o now recognizes and handles lm78-j and lm79
105 2.0.1 (1998121?)
106   Module gl518sm.o updates, to make it actually work
107   Module lm75.o high/low-byte swapping write bug fixed
108 2.0.0 (19981209)
109   Initial release
Note: See TracBrowser for help on using the browser.