root/lm-sensors/trunk/CHANGES @ 656

Revision 656, 4.8 KB (checked in by phil, 13 years ago)

(Phil) Prep for 2.4.4 release. I also reordered a couple checklist items
in a more logical order (for me anyway).

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