From a56b0002e319b94fe500435c3f63ffaa016b51e7 Mon Sep 17 00:00:00 2001 From: Philip Edelbrock Date: Mon, 9 Oct 2000 00:00:49 +0000 Subject: [PATCH] (Phil) Tag and release 2.5.3 git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@891 7894878c-1315-0410-8ee3-d5d059ff63e0 --- CHANGES | 3 ++- kernel/chips/pcf8574.c | 2 +- lm_sensors.lsm | 2 +- version.h | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 64338bdd..967d62d1 100644 --- a/CHANGES +++ b/CHANGES @@ -17,10 +17,11 @@ ask CVS about it: ----------------------- -2.5.3 (2000????) +2.5.3 (20001008) NOTE: i2c 2.5.3 MUST BE be compiled and installed first. File useful_addresses.html: update Library: Add lm87 support + Module pcf8574: new Module ali-1535: new Module ali-15x3: removed force #ifdef. Module i2c-i801: support Intel 82801BA (815E chipset) diff --git a/kernel/chips/pcf8574.c b/kernel/chips/pcf8574.c index 80b3e5aa..3de01668 100644 --- a/kernel/chips/pcf8574.c +++ b/kernel/chips/pcf8574.c @@ -3,7 +3,7 @@ monitoring Copyright (c) 2000 Frodo Looijaard , Philip Edelbrock , - Dan Eaton + Dan Eaton This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lm_sensors.lsm b/lm_sensors.lsm index 9dc4bfcd..7e6b6264 100644 --- a/lm_sensors.lsm +++ b/lm_sensors.lsm @@ -1,6 +1,6 @@ Begin3 Title: lm_sensors -Version: 2.5.2 +Version: 2.5.3 Entered-date: 29DEC98 Description: Hardware health monitoring package for Linux. It consists of kernel modules to access sensor chips and SMBus hardware, diff --git a/version.h b/version.h index 2ba29b32..15f29eef 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ #define LM_DATE "20000709" -#define LM_VERSION "2.5.2" +#define LM_VERSION "2.5.3"