Skip to content

Tags: AdnanHodzic/auto-cpufreq

Tags

v2.4.0

Toggle v2.4.0's commit message
v2.4.0 release

v2.3.0

Toggle v2.3.0's commit message
v2.3.0 release

v2.2.0

Toggle v2.2.0's commit message
v2.2.0 release

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix dubious ownership error in auto-cpufreq-installer (#597)

When trying to install auto-cpufreq in Fedora 39, I got the following error: "Detected Git repository, but failed because of dubious ownership"
Adding the line at the top of the install function according to https://sam.hooke.me/note/2023/08/poetry-fixing-dubious-ownership-error/ solved the error for me.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README for v2.0

v1.9.9

Toggle v1.9.9's commit message
v1.9.9 release

v1.9.8

Toggle v1.9.8's commit message
Ensure all core indices are handled, RPI 4 support

v1.9.7

Toggle v1.9.7's commit message
auto-cpufreq 1.9.7 release

v1.9.6

Toggle v1.9.6's commit message
1.9.6 version bump (release)

v1.9.5

Toggle v1.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Catch exception in call to psutil .cmdline() (#413)

There's a race condition where processes might disappear while filtering. The uncaught exception causes a crash.