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
-----------------------
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

View File

@@ -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

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
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

View File

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