1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
tlp (1.1-2) unstable; urgency=medium
* [59b316a] Demote smartmontools from Recommends to Suggests
smartmontools dependencies end up pulling in a mail server, which may
not be wanted on desktop installations (Closes: 894150) (LP: 1758798)
* [56bc43f] debian/control: cosmetic changes
* [b407a57] debian/control: update Vcs-* URLs for Salsa migration
* [5538eec] README.Debian: fix mix up between stable/oldstable/oldoldstable
* [a78888a] Override lintian warning about unusual WantedBy target
* [7b94358] Override lintian warning about missing test suite
-- Raphaël Halimi <raphael.halimi@gmail.com> Tue, 27 Mar 2018 15:02:15 +0200
tlp (1.1-1) unstable; urgency=medium
* [44a3801] New upstream version 1.1
Highlights:
- Disks
+ SATA_LINKPWR_ON_AC/BAT: try multiple values to support new recommended
ALPM policy "med_power_with_dipm" in kernel 4.15
- Processor
+ ENERGY_PERF_POLICY_ON_AC/BAT: support changed values performance,
balance-performance, default, balance-power, power
- ThinkPad Battery
+ Support ThinkPad 13 1st & 2nd Gen, E130; new tpacpi-bat version
+ tlp-stat --psup: show ASLbase for tpacpi-bat (in device/path)
+ tlp discharge: show state of battery and force_discharge
- USB
+ USB_BLACKLIST_PRINTER: exclude printers from autosuspend
[ Thomas Koch ]
* [05ce2a3] Use upstream de.linrunner.tlp.metainfo.xml
[ Raphaël Halimi ]
* [484d00d] debian/gbp.conf: enforce pristine-tar usage
* [60287fa] debian/copyright: update copyrights years
* [2095e80] Bump Standards-Version to 4.1.3
-- Raphaël Halimi <raphael.halimi@gmail.com> Thu, 25 Jan 2018 11:03:15 +0100
tlp (1.0-1) unstable; urgency=medium
* [b811fae] New upstream version 1.0 (Closes: #850293)
Highlights:
- General
+ TLP_PERSISTENT_DEFAULT: force battery settings on AC power
(or vice versa)
- Device bays
+ BAY_POWEROFF_ON_AC: power off optical drive on AC power
- Graphics
+ Blacklist all dGPU's by default and use kernel default for Runtime PM
+ Improved compatibility with Bumblebee
- Processor
+ CPU_HWP_ON_AC/BAT: HWP energy performance hints for Intel Skylake or
newer
- ThinkPad Battery
+ RESTORE_THRESHOLDS_ON_BAT: restore charge thresholds when unplugging
AC
+ Detect Intel Kaby Lake (*70) models
+ tlp-stat: show "Charge total %" when more than one battery is present
- USB
Exclude certain devices from autosuspend to:
+ Solve stability issues with bluetooth devices (USB_BLACKLIST_BTUSB)
+ Enable phone charging (USB_BLACKLIST_PHONE)
[ Thomas Koch ]
* [639a7fe] debian/copyright,tlp.init: update copyright year
* [a5de719] debian/tlp.postinst,postrm: tlp-nop moved to /usr/share/tlp
* [00a4beb] debian/tlp.manpages: install everything in man/
[ Raphaël Halimi ]
* [b5691d7] debian/rules: use dh7 syntax
* [f6a1c00] debian/tlp.docs: remove changelog
* [faa8223] Use upstream init script
* [5a705f1] Bump Standards-Version to 4.0.1, no changes needed
* [070c629] Get rid of dh-systemd build-dep
* [d54e072] Recommend linux-cpupower on non-Ubuntu
* [9befab8] Add AppStream metadata (Closes: #838702)
* [4c3ff3f] Link tlp-rdw documentation directory to tlp
* [3de1e38] Add debian/README.Debian
* [65e57ae] debian/gbp.conf: add spaces around equal signs
-- Raphaël Halimi <raphael.halimi@gmail.com> Mon, 21 Aug 2017 17:42:04 +0200
tlp (0.9-3) unstable; urgency=low
* [be57ce6] Fix invocation of dh_gencontrol with $(SUBSTVARS)
Previous invocation lacked a double-dash before the options meant for
dpkg-gencontrol, so dh_gencontrol didn't actually add the substitution
variable (eg. linux-tools) to Recommends when building on Ubuntu.
Thanks to Thomas Koch for spotting this.
-- Raphaël Halimi <raphael.halimi@gmail.com> Wed, 25 Jan 2017 01:35:31 +0100
tlp (0.9-2) unstable; urgency=low
* [b8cbaa7] Recommend linux-tools on Ubuntu only (Closes: #852204)
* [da84365] Add missing dependency on lsb-base
-- Raphaël Halimi <raphael.halimi@gmail.com> Sun, 22 Jan 2017 23:18:29 +0100
tlp (0.9-1) unstable; urgency=medium
* New upstream version 0.9
[ Raphaël Halimi ]
* Merge changes from upstream's debian/current branch
[Thomas Koch]
* debian/rules: add 'make clean' to clean target
* debian/tlp.maintscript:
- add rm_conffile /etc/acpi/events/thinkpad-radiosw,
/etc/acpi/thinkpad-radiosw.sh (upstream removed feature)
* debian/tlp.postinst,postrm:
- upstream moved tlp-nop to /usr/share/tlp-pm/
- use deb-systemd-helper to mask/unmask systemd-rfkill.service
* debian/control:
- Standards-Version: 3.9.8
- point Vcs-git to https://...
* debian/watch: adapt to GitHub releases
-- Raphaël Halimi <raphael.halimi@gmail.com> Tue, 13 Sep 2016 04:43:28 +0200
tlp (0.8-1) unstable; urgency=low
[ Thomas Koch ]
* New upstream release
* debian/control:
- Add Recommends: linux-tools
- New Maintainer (Raphaël Halimi)
* debian/tlp.maintscript (new):
- add rm_conffile /etc/bash_completion.d/tlp
(upstream moved file to /usr/share/bash-completion/completions/)
[ Raphaël Halimi ]
* Remove debian/patches
-- Raphaël Halimi <raphael.halimi@gmail.com> Tue, 11 Aug 2015 19:53:19 +0200
tlp (0.7-1) unstable; urgency=low
[ Thomas Koch ]
* New upstream release
* Add patch (from upstream):
- 0001-Issue-124-tlp-recalibrate-fix-exitcode-check.patch
* debian/rules: support for non-systemd installs w/ pm-utils
* debian/control:
- Add depends: pciutils, usbutils
- Remove depends: util-linux (essential package)
- Long description updated
* debian/tlp.init: add option "status"
* debian/tlp.postinst: consider pm-utils dirs not present
-- Thomas Koch <linrunner@gmx.net> Thu, 26 Feb 2015 18:51:42 +0100
tlp (0.6-1) unstable; urgency=low
[ Thomas Koch ]
* New upstream release
* debian/rules: systemd support
* debian/control:
- Remove depends: pm-utils
- Add depends: hdparm, iw | wireless-tools, rfkill, util-linux
- Add suggests: acpi-call-dkms
* debian/tlp.postinst/postrm: mask/unmask systemd-rfkill@.service
* debian/patches/* removed (changes are in upstream now)
[ Andreas Tille ]
* Add Build-Depends: dh-systemd
-- Thomas Koch <linrunner@gmx.net> Sat, 11 Oct 2014 22:42:24 +0200
tlp (0.5-1) unstable; urgency=low
* Initial Debian package submission (Closes: #711471).
-- Thomas Koch <linrunner@gmx.net> Sun, 31 Aug 2014 19:12:42 +0200
|