2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 13:57:41 +00:00

Prepare for release.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5346 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-09-28 15:48:57 +00:00
parent 5f269d0f10
commit 334a4fcf27
4 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
lm-sensors CHANGES file lm-sensors CHANGES file
----------------------- -----------------------
SVN-HEAD 3.0.3 (2008-09-28)
libsensors: Avoid namespace pollution libsensors: Avoid namespace pollution
fancontrol: Don't use named pipes when we don't need them (#2319) 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 Fix MINSTOP and MINSTART test functions
Test MINSTOP before MINSTART Test MINSTOP before MINSTART
Use better step values for MINSTOP test Use better step values for MINSTOP test

View File

@@ -1,7 +1,7 @@
Begin4 Begin4
Title: lm_sensors Title: lm_sensors
Version: 3.0.2 Version: 3.0.3
Entered-date: 2008-05-18 Entered-date: 2008-09-28
Description: Hardware health monitoring package for Linux. It consists of Description: Hardware health monitoring package for Linux. It consists of
a library to allow applications to read sensors data more a library to allow applications to read sensors data more
easily, and of an example program to pretty print this data. 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) Author: khali@linux-fr.org (Jean Delvare)
Maintained-by: khali@linux-fr.org (Jean Delvare) Maintained-by: khali@linux-fr.org (Jean Delvare)
Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/ Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/
lm_sensors-3.0.2.tar.bz2 lm_sensors-3.0.3.tar.bz2
lm_sensors-3.0.2.tar.bz2.sig lm_sensors-3.0.3.tar.bz2.sig
Alternate-site: ftp.netroedge.com /pub/lm-sensors/ Alternate-site: ftp.netroedge.com /pub/lm-sensors/
Copying-policy: GPL Copying-policy: GPL
End End

View File

@@ -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 authors can quickly figure out how to test for the availability of a
given new feature. given new feature.
0x401 lm-sensors 3.0.2 0x401 lm-sensors 3.0.2 to 3.0.3
* Added bus type "virtual": * Added bus type "virtual":
#define SENSORS_BUS_TYPE_VIRTUAL #define SENSORS_BUS_TYPE_VIRTUAL
* Added support for power and energy sensors * Added support for power and energy sensors

View File

@@ -1 +1 @@
#define LM_VERSION "3.0.2+SVN" #define LM_VERSION "3.0.3"