diff --git a/CHANGES b/CHANGES index f140a388..8d26968f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,10 @@ lm-sensors CHANGES file ----------------------- -SVN-HEAD +3.0.3 (2008-09-28) libsensors: Avoid namespace pollution fancontrol: Don't use named pipes when we don't need them (#2319) - pwmconfig: Tell the user about gnuplot if isn't installed + pwmconfig: Tell the user about gnuplot if it isn't installed Fix MINSTOP and MINSTART test functions Test MINSTOP before MINSTART Use better step values for MINSTOP test diff --git a/doc/developers/lm_sensors.lsm b/doc/developers/lm_sensors.lsm index e7b88b87..1b934689 100644 --- a/doc/developers/lm_sensors.lsm +++ b/doc/developers/lm_sensors.lsm @@ -1,7 +1,7 @@ Begin4 Title: lm_sensors -Version: 3.0.2 -Entered-date: 2008-05-18 +Version: 3.0.3 +Entered-date: 2008-09-28 Description: Hardware health monitoring package for Linux. It consists of a library to allow applications to read sensors data more easily, and of an example program to pretty print this data. @@ -11,8 +11,8 @@ Keywords: sensors health hardware-monitoring fan-speed Author: khali@linux-fr.org (Jean Delvare) Maintained-by: khali@linux-fr.org (Jean Delvare) Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/ - lm_sensors-3.0.2.tar.bz2 - lm_sensors-3.0.2.tar.bz2.sig + lm_sensors-3.0.3.tar.bz2 + lm_sensors-3.0.3.tar.bz2.sig Alternate-site: ftp.netroedge.com /pub/lm-sensors/ Copying-policy: GPL End diff --git a/doc/libsensors-API.txt b/doc/libsensors-API.txt index ad8c6827..c7288c7b 100644 --- a/doc/libsensors-API.txt +++ b/doc/libsensors-API.txt @@ -6,7 +6,7 @@ over time. This document summarizes these evolutions so that application authors can quickly figure out how to test for the availability of a given new feature. -0x401 lm-sensors 3.0.2 +0x401 lm-sensors 3.0.2 to 3.0.3 * Added bus type "virtual": #define SENSORS_BUS_TYPE_VIRTUAL * Added support for power and energy sensors diff --git a/version.h b/version.h index b54efc4d..dc1eef29 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define LM_VERSION "3.0.2+SVN" +#define LM_VERSION "3.0.3"