diff --git a/Documentation/revision-history.txt b/Documentation/revision-history.txt index 61149f71..cf0083d5 100644 --- a/Documentation/revision-history.txt +++ b/Documentation/revision-history.txt @@ -1,3 +1,17 @@ +1.72 - Thu Feb 1 21:59:24 IST 2018 + * 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 + 1.71 - Thu Jan 12 13:30:50 IST 2017 * Fix incorrect import of os.putenv * Merge pull request #74 from Coucouf/fix-os-putenv diff --git a/laptop-mode-tools.spec b/laptop-mode-tools.spec index c080bbc8..5cf12da3 100644 --- a/laptop-mode-tools.spec +++ b/laptop-mode-tools.spec @@ -3,7 +3,7 @@ Summary: Tools for power savings based on battery/AC status Name: laptop-mode-tools -Version: 1.71 +Version: 1.72 Release: 1 License: GPL Group: System Environment/Base @@ -11,8 +11,7 @@ URL: http://github.com/rickysarraf/laptop-mode-tools Vendor: Laptop Mode Tools Developers Distribution: RPM Based distributions Packager: Ritesh Raj Sarraf - -Source: http://www.samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_%{version}.tar.gz +Source: https://github.com/rickysarraf/laptop-mode-tools/releases/download/%{version}/laptop-mode-tools_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -102,6 +101,9 @@ fi %changelog +* Thu Feb 1 2018 Ritesh Raj Sarraf - 1.72-1 +- Updated to release 1.72 + * Thu Jan 12 2017 Ritesh Raj Sarraf - 1.71-1 - Updated to release 1.71 diff --git a/usr/sbin/laptop_mode b/usr/sbin/laptop_mode index 2c5a08e2..cae319a5 100755 --- a/usr/sbin/laptop_mode +++ b/usr/sbin/laptop_mode @@ -35,7 +35,7 @@ set -a # The laptop mode tools version number. Extracted by the installer makefile # as well, so don't change the format! -LMTVERSION=1.71 +LMTVERSION=1.72 # This script is loaded from multiple scripts to set the config defaults # and to read the configuration on top of those. Only when the command is