Skip to content

Commit 91bf010

Browse files
committed
intel_lpmd: intel_lpmd 0.0.7 release
This release - Change lpmd description from "Low Power Mode Daemon" to "Energy Optimizer (lpmd)" because it covers more scenarios. - Fix invalid cgroup setting during probe, in case lpmd doesn't quit smoothly and cleanups are not done properly, in the previous run. - Introduce a new parameter "--ignore-platform-check". With it, the platform check is skipped so lpmd can be launched on unvalidated platforms. - Provide more detailed information when lpmd failed to probe on an unvalidated platform. - Various of fixes for array bound check, potential memory leak, etc. - Autotool improvements. Signed-off-by: Zhang Rui <rui.zhang@intel.com>
1 parent 53db13b commit 91bf010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ(1.0)
22

33
m4_define([lpmd_major_version], [0])
4-
m4_define([lpmd_minor_version], [0.6])
4+
m4_define([lpmd_minor_version], [0.7])
55
m4_define([lpmd_version],
66
[lpmd_major_version.lpmd_minor_version])
77

0 commit comments

Comments
 (0)