summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2012-03-14 07:43:39 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2012-03-14 07:43:39 +0000
commit016d5fd6d2040fc66fff3a0b46016266c67c7978 (patch)
tree0585c405e9ea20d06b5c6f5bc2c1aee94121de38
parent29af891e1f9d7d9ee6ca88ab68ee3e783d8c3cb2 (diff)
downloadlm-sensors-016d5fd6d2040fc66fff3a0b46016266c67c7978.tar.gz
Prepare for release.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6035 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--lib/sensors.h2
-rw-r--r--version.h2
6 files changed, 9 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index b8fc8f31..167cd157 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
lm-sensors CHANGES file
-----------------------
-SVN HEAD
+3.3.2 (2012-03-14)
libsensors: Added support for new sysfs attributes
Change sysfs detection to survive upcoming kernel changes
sensord: Fix memory leaks revealed by valgrind
diff --git a/doc/developers/lm_sensors.lsm b/doc/developers/lm_sensors.lsm
index 9cbf3814..49de8cc5 100644
--- a/doc/developers/lm_sensors.lsm
+++ b/doc/developers/lm_sensors.lsm
@@ -1,7 +1,7 @@
Begin4
Title: lm_sensors
-Version: 3.3.1
-Entered-date: 2011-07-21
+Version: 3.3.2
+Entered-date: 2012-03-14
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.1.tar.bz2
- lm_sensors-3.3.1.tar.bz2.sig
+ lm_sensors-3.3.2.tar.bz2
+ lm_sensors-3.3.2.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 1d00924b..28708183 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.
-SVN HEAD
+0x432
* 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/lib/Module.mk b/lib/Module.mk
index cce8f955..87e207f9 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 := 3.1
+LIBMINORVER := 3.2
LIBVER := $(LIBMAINVER).$(LIBMINORVER)
# The static lib name, the shared lib name, and the internal ('so') name of
diff --git a/lib/sensors.h b/lib/sensors.h
index df91d243..ee00ee07 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 0x431
+#define SENSORS_API_VERSION 0x432
#define SENSORS_CHIP_NAME_PREFIX_ANY NULL
#define SENSORS_CHIP_NAME_ADDR_ANY (-1)
diff --git a/version.h b/version.h
index 0cf31831..76ceb08c 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define LM_VERSION "3.3.1+SVN"
+#define LM_VERSION "3.3.2"