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

Revision 415, 3.2 kB (checked in by phil, 10 years ago)

(Phil) Minor date changes in prep for 2.3.0 release. I also made a very

brief mention of 2.2.2.

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