summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2011-03-28 07:02:37 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2011-03-28 07:02:37 +0000
commitaba0aabf263a23584cafa826bb969bb9139e2cb7 (patch)
treec11bfb0b08b70ee647973f828876be85c179e72c
parenteef32b2460169df3b85b297d8521498767d73ea7 (diff)
downloadlm-sensors-aba0aabf263a23584cafa826bb969bb9139e2cb7.tar.gz
Prepare for release.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5949 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/sensors.h2
-rw-r--r--version.h2
5 files changed, 8 insertions, 8 deletions
diff --git a/CHANGES b/CHANGES
index fa98cf20..7f955cc1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
lm-sensors CHANGES file
-----------------------
-SVN HEAD
+3.3.0 (2011-03-28)
Makefile: Check for bison and flex
libsensors: Add support for intrusion detection (#2370)
Compute MAX_SUBFEATURES at run-time (#2378)
diff --git a/doc/developers/lm_sensors.lsm b/doc/developers/lm_sensors.lsm
index 01da90ee..362780ed 100644
--- a/doc/developers/lm_sensors.lsm
+++ b/doc/developers/lm_sensors.lsm
@@ -1,7 +1,7 @@
Begin4
Title: lm_sensors
-Version: 3.2.0
-Entered-date: 2010-10-10
+Version: 3.3.0
+Entered-date: 2011-03-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.2.0.tar.bz2
- lm_sensors-3.2.0.tar.bz2.sig
+ lm_sensors-3.3.0.tar.bz2
+ lm_sensors-3.3.0.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 75a6a4ba..10036fbd 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.
-0x431 lm-sensors SVN
+0x431 lm-sensors 3.3.0
* Added support for intrusion detection
enum sensors_feature_type SENSORS_FEATURE_INTRUSION
enum sensors_subfeature_type SENSORS_SUBFEATURE_INTRUSION_ALARM
diff --git a/lib/sensors.h b/lib/sensors.h
index c9c62cfc..99e6e447 100644
--- a/lib/sensors.h
+++ b/lib/sensors.h
@@ -31,7 +31,7 @@
when the API + ABI breaks), the third digit is incremented to track small
API additions like new flags / enum values. The second digit is for tracking
larger additions like new methods. */
-#define SENSORS_API_VERSION 0x430
+#define SENSORS_API_VERSION 0x431
#define SENSORS_CHIP_NAME_PREFIX_ANY NULL
#define SENSORS_CHIP_NAME_ADDR_ANY (-1)
diff --git a/version.h b/version.h
index 4605a3f2..d3ea5018 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define LM_VERSION "3.2.0+SVN"
+#define LM_VERSION "3.3.0"