root/lm-sensors/trunk/CHANGES @ 2575

Revision 2575, 50.7 KB (checked in by khali, 9 years ago)

Big update.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1lm_sensors CHANGES file
2-----------------------
3This is a list of the most important changes in 2.x versions. It is by
4no means complete, listing only the most significant changes.
5The ultimate way to know what has changed is to run diff, or even neater,
6ask CVS about it:
7
8  * Checkout the archive (see doc/cvs for how you can do this)
9  * Determine which tags are valid, by running this command from the
10    project root directory:
11      cvs status -v -l Makefile
12    Valid tags are usually of the form V2-1-0 for version 2.1.0
13  * Ask cvs for the difference between two versions:
14      cvs diff -r TAG1 -r TAG2 DIFF-OPTIONS
15    for example:
16      cvs diff -r V2-0-0 -r V2-0-1 -u
17
18-----------------------------------------------------------------------------
19
202.8.7 (2004xxxx)
21  File README.thinkpad: Update 24RF08 status
22  File doc/fan-divisors: More info on accuracy
23  File doc/lm_sensors-FAQ.texi: Update 4.27
24  File doc/chips/adm1031: New
25  File doc/chips/max1619: New
26  File doc/chips/pc87360-fan: Renamed to pc87360
27  File doc/chips/pc87360: Big update
28  File doc/chips/w83781d: Update AS99127F documentation
29  File etc/sensors.conf.eg: Add comments about BP6 voltages
30                            Add comment on Asus A7V8X-X VCore
31                            Misc fixes to lm80 section
32                            Update via686a section
33                            New lm99 section
34                            Add section for LM85-like chips
35                            Preliminary pc87366 section
36                            Add comment on GL520SM application modes
37                            Document beep_enable (Aurelien Jarno)
38                            Preliminary max1619 section
39                            Preliminary adm1030 and adm1031 sections
40  Library: Fix 2.6 VRM
41           Fix 2.6 hyst temp for 2.6 (lm75, lm78 and gl518sm)
42           Fully support the PC87360 family
43           Support the lm99
44           Add version and date strings
45           Support 2.6 max1619
46  Makefile: Do not run depmod on staged installs (Peter Breitenlohner)
47  Man page i2cdetect.8: document new command line flags
48  Man page i2cdump.8: More details on how i2cdump can write to a chip
49  Modules (all chip drivers): Rework memory allocation scheme.
50  Module adm1031: New (Alexandre d'Alton)
51  Module bmcsensors: Fix oops by creating thread for initialization
52  Modules dmi_scan, i2c-piix4: Move IBM detection into dmi_scan
53  Modules w83781d.c, smartbatt.c, lm75.c, gl520sm.c, gl518sm.c, ds1621.c,
54          asb100.c, lm92.c: Use swab16
55  Modules eeprom, ddcmon: Unconditional prevention of 24RF08 corruption
56  Module gl520sm: Less agressive initialization process
57                  Fix temp1 limits being unsettable in application
58                  Ensure that temp2 and in4 are not used at the same time
59  Module i2c-i801: Support 6300ESB and ICH6
60  Module i2c-piix4: Don't blacklist IBM with Serverworks chip
61  Module i2c-sis645: Add support for SiS655
62  Module it87: Discard non-standard Super-I/O exit sequence (Bjorn Mork)
63  Module lm90: Support LM99 and LM89
64  Module lm92: Support MAX6633, MAX6634, MAX6635 and LM76
65               Get rid of useless i2c_probe call
66  Module max1619: New (Alexey Fisher)
67  Module p4b_smbus: Add support for mobile versions of the 82801
68                    (Axel Thimm)
69  Module pc87360-fan: Renamed to pc87360
70  Module pc87360: Also support PC87365 and PC87366
71                  Add write support
72                  Correctly set the chip name depending on the type
73                  Add voltage and temperature support
74                  Fix fan speed computation
75                  Retrieve fans configuration from Super-I/O space
76                  Export pwm_enable (read-only)
77                  Honor pwm invert bits
78                  Clear fan alarms after we read them
79                  Do not read fan data when monitoring is disabled
80                  Do not include SENSORS_INSMOD stuff
81                  New module parameter: init
82                  Fan clock dividers change automatically
83                  Add thermistor dupport
84  Module smsc47m1: Lock on reads and writes
85                   Various PWM fixes
86  Module thmc50: Fix address range
87  Module via686a: Fix voltage roundings
88                  Simplify temperature conversions
89  Module w83781d: Drop PWM support for as99127f
90                  Invert AS99127F beep bits in driver rather than user-space
91  Programs pwmconfig, fancontrol: Switch to new sysfs naming scheme
92  Program fancontrol: restore fans on TERM and KILL (Stephen Kitt)
93  Program fancontrol.pl: New
94  Program i2cdetect: Adapt probing method to address
95                     Add -q and -r flags to force probing methods
96                     Allow probing range selection
97  Program isadump: Major improvements
98  Program isaset: New
99  Program mkpatch: Patch dmi_scan.c in kernel instead of adding our own
100                   module
101                   Include i2c-nforce2
102  Program sensord: New --rrd-no-average parameter
103                   Syncronize time slots with rrd
104                   Fix W83781D temp3 alarm (Aurelien Jarno)
105                   Add ASB100 support (Andrew May)
106  Program sensors: Fully support the PC87360 family
107                   Fix lm80 temperature alarms
108                   Support the lm99
109                   Do not invert AS99127F beep bits anymore
110                   Fix W83781D temp3 alarm (Aurelien Jarno)
111                   Print library version string
112  Program sensors-detect: Rework Super I/O detection
113                          Support SiS655/SiS96x
114                          Support ADT7461 and ADT7467
115                          Better support for ADM1027, ADT7460 and ADT7463
116                          Explicitly support ADM1028
117                          Scan all logical devices of PC87365 and PC87366
118                          Detect LM92, LM76, MAX6633, MAX6634, MAX6635
119                          Detect eeproms with software write protect (not
120                          enabled by default)
121                          Support ALi 1563 (2.6 only)
122                          Drop LTC1710 support
123                          Use byte reads for probing on ranges 0x30-0x37 and
124                          0x50-0x5F
125                          Improve LM89 and LM99 support
126                          Support GeForce FX 5900 video cards
127                          Fix devfs misdetection (Aurelien Jarno)
128                          Detect 6300ESB, ICH6
129                          Fix double detection of ISA chips
130                          Support MAX1619
131                          Support PC87373 Super-I/O
132                          Fix unknown adapters appearing multiple times
133                          Refine MAX6650/MAX6651 detection
134
135
1362.8.6 (20040405)
137  File README.thinkpad: Update status
138  File doc/chips/pca9540: New
139  File doc/chips/pc87360-fan: New
140  File etc/sensors.conf.eg: Update pcf8591 default configuration
141  Library: Switch to new sysfs naming standard
142           Fix gcc 3.3 warnings (Philipp Thomas)
143           Support 2.6 ds1621 and pcf8591
144           Change pcf8591 magnitudes
145           Support pc87360-fan
146  Makefile: Install shared library 755
147  Man pages i2cdump.8, i2cset.8, isadump.8: New (Debian team)
148  Man pages i2cdetect.8, sensors-detect.8: New (Debian team)
149  Modules ds1621, pcf8591: Check for capabilities before using them
150                           (Aurelien Jarno)
151  Modules pcf8574, pcf8591: Cleanups
152  Modules ddcmon, eeprom: Fix bogus init (Ralf Roesch)
153  Module adm1021: Better detection and initialization
154  Module pca9540: New driver for the Philips PCA9540
155  Module pc87360-fan: New driver for the National Semiconductor PC87360,
156                      PC87363 and PC87364 Super I/O chips
157  Module smsc47m1: Support the LPC47B27x
158  Programs i2cdetect, i2cdump, i2cset: Fix incorrect bus names if possible
159  Program i2cdetect: Skip special addresses by default
160  Program sensord: Prevent null pointer dereference (Tim Toohey)
161  Program sensors: Print the degree symbol in the terminal's current locale
162                   (Aurelien Jarno)
163                   Update pcf8591 print to support 2.6 driver
164                   Support pc87360-fan
165  Program sensors-detect: Support Maxim MAX6900, ALi M5879, Philips PCA9540
166                          Improved SiS chips support
167                          Add a white list of IBM systems
168                          Drop support of undetectable adapters
169                          Fix smart battery detection
170                          Add smart battery charger and manager detection
171                          Rework adm1021 and clones detection
172                          The PC87360, PC87363 and PC87364 Super I/O chips
173                          now have a (preliminary) driver
174                          Rework Super I/O detection
175                          Better support of devfs
176  Program sensors-detect-stat.pl: New
177
178
1792.8.5 (20040305)
180  File doc/chips/SUMMARY: Update
181  File etc/sensors.conf.eg: Epox 8K3A tweaks. (Kronos)
182  Makefiles hotplug and rrd: Remove -o and -g arguments to install
183  Module bmcsensors: Increase max SDRs to 100
184  Module fscher: Rename fanN_min to pwmN (Reinhard Nissl)
185  Module i2c-amd756: Don't register driver to avoid driver conflicts.
186                     (Daniel Rune Jensen)
187  Module it87: Better temperature sensor types handling (Takeru Komoriya)
188               Fix reset=1 (Takeru Komoriya)
189  Module lm80: Code cleanups
190  Module vt1211: Fix bitmask in uch_config read and write; remove in6 and temp1
191  Module vt8231: Fix bitmask in uch_config read and write; remove in6 and temp1
192  Module w83627hf: Add w83637hf support
193                   Fix exported name
194                   Fix PWM in w83627thf
195                   Preserve other bits when forcing temp2/3 to comparator mode
196  Module w83781d: Preserve other bits when forcing temp2/3 to comparator mode
197                  Remove asb100 support
198  Modules asb100, fscher, lm90, max6650, w83l785ts, xeontemp:
199          Define driver ID if i2c-id.h doesn't have it yet.
200  Modules i2c-ali1535, i2c-hydra, i2c-i801, i2c-sis5595:
201          Backport oops fix from Linux 2.6.
202  Modules (all chips): Get rid of useless headers
203  Program decode-edid.pl: Add sysfs support
204  Program sensors: Add w83637hf support
205                   Add support for Shuttle Ethernet EEPROMs
206                   Drop 2.6 subclient detection
207  Program sensors-detect: Add heuristics to the LM80 detection function
208                          Add support for W83L785R, improve W83L784R/AR
209                          Add GeForce FX 5600 as supported by rivatv
210                          More Super IO chips, better handling
211  Library: Update to match renames in fscher
212           Reverse temporary changes to w83l785ts mappings
213           Fix vt1211 and vt8231 uch_config not being writable
214           Add 2.6 lm80 support
215           Add w83637hf support
216           Remove in6 and temp1 from vt1211 and vt8231
217           Add support for Shuttle Ethernet EEPROMs
218           Remove unused as99127f features
219
220
2212.8.4 (20040207)
222  File doc/lm_sensors-FAQ.texi: Update 4.20.
223  File doc/chips/it87: Change hyst to low
224  File doc/chips/w83l785ts: New
225  File etc/sensors.conf.eg: Change it87 hyst to low
226                            Fix w83697hf supposed to have temp3
227                            Limits initialization for adm1025/ne1619
228                            Handle fscher voltage conversions
229                            Add Tyan Trinity S2495 KT400 setup (Eric
230                              Schumann)
231                            Fix fscher fan labels (Reinhard Nissl)
232  Library: Better 2.6 eeprom support
233           Change it87 hyst to low
234           Add 2.6 gl518sm, fscher support
235           Fix 2.6 negative voltages handling
236           Temporary fix to w83l785ts mappings
237  Module adm1025: Separate prefix for NE1619
238  Module adm1026: Remove use of temporary ID
239                  Define addresses as a range
240  Module bmcsensors: Fix reservations
241  Module fscher: Externalize voltage conversions
242  Module eeprom: Remove memtype
243  Module i2c-piix4: Fix resource release error
244                    Various cleanups
245  Program decode-vaio.pl: Add sysfs support
246  Program mkpatch: Add max6650, lm83, lm90, asb100 and w83l785ts
247                   Drop linux 2.2 support
248                   Add w83627hf
249  Program sensors: Do not show algorithm by default
250                   Cleanup temperature unit display code
251                   Cleanup label spacing code
252                   Fix output to UTF-8 terms (Marcel Sebek)
253                   Simplify gl518sm print
254                   Do not ignore errors in FSC chips prints
255                   Fix w83l785ts print
256                   Cleanup FSC chips prints
257  Program sensors-detect: Fix PATH issues
258                          Correctly point to the fscher driver
259 
260
2612.8.3 (20040115)
262  File lm_sensors.spec: Update
263  Library: Add 2.6 eeprom, lm90 support
264           Fix 2.6 temp_hystX for 2.6.1-rc1 and later
265  Makefile: Update Alpha CMODFLAGS (Daniel Nilsson)
266  Makefiles: Remove -o and -g arguments to install; add DESTDIR where missing
267  Module i2c-amd756: Fix byte writes
268  Module i2c-tsunami: Cleanups (Daniel Nilsson)
269  Module it87: Fix sg_tlx writes; fix sensor type reporting;
270               add 8712 Super I/O detection;
271               remove initialization of temp_type and fan_ctl;
272               remove init and temp_type module parameters
273  Module lm90: Handle hysteresis differently
274  Module smartbatt: Fix detection, magnitudes, temp
275  Module w83781d: Fix negative voltages
276  Module w83l785ts: New
277  Program eeprog: Make 8 bit mode the default
278  Program fancontrol: Improvements, fixes, support 2.6 kernels
279  Program mkpatch: Add lm75.h
280  Program pwmconfig: Improvements, fixes, support 2.6 kernels
281  Program sensors: Add ASB100 support
282  Program sensors-detect: Add 8712 Super I/O detection;
283                          add W83L785TS detection
284
285
2862.8.2 (20031211)
287  IMPORTANT: Limit initialization removed from all chip drivers!
288             If you didn't run 'sensors -s' in the past you may need to now!
289  File sensors.conf.eg: Change lm75 scaling back to 1;
290                        Add example for asb100
291  Library: Fix bmcsensors scaling, increase number of sensors;
292           Add w83627thf support; Advance version to 3.0.0;
293           Add hermes, ADM1032, ASB100 support;
294           Add it87 sensor type support;
295           Add sysfs support for kernel 2.6;
296           Fix memory leaks
297  Makefiles: Install fancontrol, pwmconfig, decode-*.pl;
298             Fail if no kernel .config file exists;
299             Don't build module dependencies for user and user_install
300  Modules adm1021, adm1024, adm1025, adm9240, ds1621, gl518sm, gl520sm,
301          it87, lm75, lm78, lm80, lm83, lm87, lm90, mtp008, sis5595,
302          smsc47m1, thmc50, via686a, w83627hf, w83781d:
303          Remove initialization of limits by driver.
304  Modules it87, lm78, mtp008, sis5595, w83627hf: Fix IN_FROM_REG rounding
305  Modules (chip): Init cleanups
306  Module asb100: New
307  Module bmcsensors: Fix voltage scaling, voltage and fan limits
308  Modules ddcmon, eeprom: Add failure printks
309  Module fscher: New (Fujitsu-Siemens Hermes driver)
310  Module i2c-amd756: Fix AMD8111 support
311  Module i2c-amd8111: Fix byte writes
312  Module i2c-nforce2: Fix byte writes
313  Module i2c-piix4: Add support for CSB6; add fix_hstcfg option
314  Module i2c-sis630: Sync with 2.6.0-X driver version
315  Module i2c-viapro: Add support for Via 8237
316  Module it87: Add pwm and "smart guardian" support;
317               add it87 sensor type support
318  Module lm75: Fix negative voltages
319  Module lm90: Add ADM1032 support
320  Module w83781d: Fix 791d and 627hf detection
321  Module w83627hf: Add VID support
322  Program dmidecode: Remove (sensors-detect doesn't need it anymore)
323  Program eeprog: New
324  Programs i2cdetect, i2cdump, i2cset: add -v (version) option;
325                                       support sysfs for i2c bus search
326  Program i2cdetect: Add -l option to list busses
327  Program i2cdump: Add 'c' mode for consective address reads
328  Program mkpatch: Cleanups
329  Program pwmconfig: Handle multiple fans controlled by a single pwm
330  Program sensord: Remove ddcmon support
331  Program sensors: Add ADM1032 support; add messages for sysfs
332  Program sensors-detect: Prefer Super I/O drivers;
333                          Fix W83627HF and W83791D detection; detect CSB6;
334                          Detect ADM1029, ADM1030, ADM1031;
335                          Detect W83637HF, W83697UF;
336                          Add it87 sensor type support; add sysfs support
337                          Reduce lm80 misdetects; remove PCFxxxx "detection"
338                          Detect VT8237 (KT600)
339                          Use VPD instead of DMI+ACPI for Thinkpad detection
340                          Suggest new asb100 driver instead of w83781d
341
342
3432.8.1 (20031005)
344  NOTE: Requires i2c-2.8.1 or newer!
345  File sensors.conf.eg: Improved adm1025 section
346                        Default temp labels for as99127f
347                        Improved lm83 section
348                        Better support for Asus A7V8X-X
349  File doc/chips/SUMMARY: Add SMSC manufacturer ID
350  File doc/chips/adm1025: Add decent documentation (almost new)
351  File doc/chips/lm83: Known motherboards list update, misc updates
352  Library: Change adm1025 names (hyst/over become low/high)
353           Swap adm1025 temp1 and temp2 to match the driver's order
354           Advance version to 2.0.1
355           Update lm83 support
356           Add support for lm90, xeontemp, max6650
357           Add separate messages for read and write errors
358           Add missing message for parse error
359  Makefile: Move LINUX_HEADERS from ALL_CPPFLAGS to MODCPPFLAGS
360  Modules (various): Fix includes for compilation on Alpha
361                     Use the new i2c_delay function instead of the various
362                     do_pause functions
363  Module i2c-ali15x3: Fix resource leak (Daniele Bellucci)
364  Module i2c-nforce2: Cleanups
365  Module i2c-i810: Use readl/writel for portable access to PCI memory
366  Module i2c-piix4: Force CPCI735 bug workaround (Tom Rini)
367  Module i2c-savage4: Use readl/writel for portable access to PCI memory
368  Module i2c-sis630: Fix detection
369                     Add block data read/write support
370  Module i2c-sis645: Detection method change/bugfix
371  Module i2c-viapro: Prevent buffer overrun (Sergey Vlasov)
372  Module i2c-voodoo3: Use readl/writel for portable access to PCI memory
373  Module adm1025: Major driver update
374                  Add support for Philips NE1619
375                  Simplify the driver a lot (unified voltages, unified
376                  temperatures and much more)
377                  Fix default voltage limits
378                  Change default temperature limits
379                  Swap remote and local temperatures to match the internal
380                  registers order (make the code unification possible)
381                  Export remote diode fault through alarms
382  Module ddcmon: Major update
383                 Add half a dozen new features
384                 Add checksum parameter (same as for the eeprom module)
385                 Fix monitor limits
386  Module eeprom: Ignore Sony Vaio EEPROMs with a password set
387  Module lm78: Fix a fan_div/fan_min bug
388  Module lm83: Add t_crit and alarms support
389  Module lm90: New
390  Module max6650: New
391  Module saa1064: New
392  Module smsc47m1: Add support for 47M142
393  Module w83627hf: Fix 697HF PWM; fix 697HF VBAT and V5SB alarms;
394                   enhance w83627thf support
395  Module w83781d: Enhance chip detection; clean up error returns;
396                  fix 697HF and 791D PWM; fix 697HF VBAT and V5SB alarms
397  Module xeontemp: New
398  Program decode-dimms.pl: Add Direct Rambus (DRDRAM)
399                           Mark Rambus as unsupported
400  Program decode-edid.pl: New
401                          Interfaces between our eeprom module and
402                          parse-edid from the read-edid project
403  Program p4b_smbus: Fix SMP compilation
404  Program sensord: Add support for IT87 (Mike Black)
405                   Change ADM1025 support to match the changes made to
406                   the library
407  Program sensors: Rewrite and enhance EEPROM support
408                   Change LM83 and ADM1025 support to match the changes
409                   made to the library
410                   Add DRDRAM support to print_eeprom
411                   Exit(1) on /proc write failure (Malte Starostik)
412                   Add LM90, MAX6650 support
413  Program sensors-detect: Add support for PCF8574, PCF8574A, SAA1064
414                          Add support for LM82, LM86, LM89
415                          Improved W83781D family detection
416                          Add support for AS19927F rev.2, ASB100 Bach
417                          Add support for Asus Mozart-2 (3 types)
418                          Add support for NE1619
419                          Add support for FSC Hermes
420                          Make sure /sbin is in the user's path
421                          Fix EEPROM detection
422                          Automatic module.conf and /dev/i2c* detection
423                          Improve LM82 and LM83 detection
424                          Handle "to-be-written" cleanly
425                          Add detection for 47M14x Super I/O
426                          Handle the one-address-many-chips-same-driver
427                          case
428
429                         
4302.8.0 (20030714)
431  NOTE: Requires i2c-2.8.0 or newer!!!
432  Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required;
433                  2.4.13 or later required for mkpatch.
434  File i2c-dev.h: Include userspace portion removed from i2c-dev.h in
435                  i2c package
436  File doc/chips/fscscy: Add watchdog documentation
437  File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations
438  File sensors.h: Now automatically generated
439  Library: Add support for exponents and logarithms for vt1211/vt8235 temps;
440           add adm1026, lm83, lm85, w83791d support;
441           Advance version to 2.0.0
442  Makefiles: Generate warnings if new library won't be found by ld.so;
443             Modules now install in kernel/drivers/i2c/[busses,chips];
444             Ensure that headers in /usr/local/include are used first;
445             Don't use /usr/include headers for modules;
446             Handle multiple UTS_RELEASE definitions in linux/version.h;
447             Automatically generate kernel/include/sensors.h;
448             Remove old gzipped modules; remove old misc directory if empty;
449             Remove pre-2.4 installation method;
450             -Wall now the default;
451             Add new targets user, user_install, and help;
452             Run depmod after module installation
453  Modules (all): Cleanups including
454                - Add #include <i2c-proc.h>
455                - C99 initializers
456                - Remove #ifdef MODULE
457                - Remove #ifndef THIS_MODULE
458                - Remove #ifndef MODULE_LICENSE
459                - Remove other 2.1/2.2 #ifdefs
460                - Remove #include "sensors.h", copy SYSCTL defs to module
461                - Remove excess #includes
462                - Remove argument in i2c_register_entry()
463                - Remove dummy xxx_command() definition
464                - Remove EXPORT_NO_SYMBOLS
465                - Remove init_MUTEX #define
466                - Remove xxx_inc_use() and xxx_dec_use() functions; modules
467                  no longer adjust their own refcounts
468                - Use module_init() and module_exit()
469                - Update to new i2c_driver struct definition
470  Modules (bus PCI): Convert to PCI-module-style initialization
471  Modules (several): Add support for AMD Opteron VRM (VID) encoding
472  Module adm1021: Set alarm on failed reads and report old value;
473                  merge changes from kernel 2.5.54
474  Module adm1026: New
475  Module bmcsensors: Fix compile when DEBUG=1
476  Modules ddcmon, eeprom: Use i2c block reads if possible;
477                          better error handling
478  Module ds1307: Add to Makefile
479  Module gl520sm: Fix temperature over/hyst writes
480  Module lm75: merge changes from kernel 2.5.54
481  Module lm83: New
482  Module lm85: New
483  Module i2c-ali1535: Check for invalid transaction
484  Module i2c-ali15x3: Check for invalid transaction
485  Module i2c-amd756: merge changes from kernel 2.5.54;
486                     check for invalid transaction
487  Module i2c-amd8111: merge changes from kernel 2.5.54
488  Module i2c-i801: Add support for 82801EB (ICH5)
489  Module i2c-i810: Fix for some chips
490  Module i2c-nforce2: New
491  Module i2c-piix4: Check for invalid transaction
492  Module i2c-sis5595: Check for invalid transaction; add more blacklist IDs
493  Module i2c-sis645: Add support for SiS648, SiS651, SiS745, and SiS746
494        north bridges; SiS962 and SiS963 south bridges
495  Module i2c-viapro: Check for invalid transaction
496  Modules mtp008, smsc47m1, vt1211, vt8231, w83781d: Standardize and improve
497          pwm and pwm enable support; update docs
498  Module smbus-arp: Check adapter for HW or SW PEC support;
499                    add reset option
500  Module w83781d: Add support for w83791d
501  Module w83627hf: New
502  Program decode-dimms.pl: Recognize DDR and Rambus
503  Program eeprom: Fix writes for small eeproms
504  Program eeprom, eepromer: Use local i2c-dev.h for build
505  Program fancontrol: New
506  Program lm_sensors.init: Call sensors -s in start()
507  Program mkpatch: Fix vt8231 compile; keep tsunami from menu on non-alpha;
508                   Add adm1026,lm85 support;
509                   Remove sensors.c file; add sensors_compat.h;
510                   Remove patches to i2c-core.c and drivers/char/mem.c;
511                   Now works only for kernels 2.4.13 or later
512  Program p4b_smbus: Fix 'make install';
513                     Install in same place as other modules;
514                     Clear correct bits in config word
515  Program pwmconfig: New
516  Program sensors: add adm1026, lm85, w83791d support
517  Program sensors-detect: Add super i/o detection (smsc47m1, vt1211,
518                          w83627hf, w83627thf, w83697hf);
519                          Add support for SiS651, SiS961, SiS745, SiS746;
520                          Support dmidecode 2.0 and later;
521                          Fix "C" format error;
522                          Add support for adm1026, 82801EB (ICH5), W83791D;
523                          Add support for w83l785ts, nForce2;
524                          Fix UTF-8 incompatibility;
525                          Better support for lm75;
526                          Add support for lm83
527
5282.7.0 (20021208)
529  NOTE: Requires i2c-2.7.0 or newer.
530  File doc/busses/i2c-ali1535: Add license, miscellaneous changes
531  File doc/busses/i2c-ali15x3: Add license, miscellaneous changes
532  File doc/busses/i2c-sis645: Add license
533  File doc/chips/lm92: Add license, features
534  File doc/chips/maxilife: Add license, parameters, features
535  File doc/chips/smartbatt: Complete rewrite
536  File doc/chips/vt8231: Add license, parameters
537  File sensors.conf.eg: Add section for lm75; complete the lm78 section
538  Library: Add support for MC1066; add multiple VRM version support for lm87;
539           enhance adm1023 support; initial support for Sony Vaio eeprom;
540           add support for bmcsensors; add hacks for additional dummy drivers
541  Makefile: Take kernel source location from /lib/modules/x.x.x/build;
542            add flags for x86_64 compiles
543  Module adm1021: Add support for MC1066
544  Module bmcsensors: New       
545  Module dmi_scan: Rename symbol duplicated in kernel; apply fixes from
546                   kernel 2.5.43; fix 2.2 kernel compiles
547  Module gl518sm: Iterate allowed only for rev 0x00
548  Module i2c-amd756: Configure base address for nForce support;
549                     check for uninitialized base address;
550                     add support for amd8111 (SMBus 1.0)
551  Module i2c-amd8111: New (SMBus 2.0)
552  Module i2c-ipmb: New
553  Module i2c-ipmi: New
554  Module i2c-keywest: Sync with kernel 2.4.20
555  Module i2c-sis630: Add support for SiS730
556  Module i2c-sis645: Improve support for SiS645/961;
557                     add support for SiS645DX/961 and SiS735;
558                     fix 2.2 kernel compiles
559  Module i2c-viapro: Add support for VT8233A (new ID 0x3177) and VT8235
560  Module lm87: Add multiple VRM version support
561  Module vt1211: Fix inx limits and alarms; fix in0
562  Module vt8231: Fix inx limits and alarms; fix in0
563  Module w83781d: Fix in0/in1 initialization
564  Module smartbatt: New
565  Modules (several): Remove #ifndefs, require i2c-2.7.0; HZ fixes
566  Program decode-dimms.pl: Code cleanup; valid HTML; better HTML output;
567                           stop decoding on checksum error
568  Program dmidecode: Fix read bug; upgrade to version 1.8
569  Program doc-insmod: Complete rewrite; fix author output
570  Program doc-features: Complete rewrite; handle missing sysctl entries;
571                        handle unknown prefix with suggestion
572  Program lm_sensors.init: Remove spaces bug; add green/red output
573  Program mkpatch: Fix dmi_scan module compile; add sis630, sis645, amd8111
574  Program rrd: Add sanity limits to newly-created RRD.
575  Program sensord: (v0.6.2) Add sanity limits to newly-created RRD.
576  Program sensors: Add support for MC1066, Rambus Rimms;
577                   fix w83781d temp3 alarm; fix gl518sm rev 0x00 recognition;
578                   initial support for Sony Vaio eeprom
579  Program sensors-detect: Add support for MC1066, smart battery, 8235,
580                          IPMI, AMD8111; add help if no sensors found;
581                          add ACPI method for IBM system detection;
582                          work with old Perl versions again;
583                          initial support for Sony Vaio eeprom
584
5852.6.5 (20020915)
586  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
587  File sensors.conf.eg: Fix temp[23] for as99127f; add vt8231
588  Library: Fix fan3_div writes for w8378* and it87; add vt8231
589  Module dmi_scan: new
590  Module ds1621: Fix enable/disable
591  Module eeprom: Do not corrupt 24RF08's when checksum=1
592  Module i2c-i801: Check for uninitialized base address;
593                   enable if not enabled
594  Module i2c-piix4: Refuse to load on IBM systems to prevent 24RF08 corruption
595  Module i2c-sis630: new
596  Module i2c-sis645: new
597  Module lm92: Fix in-kernel initialization
598  Module via686a: Remove VT8231 support
599  Module vt8231: new
600  Module w83781: recognize Asus "ASB100 Bach" as AS99127F
601  Program dmidecode: new
602  Programs i2cdetect, i2cdump, i2cset, isadump: Now installed by 'make install'
603  Program mkpatch: Add Config.in entries for, lm92,
604                   pcf8574, pcf8591, smsc47m1, vt1211;
605                   add dmi_scan
606  Program p4b_smbus: Fix compile for SMP and MODVERSIONS; fix PCI ID problem
607  Program lm_sensors.init: fix stop()
608  Program sensord: (v0.6.1) Add /usr/local/etc to config file path;
609                   add support for logging loadavg in RRD;
610                   fix down-converting raw labels for RRD;
611                   update chip support, still behind sensors
612  Program sensors: Add /usr/local/etc to config file path;
613                   fix -c and -u flags; add vt8231
614  Program sensors-detect: recognize Asus "ASB100 Bach" as AS99127F;
615                          refuse to run on IBM systems;
616                          fix sysconfig module numbering;
617                          change quick write to not corrupt 24RF08's
618
6192.6.4 (20020719)
620  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
621  File doc/vid: New
622  File include/sensors_vid.h: New
623  File sensors.conf.eg: Add vt1211, smsc47m1
624  Library: Add multiple VRM version support for adm1025, w83781d;
625           fix 'flex scanner jammed' on some systems;
626           add vt1211, smsc47m1, lm92;
627           fix access mode checking
628  Makefiles: For 2.4+ kernels, modules now install in
629             kernel/drivers/[i2c,sensors] , not misc/ , and
630             'make install' removes old versions in misc/ .
631             Use $CFLAGS and $CPPFLAGS if defined.
632  Module adm1025: Add multiple VID version support
633  Module ds1307: new
634  Module i2c-amd756: Add nVidia nForce support; fix block read length;
635                     reliability improvements
636  Module i2c-hydra: Flush posted writes
637  Module i2c-i801: Add support for 82801DB (ICH4)
638  Module i2c-i810: Flush posted writes
639  Module i2c-savage4: new
640  Module i2c-viapro: Add support for VT8231 (0x8235), VT8233A (0x3147)
641  Module i2c-voodoo3: Flush posted writes
642  Module ds1307: New
643  Module lm92: New
644  Module smbus-arp: new
645  Module smsc47m1: new
646  Module via686a: Add support for VT8231 sensors
647  Module vt1211: new
648  Module w83781d: Add multiple VID version support; fix temp alarms
649  Program eeprom: new
650  Program i2cdump: Add smbus block command specification, add PEC support
651  Program lm_sensors.init: new
652  Program mkpatch: Add sensors_vid.h, i2c-savage4, lm92,
653                   pcf8574, pcf8591, smsc47m1, vt1211
654  Program p4b_smbus: Add support for ICH4
655  Program rrd: Fix swapped CPU and MB temps in summ_week.cgi
656  Program sensord.init: Renamed, was prog/init/sensors
657  Program sensord: Major update, now requires rrd source;
658                   not compiled by default
659  Program sensors: Recognize DDR SDRAM; add adm1025 VID; add -A
660                   (don't display algo. and adap.) option;
661                   add vt1211, smsc47m1, lm92
662  Program sensors-detect: Add VT8231, VT8233A, several S3 devices;
663                          add 82801DB, LM85; fix perl warnings;
664                          generate /etc/sysconfig/lm_sensors for
665                          lm_sensors.init script
666
6672.6.3 (20020322)
668  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
669  Chip modules (most): Allow THIS_MODULE definition for kernels 2.2.18+
670  File doc/chips/it87: add more temp_type help
671  File sensors.conf.eg: Un-ignore it87 in8, temp3, fan3;
672                        add adm1021 section; add lm87 AIN[1,2] template;
673                        swap negative voltage limits for 782d,783s,627hf,
674                        697hf,it87; add more it87 help; swap neg. voltage
675                        limits for lm78(-j), lm79, w83781d, as99127f
676  Library: Add PCF8591, W83697HF, ADM1023 support;
677           fix w83* fan_min computes;
678           swap neg. voltage limits for lm78(-j), lm79, w83781d, as99127f
679  Module adm1024: Add MODULE_LICENSE("GPL")
680  Module bt869: Add s-video out and DVD resolution support
681  Module eeprom: Add support for locations 128-255; rename /proc entries in hex
682  Module fscscy: implement min/max for voltages and fans
683  Module i2c-amd756: Add support for AMD768
684  Module i2c-i810: Add support for 810E
685  Module i2c-keywest: Big update, sync with kernel 2.4.18
686  Module i2c-piix4: Check for uninitialized base address
687  Module i2c-sis5595: Blacklist 645, 735
688  Module i2c-viapro: Check for uninitialized base address
689  Module gl518sm: Standardize /proc entries in0-3
690  Module lm87: Fix in0, in1, in5 initial limits; ain[1,2] -> in[6,7];
691               fan -> fan1; fix temp2 limit writes
692  Module pcf8574: Add support for PCF8574A; /proc interface changed
693  Module pcf8591: new
694  Module sis5595: Blacklist 645, 735
695  Module w83781d: Add W83697HF support; allow force_subclients parameter
696                  for Tyan 2460
697  Programs decode-dimms.pl, decode-xeon.pl: Update for new /proc names
698  Program decode-vaio.pl: new
699  Program i2cdump: Add i2c block read capability (requires i2c-2.6.3);
700                   add text output
701  Program init/sensors: New SysV init script
702  Program mkpatch.pl: Add support for fscscy, add more help entries
703  Program p4b_smbus: new
704  Program rrd: Install summ_week.cgi
705  Program sensors: Add PCF8591, W83697HF, ADM1023 support,
706                   clean up chassis intrusion prints
707  Program sensors-detect: Add several Nvidia chips, add PCF8591, add 810E;
708                          fix Via686a and it87 detection;
709                          add AMD768, IPMI-BMC-KCS and -SMIC; add Via 8231;
710                          fix uninitialized values; it87 beats lm78
711
7122.6.2 (20011118)
713  NOTE: Requires i2c-2.6.1 or newer, or kernel 2.4.13 or newer.
714  Chip Modules (all): malloc.h -> slab.h
715  Modules (all): Add MODULE_LICENSE("GPL")
716  File doc/FAQ: More updates and additions
717  File sensors.conf.eg: Fix it87 in5,in6 (-12,-5) calculations
718  Library: Add fscpos and fscscy support, fix gl520 in4 ID,
719           update it87 alarm ID's.
720  Module fscpos: new (Fujitsu-Siemens Poseidon driver)
721  Module fscscy: new (Fujitsu-Siemens Scylla driver)
722  Module i2c-amd756: Improve busy handling/printk's
723  Module i2c-i801: Add 82801CA/CAM support
724  Module i2c-keywest: Sync with PPC people, it works now
725  Module i2c-piix4: Add Intel 82443MX and SMSC Victory66 support
726  Module i2c-viapro: Add Via VT8233 support
727  Module it87: Merge alarm_* /proc entries to alarms
728  Module sis5595: Fix support for rev B0
729  Module via686a: Make limit initializations reliable
730  Module w83781d: Allow init=0 parameter to bypass initialization
731  Program isadump: Add flat address space (PCI) support
732  Program mkpatch.pl: Add support for i2c-ali1535, adm1024, ds1621,
733                      fscpos, it87, maxilife, mtp008
734  Program sensors: Fix w83781d temp precision
735  Program sensors-detect: Add ALI1535, Via VT8233, it87 (i2c),
736                          Fujitsu Poseidon and Scylla, 
737                          Intel 82443MX and 82801CA/CAM detection,                     
738                          add ITE 8172G detection (driver in kernel 2.4.10)
739
7402.6.1 (20010830)
741  File BUGS: Updated
742  File doc/FAQ: More updates and additions
743  File doc/chips/adm1021: Claim support for Philips NE1617, NE1617A
744  File sensors.conf.eg: Fix/enhance it87 section
745  Library: ds1621 and it87 updates
746  Module i2c-ali15x3: Allow force_addr=0xaddr; enable if not enabled.
747  Module i2c-amd756: Add AMD 766 support
748  Module i2c-i801: Fix 82801BA detection broken by kernel 2.4.6
749  Module i2c-piix4: Add Serverworks CSB5 support
750  Module i2c-sis5595: Recognize unsupported chips and refuse to load
751  Module adm1025: Fixed temp2 min/max writes
752  Module ds1621: Add 12-bit precision mode
753  Module it87: Enable all alarms, add in8 support, add sensor type selection
754  Module sensors: Don't initialize i2c-proc (moved to i2c-core);
755                  remove support for module
756  Module sis5595: Recognize unsupported chips and refuse to load
757  Module w83781d: Fix fan speed for as99127f (broken by 2.6.0)
758  Program eepromer: new
759  Program mkpatch.pl: Fix dependencies on i2c-proc; disallow compilation
760                      of sensors.c as a module in kernel
761  Program sensors: it87 updates; adjust temp. precision for some chips
762  Program sensors-detect: Fix ADM1024 and ADM1025 detection;
763                          recognize unsupported SiS chips;
764                          recognize AMD 766 and Serverworks CSB5.
765
7662.6.0 (20010612)
767  NOTE: i2c-2.6.0 MUST BE be compiled AND installed first!!!
768        If your make fails because it can't find <linux/i2c-proc.h>, you
769        forgot this step!!!
770  File doc/FAQ: Many, many updates and additions
771  File doc/busses/i2c-sis5595: new
772  File doc/busses/i2c-tsunami: new
773  File doc/chips/it87: new
774  File doc/chips/via686a: Claim support for 686b.
775  File README.thinkpad: new
776  File sensors.conf.eg: Adjust as99127f in5 (-12V) and temp2 calculations;
777                        Add lm87, adm9240, ds1780, lm81 templates;
778                        Enhance help comments in file;
779                        Add Tyan S2510 dual-MTP008 example;
780                        Make separate sis5595 section.
781  Include file i2c-isa.h: No longer required, moved to i2c.h in i2c package
782  Include file sensors.h: Most contents moved to i2c-proc.h in i2c package
783  Library: Fix/standardize some lm87 and mtp008 entries; add sis5595 in4;
784           Add support for maxilife-nba and amd1024;
785           Change from sensors_* to i2c_* globals for new i2c-proc.[ch]
786  Chip Modules (all ISA): Remove #include "i2c-isa.h"
787  Chip Modules (all): Change from sensors_* to i2c_* globals
788                      for new i2c-proc.[ch]
789  Makefiles: enhance to support Alpha architecture
790  Module adm1021: Fix lm84 and gl523sm support
791  Module adm1024: new
792  Module i2c-i801: Chip detection cleanup
793  Module i2c-i810: Fixed i2c_i810_init() not found in patched kernel
794  Module i2c-sis5595: Allow force_addr=0xaddr; enable if not enabled.
795  Module i2c-tsunami: New
796  Module i2c-via: Ensure i2c bus is tristated correctly.
797  Module it87: new driver for IT8705, IT8712, Sis950 chips
798  Module lm78: Recognize chipid=0x20
799  Module lm87: Fix in0, in1 (2.5V and Vccp1) calculations
800  Module mtp008: Fix temp initializations;
801                 Save BIOS pin configuration of temps and fans;
802                 Fix sensor type reads/writes and fan min writes;
803                 Fix spurious invalid sensor type messages
804  Module sensors: Disabled, moved to i2c package as i2c-proc.c; only
805                  used for patched kernel now.
806                  Add xxx_init() calls for drivers added to mkpatch in 2.5.5.
807  Module sis5595: Fix temp, add in4 for chip revision 0xc0;
808                  Allow force_addr=0xaddr
809  Module via686a: Allow force_addr=0xaddr (for A7V/K7V boards)
810  Module w83781d: Don't reinitialize as99127f chip; this may cause fan/temp
811                  reading changes; Add messages for subclient
812                  registration failure
813  Programs i2cdetect, i2cdump: add devfs /dev/i2c/x support
814  Program i2cset: new
815  Program isadump: fix for Alpha arch. compiles
816  Program mkpatch.pl: Fix adm9240 typos; Add more chips to Configure.help;
817                      Remove ltc1710; Fix i2c_sis5595 typo;
818                      Support kernel 2.4.5 makefile change;
819                      Add i2c-tsunami; fixed i2c-voodoo3 configuration
820  Program sens_update_rrd: new
821  Program sensord: Add -d (debug) and -p (pid-file) options
822  Program sensors: Change reported version from 1.3 to the lm_sensors version;
823                   Fix swapped limit and hysteresis on 9240, 5595, 686a;
824                   Change mtp008 temps from max/min to limit/hyst;
825                   Add maxilife-nba, adm1024, it87 support.
826  Program sensors-detect: Recognize lm78 with chipid=0x20;
827                          Recognize SMSC Victory66 South Bridge;
828                          Add devfs /dev/i2c/x support;
829                          Add adm1024, it87xx support; Add thinkpad warning.
830  Program tellerstats: new
831
8322.5.5 (20010115)
833  NOTE: i2c-2.5.5 MUST BE be compiled and installed first, UNLESS
834        you have kernel 2.4.0-prerelease or greater.
835  Chip modules (all): Update mutex definition (works now for new 2.2 kernels)
836  File doc/developers/proc: new
837  File sensors.conf.eg: Add mtp008 entries, adm1025 entries
838  Library: Add ds1621, mtp008 support
839  Module adm1021: Add support for adm1021a / adm1023
840  Modules adm1021, thmc50: Rename /proc entries to temp[1-2]
841  Module adm1025: Add support for remote temp; rename /proc entries to
842                  in[0-5] and temp[1-2]; fix negative temp readings
843  Module adm9240: Rename /proc entries to in[0-5]
844  Module ddcmon: allow force and force_ddcmon parameters
845  Module ds1621: new
846  Module i2c-ali1535: Enhance error checking and recovery; add mutex
847  Module i2c-i810: Add "dummy write" before reads per Intel prog. ref.
848  Module i2c-piix4: add support for ServerWorks southbridge OSB4
849  Module lm87: cleanup, update voltage calculations
850  Module mtp008: new
851  Module pcf8574: change update time to 5 seconds
852  Modules sis5595, i2c-sis5595: Check for uninitialized base addresses
853  Module w83781d: fix beep setting via /proc
854  Programs editticket, readticket: new
855  Program mkpatch.pl: only works with 2.2 and 2.4 kernels; 2.3 support removed
856  Program mkpatch.pl: more fixes; now adds many more modules
857  Program sensors: Add ds1621, mtp008 support; add -f (Fahrenheit) option;
858                   add adm1025 temp2; report temp limits correctly as
859                   min/max or limit/hysteresis; print message if no
860                   sensors are found. Removed false errors from lm87 reads.
861  Program sensors-detect: Add ds1621, mtp008 detection;
862                          add ServerWorks detection
863
8642.5.4 (20001012)
865  Module i2c-viapro: Add support for Via 596B (0x3051)
866  Program m7101: moved to CVS tree, updated for 2.4.0 kernels
867  Program mkpatch.pl: fixed infinite loop
868  Program sensors-detect: Detect Via 596B (0x3051)
869
8702.5.3 (20001008)
871  NOTE: i2c 2.5.3 MUST BE be compiled and installed first.
872  File useful_addresses.html: update
873  Library: Add lm87 support
874  Module pcf8574: new
875  Module i2c-ali1535: new
876  Module i2c-ali15x3: removed force #ifdef.
877  Module i2c-i801: support Intel 82801BA (815E chipset)
878  Module i2c-i801: add i2c block write support, fix smbus block bugs
879                   (requires i2c 2.5.3 package)
880  Module i2c-i810: support Intel 82815
881  Module lm87: new
882  Module sensors: Fix for kernel 2.4.0-test8
883                  (remove copy_to_user_ret and put_user_ret)
884  Module w83781d: limit fan divisors to 8 max. for as99127f
885  Program decode-dimms: Add html output option, update for SPD spec 1.2B.
886  Program i2cdump: Add smbus block read support
887  Programs i2cdetect, i2cdump: Improve error reporting
888  Program sensors: new switch -u (--unknown)
889  Program sensors-detect: detect Intel 82801BA (815E chipset)
890  Program sensors-detect: detect Intel 82815
891  Program sensors-detect: detect ITE IT8705F / IT8712F (no driver yet)
892  Program sensors-detect: detect National LM87
893  Program sensors-detect: detect nVidia devices supported by i2c-riva.o
894  Program sensors-detect: Improve error reporting
895
8962.5.2 (20000709)
897  File sensors.conf.eg: Fix lm80 in8 calculation
898  Module w83781d: W83783S no longer crashes on unloading
899  Program sensors-detect: more robustness in case of unknown i2c adapters
900  Program sensors-detect, libsensors: fix eeprom size reporting
901  Program sensord: more flexibility, support for alarm scanning etc.
902  Program sensors: support for ignore setting on sensor alarms.
903  Programs: understand /dev/i2c* files (instead of /dev/i2c-*) too.
904
9052.5.1 (20000618)
906  Library: Add adm1025 support
907  Module adm1025: new
908  Module ddcmon: Fixed bus scan which could hang SMBus
909  Module i2c-keywest: new
910  Module maxilife: Add support for Maxilife '99 (NBA)
911  Module via686a: Enable sensors if not enabled by BIOS
912  Module w83781d: Improve w83783s support, w83627hf always has 2 pwm
913  Module w83781d: Fix sensor2&3 selection, enable VBAT (in8) monitoring
914  Module w83781d: Remove as99127f entries for in7-8, pwm3-4, sensor1-3
915  Module w83781d: Fis as99127f fan speed (was 66% too high)
916  Module w83781d: Improve beep input checking
917  Program i2cdump: Add Winbond-style bank selection
918  Program isadump: Add Winbond-style bank selection
919  Program sensors: Add adm1025 support.
920  Program sensors: Remove some as99127f entries, fix as99127 "(beep)"
921  Program sensors-detect: Fix i801 detection, add adm1025 driver entry
922  File sensors.conf.eg: Add Maxilife '99 entries
923  File sensors.conf.eg: Remove some as99127f entries.
924    Note: For as99127f, reinstall sensors.conf.eg manually (make install
925          won't reinstall it) or else 'sensors -s' will fail.
926
9272.5.0 (20000312)
928  Dropped all kernel 2.0 and 2.1 compatibility
929  Module i2c-i810: new
930  Module ddcmon: new
931  Module via686a: new
932  Module i2c-amd756: fixed region request
933  Module i2c-voodoo3: Converted to use i2c-algo-bit layer
934  Module w83781d: Don't change pin settings at initialization;
935                  also fix chip detection.
936  Library: Support for ddcmon and via686a
937  Program sensors-detect: Support for ddcmon and via686a
938  Program sensors: Support for eeprom, ddcmon and via686a
939
9402.4.5 (20000116)
941  Introduced DESTDIR installation prefix
942  Module lm80: fixes, temperature now read and set correctly
943  Module i2c-voodoo3: driver enhancements
944  Module w83781d: fixes, AS99127 works much better now
945  Library: New ignore keyword in config file
946  Programs: Support for new ignore keyword
947  Program sensors-detect: Support for MGA detections
948
9492.4.4 (19991201)
950  Addition of the alpha release of AMD 756 SMBus host support.
951  Many fixes and updates to the gl518sm driver
952  Updates and fixes for device detection
953
9542.4.0 (19990920)
955  Too much to list.
956  i2c and smbus parts are split off to a separate i2c package.
957  New drivers and other stuff.
958
9592.3.4 (19990616)
960  Module matorb: driver for Matrix-Orbital Displays (small LCD and VFDs)
961  All: Now compiles against kernel 2.0.x (again ;)
962  Module gl518sm: some updates and refinements
963
9642.3.3 (19990603)
965  All: Now compiles against kernel 2.3.x (x >= 1)
966  Module i2c-voodoo3: Timing issue fixes
967  Module bt869: Seems to be functional and relatively well tested
968  Many modules were modified to be more compatible with the new
969   Mutex structure in the new experimental kernels.
970
9712.3.2 (19990507)
972  Module i2c-hydra: Now compiles on 2.0.x kernels
973  Module i2c-lm75: Slightly better detection
974  * New, but not compiled by default:
975  Module i2c-voodoo3: beginning of Voodoo3 I2C bus driver
976  Module bt869: Beginning of BT869 (PAL/NTSC video converter) driver
977
9782.3.1 (19990501)
979  All: Now compiles on PPC
980  Module i2c-hydra: NEW
981  Module i2c-proc: Buffer overflow removed: `less /proc/bus-i2c-0' now works
982  Module w83781d: Removed deadlock (mutex was not initialized)
983  Documentation: A few glitches removed
984  Makefile: default module installation directory is now
985            /lib/modules/current/extra/misc
986  Program sensors-detect: PPC Hydra now detected
987  Program sensors: Now prints complete GL518SM information
988  Program sensors: SIS5595, ADM1021, MAX1617(A), ADM9240, DS1780 added
989
9902.3.0 (19990422)
991  All: Many, many changes and improvements
992  All: Many small bugs and problems removed
993  Modules: New insmod parameters
994  Modules: Much improved chip detection
995  Module maxilife: NEW
996  Module adm1021: MAX1617A now also supported
997  Module adm9240: DS1780 now also supported
998  Module w83781d: W83782D and W83783S now also supported
999  Program sensors-detect: NEW
1000  Library: All chips now supported
1001  Documentation: Very much improved
1002
10032.2.2 (199903??)
1004  Just some minor updates and bug fixes.
1005
10062.2.1 (19990218)
1007  All: Removed compile warnings
1008  Module i2c-dev: Small bug removed if DEBUG=1 was used
1009  Module sis5595: Now compiles for 2.0 kernels
1010  Module adm1021: Detection corrected
1011 
10122.2.0 (19990216)
1013  All: Set copyrights to include 1999
1014  All: Small bugfixes
1015  I2C: Upgraded to newest archive of Simon Vogl
1016  Module i2c-dev: NEW
1017  Module i2c-ali15x3: NEW
1018  Module i2c-via: This is old module bit-mb, now moved to the main lm_sensors
1019     directories, and somewhat improved
1020  Module sis5595: NEW
1021  Modules: Renamed all bus modules to i2c-*, new directory lay-out
1022  Library: Support for new chip drivers, several small bugs fixed
1023  Library manual pages: NEW
1024  Program i2cdetect: Moved to detect directory
1025  Program detect.pl: NEW
1026  Program doc-features: NEW
1027  Program sensors: Added man-page
1028  Document BUGS: Added cdrom bug and kernel i2c conflict
1029 
10302.1.2 (19990116)
1031  Modules lm80.o, w83781d.o: fan-related Segmentation fault corrected
1032  Module gl518sm.o: yet more bug fixes. It should at long last be usable now
1033  Documentation in doc/kernel: NEW
1034
10352.1.1 (19990107)
1036  Module i2c-proc.o: Hack to make /proc/bus/ possible for kernels 2.0.35
1037                     and older
1038  Module gl518sm.o: Miscelaneous bugs and problems solved
1039  Program isadump: NEW
1040
10412.1.0 (19981230)
1042  Library: Completely NEW
1043  Program sensors: NEW
1044  Program grab_busses: NEW
1045  Program decode-dimms: More information
1046  Module bit-mb.o: Removed spurious semicolon; now runs on more VIA chipsets
1047  Module w83781d.o: NEW
1048  Module lm80.o: NEW
1049  Module gl518sm.o: new procfile beep, several small updates
1050  Modules: Now use pin readings, no more scaling within the kernel (use the
1051           library instead)
1052 
10532.0.2 (19981214)
1054  Module eeprom.o: NEW
1055  Program decode-dimms: NEW
1056  Modules: fill_inode fix, will stop segfaults on unloading in kernels after
1057           2.1.58
1058  Modules: Somewhat less verbose on transfers
1059  Module lm78.o now recognizes and handles lm78-j and lm79
1060
10612.0.1 (1998121?)
1062  Module gl518sm.o updates, to make it actually work
1063  Module lm75.o high/low-byte swapping write bug fixed
1064
10652.0.0 (19981209)
1066  Initial release
Note: See TracBrowser for help on using the browser.