summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-05-18 16:07:48 +0000
committerJean Delvare <khali@linux-fr.org>2008-05-18 16:07:48 +0000
commitd53ba9bb1c219f4febbc1bad1d3fa382e0a5a873 (patch)
tree14ce2262dbabdab013d433b1803a830f34f32dc7
parentaa47fb99e2e3c6693debb7369c1611930aa5194d (diff)
downloadlm-sensors-git-d53ba9bb1c219f4febbc1bad1d3fa382e0a5a873.tar.gz
Prepare for release.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5254 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES2
-rw-r--r--doc/developers/lm_sensors.lsm8
-rw-r--r--doc/libsensors-API.txt2
-rw-r--r--lib/Module.mk2
-rw-r--r--version.h2
5 files changed, 8 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index 1ac3f280..b0b8c7a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
lm-sensors CHANGES file
-----------------------
-SVN-HEAD
+3.0.2 (2008-05-18)
documentation: Delete the FAQ, now maintained on the wiki
libsensors: Use __func__ instead of __FUNCTION__
Parse the configuration file in C locale
diff --git a/doc/developers/lm_sensors.lsm b/doc/developers/lm_sensors.lsm
index 2f7d234e..e7b88b87 100644
--- a/doc/developers/lm_sensors.lsm
+++ b/doc/developers/lm_sensors.lsm
@@ -1,7 +1,7 @@
Begin4
Title: lm_sensors
-Version: 3.0.1
-Entered-date: 2008-01-28
+Version: 3.0.2
+Entered-date: 2008-05-18
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.1.tar.bz2
- lm_sensors-3.0.1.tar.bz2.sig
+ lm_sensors-3.0.2.tar.bz2
+ lm_sensors-3.0.2.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 786243e9..ad8c6827 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 SVN
+0x401 lm-sensors 3.0.2
* Added bus type "virtual":
#define SENSORS_BUS_TYPE_VIRTUAL
* Added support for power and energy sensors
diff --git a/lib/Module.mk b/lib/Module.mk
index fc3a8f75..1bbe124f 100644
--- a/lib/Module.mk
+++ b/lib/Module.mk
@@ -33,7 +33,7 @@ LIBMAN5FILES := $(MODULE_DIR)/sensors.conf.5
# changed in a backward incompatible way. The interface is defined by
# the public header files - in this case they are error.h and sensors.h.
LIBMAINVER := 4
-LIBMINORVER := 0.1
+LIBMINORVER := 0.2
LIBVER := $(LIBMAINVER).$(LIBMINORVER)
# The static lib name, the shared lib name, and the internal ('so') name of
diff --git a/version.h b/version.h
index 8a0fe644..01ad5379 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define LM_VERSION "3.0.1+SVN"
+#define LM_VERSION "3.0.2"