root/lm-sensors/trunk/CHANGES @ 239

Revision 239, 2.7 KB (checked in by frodo, 14 years ago)

Updated CHANGES file to prepare for 2.2.1 release

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1This is a list of the most important changes between 2.x versions. It is by
2no means complete, listing only user-visible changes which are interesting.
3The ultimate way to know what has changed is to run diff, or even neater,
4ask 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
162.2.1 (19990218)
17  All: Removed compile warnings
18  Module i2c-dev: Small bug removed if DEBUG=1 was used
19  Module sis5595: Now compiles for 2.0 kernels
20  Module adm1021: Detection corrected
21 
222.2.0 (19990216)
23  All: Set copyrights to include 1999
24  All: Small bugfixes
25  I2C: Upgraded to newest archive of Simon Vogl
26  Module i2c-dev: NEW
27  Module i2c-ali15x3: NEW
28  Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
29     directories, and somewhat improved
30  Module sis5595: NEW
31  Modules: Renamed all bus modules to i2c-*, new directory lay-out
32  Library: Support for new chip drivers, several small bugs fixed
33  Library manual pages: NEW
34  Program i2cdetect: Moved to detect directory
35  Program detect.pl: NEW
36  Program doc-features: NEW
37  Program sensors: Added man-page
38  Document BUGS: Added cdrom bug and kernel i2c conflict
39 
402.1.2 (19990116)
41  Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
42  Module gl518sm.o: yet more bug fixes. It should at long last be usable now
43  Documentation in doc/kernel: NEW
44
452.1.1 (19990107)
46  Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
47                     and older
48  Module gl518sm.o: Miscelaneous bugs and problems solved
49  Program isadump: NEW
50
512.1.0 (19981230)
52  Library: Completely NEW
53  Program sensors: NEW
54  Program grab_busses: NEW
55  Program decode-dimms: More information
56  Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
57  Module w83781d.o: NEW
58  Module lm80.o: NEW
59  Module gl518sm.o: new procfile beep, several small updates
60  Modules: Now use pin readings, no more scaling within the kernel (use the
61           library instead)
62 
632.0.2 (19981214)
64  Module eeprom.o: NEW
65  Program decode-dimms: NEW
66  Modules: fill_inode fix, will stop segfaults on unloading in kernels after
67           2.1.58
68  Modules: Somewhat less verbose on transfers
69  Module lm78.o now recognizes and handles lm78-j and lm79
702.0.1 (1998121?)
71  Module gl518sm.o updates, to make it actually work
72  Module lm75.o high/low-byte swapping write bug fixed
732.0.0 (19981209)
74  Initial release
Note: See TracBrowser for help on using the browser.