Changelog for
laptop-mode-tools-1.74-3.11.noarch.rpm :
* Fri Oct 15 2021 Johannes Segitz
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
* Thu Sep 30 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_laptop-mode.service.patch
* harden_lmt-poll.service.patch
* Mon May 17 2021 Ferdinand Thiessen - Update to version 1.74
* With 4.15+ kernels, Linux Intel SATA has a better link power saving policy, med_power_with_dipm, which should be the recommended one to use
* Disable defaults for syslog logging
* Initialize LM_VERBOSE with default to disabled
* Add power saving module for nouveau cards
* Disable ethernet module by default
* Add board-specific folder and documentation
* Add execute bit on module radeon-dpm
* Drop unlock because there is no lock acquired
* Tue Aug 25 2020 Dominique Leuenberger - Fix invalid usage of %{_libexecdir} (boo#1174075).
* Tue May 12 2020 Paolo Stivanin - Update to 1.73.1:
* Respect black/white lists when disabling autosuspend
* Add newer power supply names
* Fix crash due external battery of mouse
* Honor configuration setting for battery level polling
* cpufreq: intel_pstate should use performance governors
* runtime-pm: Speed up by avoiding fork in echo_to_file
* runtime-pm: Inline echo_to_file_do
* runtime-pm: Fix echo_to_file
* indentation
* runtime-pm: Speed up by avoiding fork in listed_by_{id,type}
* runtime-pm: Simplify vendor/product match
* add help and verison user commands
* Add a power-stats status command
* Separate power sysfs attributes and add sysfs status attribute
* Add device type \'sd\' to default blacklist
* Fix rpm spec file for new installable files
* Return the cpu governor string from the function- Remove laptop-mode-tools-1.72.2-fix-name-gui.patch
* Mon Feb 03 2020 Dominique Leuenberger - BuildRequire pkgconfig(udev) instead of udev: allow OBS to shortcut through the -mini flavors.
* Wed Jun 12 2019 Dominique Leuenberger - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini
* Sun Sep 16 2018 antoine.belvireAATTopensuse.org- Update to version 1.72.2: + Extend blacklist device types to include devices of type \'sd\' (gh#rickysarraf/laptop-mode-tools#123).- Changes from version 1.72.1: + RPM spec file fixes.- Changes from version 1.72: + Switch to PyQt5 and Python3. + Add btrfs to list of filesystems for which we can set commit interval. + Add pkexec invocation script. + Add desktop file to upstream repo and invoke script. + Update installer to includes gui wrappers. + Install new SVG pixmap. + Control all available cards in radeon-dpm. + Prefer to use the new runtime pm autosuspend_delay_ms interface. + tolerate broken device interfaces quietly. + runtime-pm: Make {black,white}lists work with non-USB devices. + send echo errors to verbose log. + Extend blacklist by device types of devtype.- See https://github.com/rickysarraf/laptop-mode-tools/releases for changes introduced in releases 1.70 and 1.71.- Fix wrong name for gui: + Add laptop-mode-tools-1.72.2-fix-name-gui.patch (picked from upstream).- Clean spec file: + Create gui subpackage. + Remove compatibility with suse_version <= 1315: - Drop laptop-mode-tools.pm-utils-hook. - Drop laptop-mode-1.53-fix-pm-utils-sleep-script.diff. + Drop laptop-mode-1.53-install_sh.diff (not needed).
* Wed Apr 20 2016 robertAATTlinux-source.org- Update to version 1.69.2: Minor Bug fix release.
* Thu Mar 24 2016 robertAATTlinux-source.org- Fix source url, point to github.com- Add org.linux.lmt.gui.policy to spec file.- Add lmt-poll.service to %pre/%post/%preun/%postun.- Clean-up spec file, require systemd-rpm-macro only if version is 1315 or higher.- Update to version 1.69.1: + Important Bug Fix release.- Changes from version 1.69: + Wait for all forked modules to complete + Add new module: cputhotplug + CPU online/offine is reverse here + Fix shell syntax + Install policykit file + Detach polling daemon from main process + Do NOT touch speed if throttling is not set + Restore to MAX speed when back to AC Power + Fix manpage about DISABLE_ETHERNET_ON_BATTERY setting + Update documentation about ENABLE_LAPTOP_MODE_ON_AC setting + Change powersaving default for USB class devices + Drop usbhid from default (black)list + Add usb keyboard driver to the list default list + Be consistent with passing args to LMT from different invokers + Honor device plug/unplug events on a per device basis; like how Chromium initially submitted this patch + Also be consistent with option in the event parser + Update links in README.md + Update new github homepage location + Add lmt-config-gui shell script