Skip to content

Commit 0415f11

Browse files
authored
Merge pull request #64 from zhang-rui/main
intel_lpmd: intel_lpmd 0.0.8 release
2 parents 2261743 + 701f3de commit 0415f11

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ sudo apt install libupower-glib-dev
8080

8181
<p>Releases</p>
8282

83+
Release 0.0.8
84+
- Introduce workload type proxy support.
85+
- Add support for model/sku specific config file.
86+
- Add detection for AC/DC status.
87+
- Honor power profile daemon default EPP when restoring.
88+
- Introduce MeteorLake-P platform specific config file.
89+
- Minor fixes and cleanups.
90+
8391
Release 0.0.7
8492
- Change lpmd description from "Low Power Mode Daemon" to "Energy
8593
Optimizer (lpmd)" because it covers more scenarios.

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.7])
4+
m4_define([lpmd_minor_version], [0.8])
55
m4_define([lpmd_version],
66
[lpmd_major_version.lpmd_minor_version])
77

0 commit comments

Comments
 (0)