summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2013-05-27 10:33:26 +0000
committerJean Delvare <khali@linux-fr.org>2013-05-27 10:33:26 +0000
commitc70bea4f9c10691be559756a669dd99474f98049 (patch)
treeddece8cb610b0a5abce6533b0e6a90785ece8fb5
parenta133842b939c48941e1251c49e0d0f57fe2df969 (diff)
downloadlm-sensors-git-c70bea4f9c10691be559756a669dd99474f98049.tar.gz
Prepare for release.
-rw-r--r--CHANGES2
-rw-r--r--doc/developers/lm_sensors.lsm8
-rw-r--r--doc/libsensors-API.txt2
-rw-r--r--version.h2
4 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 97f17b17..e8ddba0a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
lm-sensors CHANGES file
-----------------------
-SVN HEAD
+3.3.4 (2013-05-27)
sensors.conf.5: Mention "sensors -u" to get the raw feature names
sensors: Clarify what option -u is good for
fancontrol: Fix handling of absolute paths in config
diff --git a/doc/developers/lm_sensors.lsm b/doc/developers/lm_sensors.lsm
index 7db9f250..b702ff46 100644
--- a/doc/developers/lm_sensors.lsm
+++ b/doc/developers/lm_sensors.lsm
@@ -1,7 +1,7 @@
Begin4
Title: lm_sensors
-Version: 3.3.3
-Entered-date: 2012-11-06
+Version: 3.3.4
+Entered-date: 2013-05-27
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.3.3.tar.bz2
- lm_sensors-3.3.3.tar.bz2.sig
+ lm_sensors-3.3.4.tar.bz2
+ lm_sensors-3.3.4.tar.bz2.sig
Alternate-site: ftp.netroedge.com /pub/lm-sensors/
Copying-policy: GPL/LGPL
End
diff --git a/doc/libsensors-API.txt b/doc/libsensors-API.txt
index 0e8aa730..7ef58ad7 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.
-0x432 lm-sensors 3.3.2 to 3.3.3
+0x432 lm-sensors 3.3.2 to 3.3.4
* Added support for new sysfs attributes
enum sensors_subfeature_type SENSORS_SUBFEATURE_IN_AVERAGE
enum sensors_subfeature_type SENSORS_SUBFEATURE_IN_LOWEST
diff --git a/version.h b/version.h
index 53e9ea95..79fbfb8e 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define LM_VERSION "3.3.3+SVN"
+#define LM_VERSION "3.3.4"