Skip to content

Commit

Permalink
Merge pull request #64 from zhang-rui/main
Browse files Browse the repository at this point in the history
intel_lpmd: intel_lpmd 0.0.8 release
  • Loading branch information
zhang-rui authored Oct 15, 2024
2 parents 2261743 + 701f3de commit 0415f11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ sudo apt install libupower-glib-dev

<p>Releases</p>

Release 0.0.8
- Introduce workload type proxy support.
- Add support for model/sku specific config file.
- Add detection for AC/DC status.
- Honor power profile daemon default EPP when restoring.
- Introduce MeteorLake-P platform specific config file.
- Minor fixes and cleanups.

Release 0.0.7
- Change lpmd description from "Low Power Mode Daemon" to "Energy
Optimizer (lpmd)" because it covers more scenarios.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ(1.0)

m4_define([lpmd_major_version], [0])
m4_define([lpmd_minor_version], [0.7])
m4_define([lpmd_minor_version], [0.8])
m4_define([lpmd_version],
[lpmd_major_version.lpmd_minor_version])

Expand Down

0 comments on commit 0415f11

Please sign in to comment.