autorandr (1.11-1)
[PTS] [DDPO]
COMMITS: VCS has seen 49 commits since the debian/1.9-1 tag
- Git: https://salsa.debian.org/debian/autorandr.git
-
- Branch: debian/sid
- Path: debian/changelog
- Browser: https://salsa.debian.org/debian/autorandr.git
- Last scan: 2022-07-01 03:52:10+00
- Next scan: 2022-07-06 23:34:00+00
- Debian changelog in Git:
autorandr (1.11-1) unstable; urgency=medium
* New upstream release
-- Don Armstrong <don@debian.org> Wed, 25 Nov 2020 10:07:51 -0800
- This branch is 49 commits ahead of tag debian/1.9-1
- Git log:
commit fb903d0e81d7fc29de62ca3876647ecef8685eac
Author: Don Armstrong <don@donarmstrong.com>
Date: Wed Nov 25 10:08:25 2020 -0800
new upstream release 1.11-1
commit e6cee8e371de1c1733977cedffe943ac8e631aa1
Merge: 84845ff 27f5831
Author: Don Armstrong <don@donarmstrong.com>
Date: Wed Nov 25 09:54:06 2020 -0800
Update upstream source from tag 'upstream/1.11'
Update to upstream version '1.11'
with Debian dir 252f36b9365b9cfe5fa95ac7b55f8640af65f8da
commit 27f58316cda662acb8a4511e0b48bd82a3e094dd
Merge: 8ba8664 43af27a
Author: Don Armstrong <don@donarmstrong.com>
Date: Wed Nov 25 09:54:06 2020 -0800
New upstream version 1.11
commit 43af27a051ae67dd921c134ef36df9e9117355e5
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Sun Nov 15 16:32:28 2020 +0100
Release 1.11
This updates the readme with changes since 1.10.1 and releases 1.11.
This version primarily brings small bugfixes, only change warranting
minor version bump is that batch mode now assigns user groups.
Fixes #227.
commit 46932031657dc5907d3d0628afde3717bedcd37a
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Fri Oct 9 16:16:14 2020 +0200
Make setgroups() behaviour Python 2 compatible
This fixes backwards compatibility of the change
commit 26985aef96b820d0b62aca93e565559ab612ee82
Author: Anthony Eadicicco <a@aead.io>
Date: Tue Oct 6 14:36:29 2020 -0400
In batch mode, set groups to group membership of target user.
Previously, group list was cleared during privilege de-escalation. This causes
profiles scripts to be run as the local user with an empty group list. This can
cause issues when, eg, the 'video' group is required for backlight control,
and the user is trying to invoke xbacklight from postswitch.sh.
commit b890915df3d069523d55d9884b0a228bc02a3e4e
Author: Thomas de Queiroz Barros <38295417+thomasqueirozb@users.noreply.github.com>
Date: Mon Aug 24 14:38:51 2020 -0300
Change os.exit to sys.exit
os.exit is not a function in python 3 or 2
commit 84845ffa1f8b593701e6bb0765e973407656526c
Author: Don Armstrong <don@donarmstrong.com>
Date: Sun Aug 23 17:50:53 2020 -0700
New upstream release; update dh compat version to 12
commit 8ba8664cef5502eae2ee7d17b671e2812a133c24
Merge: 03eb14a c84bf48
Author: Don Armstrong <don@donarmstrong.com>
Date: Sun Aug 23 17:47:40 2020 -0700
New upstream version 1.10.1
commit 566ed6c96f69ed7ad3f64625b2575cc3128271f3
Merge: ea1a72b 8ba8664
Author: Don Armstrong <don@donarmstrong.com>
Date: Sun Aug 23 17:47:40 2020 -0700
Update upstream source from tag 'upstream/1.10.1'
Update to upstream version '1.10.1'
with Debian dir e60c41769d4e52b2a2bf9f34a838448ce7cc87c0
commit b03c205a8cc4804cda90c3d706cf565443c65d78
Author: Jerzy Drozdz <jerzy.drozdz@gmail.com>
Date: Mon Jun 8 16:42:49 2020 +0200
Fixed python2 build problem
commit abee187c0fa69aeab8e0b16327b9581bfc777465
Author: Jerzy Drozdz <jerzy.drozdz@gmail.com>
Date: Mon Jun 8 16:36:25 2020 +0200
rpm spec file update to 1.10.1
commit 8cd356eaf1cfadbb2cce7403ed89238b35bf592e
Author: Julian Grinblat <julian@dotcore.co.il>
Date: Tue Jun 23 07:13:15 2020 +0900
Add a note on udev usage with NVidia cards
commit a5994d50147e85484575d9c9491200e04625c9cb
Author: Julian Grinblat <julian@dotcore.co.il>
Date: Tue Jun 23 18:09:53 2020 +0900
sys.executable can be None too
commit df568a16223090cfef9f154845e72b7575dc6293
Author: Julian Grinblat <julian@dotcore.co.il>
Date: Tue Jun 23 15:15:17 2020 +0900
Handle empty sys.executable
commit c84bf4811f4d100509398002011b2733c06c3273
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon May 4 09:23:05 2020 +0200
Point release 1.10.1
This reverts making autorandr-launcher the default and fixes the most
obvious issues. See #195 for why.
commit c7186f509f1786f30fc8f14aeb3303283ce477e5
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon May 4 09:20:49 2020 +0200
Fix warning during launcher compilation
commit 73d7e36a2d2ad3035650ea64a71f7f5c4898b290
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon May 4 09:20:25 2020 +0200
Clean up autorandr-launcher build process
commit 8da5b1dc0b5c60a8f293d74a677a7b0a297467d1
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon May 4 09:19:53 2020 +0200
Undo making the launcher the default
See #195
commit 42104bf719a16fcb45e55bf3bc65c5cca4e97a90
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon May 4 08:57:33 2020 +0200
Adjust launcher autostart file to start in daemon mode
This is part of the fix for #199.
commit dfb37523e36050826db6e188545a630c8e53a895
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon May 4 08:56:48 2020 +0200
Fix launcher crashing once X session exits
This is part of the fix for #199.
commit ea1a72b21bca6aa8d16ecdc0ec4123cd14f2c848
Merge: 2e754e0 03eb14a
Author: Don Armstrong <don@donarmstrong.com>
Date: Sat Apr 25 16:39:22 2020 -0700
Update upstream source from tag 'upstream/1.10'
Update to upstream version '1.10'
with Debian dir e60c41769d4e52b2a2bf9f34a838448ce7cc87c0
commit 03eb14a40fc06a47ff920c846e369f8450e00a8c
Merge: 0ebfa82 76a229a
Author: Don Armstrong <don@donarmstrong.com>
Date: Sat Apr 25 16:39:21 2020 -0700
New upstream version 1.10
commit 76a229a5e7b71c1c1eb7151556621987dc231dc6
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Sat Apr 25 09:49:51 2020 +0200
Bump version to 1.10
Changes since 1.9:
* *2020-04-23* Fix hook script execution order to match description from readme
* *2020-04-11* Handle negative gamma values (fixes #188)
* *2020-04-11* Sort approximate matches in detected profiles by quality of match
* *2020-01-31* Handle non-ASCII environment variables (fixes #180)
* *2019-12-31* Fix output positioning if the top-left output is not the first
* *2019-12-31* Accept negative gamma values (and interpret them as 0)
* *2019-12-31* Prefer the X11 launcher over systemd/udev configuration
Fixes #191
commit cc124f1d47689cc91b497399aac122d2a884ebce
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Thu Apr 23 16:02:34 2020 +0200
Add script order change to README
commit 5c346a2362cabcff9e32d94f9b08c8a3bcf75b39
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Thu Apr 23 15:39:42 2020 +0200
Search profile directory first for hook scripts
See #194.
commit 86175891149b906ad4ba7e59005a52e112b6cf2a
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon Apr 13 13:33:30 2020 +0200
Mention #180 in the README
commit db90c119afdc8d27c3b269ad4452e831753db4aa
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Mon Apr 13 13:29:50 2020 +0200
Fix unnassigned variable issue if one profile is detected
Fixes #190.
commit cde6a0e940d736a84ff1390d3306794e1ee49627
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Sat Apr 11 14:14:53 2020 +0200
Handle negative gamma values
Fixes #188.
commit 0bbdbd0b1a7e98dd89112a74110dbc6ee8112021
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Sat Apr 11 14:11:31 2020 +0200
Sort approximate matches in detected profiles by quality of match
See #189
commit 2e754e09a1ddedb45f452c3dcf5587fe1e6c8fcf
Merge: a2dc15c b3fa594
Author: Don Armstrong <don@donarmstrong.com>
Date: Sun Mar 29 17:05:45 2020 -0700
Merge remote-tracking branch 'salsa/debian/sid' into debian/sid
commit b3fa59441b409bff1585eae1a47c0a4477242b51
Author: Boyuan Yang <byang@debian.org>
Date: Fri Jan 31 12:37:34 2020 -0500
Prepare new NMU (source-only upload)
commit 943b2d2ced87ae41d0f21a6e7e7a1924f27e9882
Author: Boyuan Yang <byang@debian.org>
Date: Fri Jan 31 12:36:05 2020 -0500
debian/.gitignore: Recovered
commit 652acc355e7f44b7cd5630971922264c70b6f767
Author: Don Armstrong <don@debian.org>
Date: Fri Aug 30 00:30:36 2019 -0700
Import Debian changes 1.8.1-2
autorandr (1.8.1-2) unstable; urgency=medium
* Switch to using python3 by changing the #! line and dependencies; no
other changes were required (Closes: #936170)
* Use default as the default autorandr configuration when called via systemd
commit 0ebfa82c7d19c032dfc9971c7a19c582265a51ee
Author: Vincent Bernat <vincent@bernat.ch>
Date: Fri Jan 31 10:25:35 2020 +0100
contrib: fix saved profile completion
commit 22d9431a860f20274f2d03f07784908feb666eb6
Author: martin f. krafft <madduck@madduck.net>
Date: Thu Jan 9 11:15:45 2020 +1300
Fix small error
I am pretty sure this should be "docked" instead of "mobile"
commit 5fd4907089595866a7cbebf08a0820fb054d4070
Author: Vincent Bernat <vincent@bernat.ch>
Date: Thu Jan 16 11:42:06 2020 +0100
Handle non-ASCII environment variable values
When a process has an UTF-8 character in its environment, autorandr
crashes with:
```
Unhandled exception ('utf-8' codec can't decode byte 0xab in position 0: invalid start byte). Please report this as a bug at https://github.com/phillipberndt/autorandr/issues.
Traceback (most recent call last):
File "./autorandr.py", line 1439, in <module>
exception_handled_main()
File "./autorandr.py", line 1423, in exception_handled_main
main(sys.argv)
File "./autorandr.py", line 1203, in main
dispatch_call_to_sessions([x for x in argv if x != "--batch"])
File "./autorandr.py", line 1110, in dispatch_call_to_sessions
for environ_entry in open(environ_file).read().split("\0"):
File "/usr/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xab in position 0: invalid start byte
```
Instead, we read the environment without decoding and convert to ASCII
explicitely. Any environment variable not decodable will just be
skipped.
commit 08d9b4f72d8e3ff0aee64c1004beea88fb5ce004
Author: Vincent Bernat <vincent@bernat.ch>
Date: Fri Jan 31 08:34:51 2020 +0100
contrib: zsh completion
commit bb7ba305c03defee540cbbe2a2a272aaa8dc4ce4
Author: Vincent Bernat <vincent@bernat.ch>
Date: Thu Jan 16 11:48:59 2020 +0100
Fork and exec using the current Python interpreter
When testing against various versions of Python by invoking autorandr
with an explicit Python interpreter, in batch mode, autorandr will
reexecute itself without specifying the Python interpreter. This
change makes sure it is reexecuted using the current Python
interpreter.
commit 7bdc2c19797be2a00c03c07312d7b1be6c32a8a2
Merge: 4452340 aa7f536
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Thu Jan 2 18:06:25 2020 +0100
Merge pull request #176 from gardar/patch-1
Fix dash/underscore typo in makefile
commit aa7f53633143ff25928b8ccc6cde0b2adc05e4cc
Author: gardar <gardar@users.noreply.github.com>
Date: Thu Jan 2 17:04:49 2020 +0000
Fix dash/underscore typo in makefile
commit 4452340c527276547f14c7a92dbf41c1f71203ed
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Tue Dec 31 11:43:50 2019 +0100
Fix two minor issues with the Makefile
commit e1c85639c3dbcfe86a7003bc916efafe629bcbf9
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Tue Dec 31 11:41:27 2019 +0100
Prefer X11 launcher (like srandr) over udev/systemd setup
See #162. The X11 launcher, that waits for randr events in X11 and runs
autorandr manually, proved to be more reliable than the setup using udev
and systemd. Make it the default.
commit de9d7c6b0b973a9f2377d7c2a030516e1029ab4d
Author: Phillip Berndt <phillip.berndt@googlemail.com>
Date: Tue Dec 31 11:12:30 2019 +0100
Update README
commit 2bd9faadcdde741134c827ab7d5e9c0321f00722
Author: Jordan Ephron <jephron@nomail.com>
Date: Sun Dec 22 19:08:34 2019 -0800
Don't fail if xrandr reports negative gamma value
commit 9f4fc9fbe7dffb8d1acec893f77596a9989f93ad
Author: Mathis Raguin <mathis@cri.epita.fr>
Date: Mon Jun 3 15:57:44 2019 +0200
edit: rename var to found_top_left_monitor
Signed-off-by: Mathis Raguin <mathis@cri.epita.fr>
commit fa32200a9c6201ec4c675c2d11312dd80559d6fb
Author: Mathis Raguin <mathis@cri.epita.fr>
Date: Mon Jun 3 15:53:37 2019 +0200
fix: rework to match phillipberndt algorithm
Signed-off-by: Mathis Raguin <mathis@cri.epita.fr>
commit 3c4441a95fbd2d91c1e98973df69acab08cefdbc
Author: Mathis Raguin <mathis@cri.epita.fr>
Date: Tue May 28 22:08:25 2019 +0200
fix: move all output at once as they are enabled
Signed-off-by: Mathis Raguin <mathis@cri.epita.fr>
commit e987251c2158ee3237f82d1bbb12b14e6da470c6
Author: Mathis Raguin <mathis@cri.epita.fr>
Date: Tue May 28 21:53:39 2019 +0200
fix: output position if xrandr offsetted them
Signed-off-by: Mathis Raguin <mathis@cri.epita.fr>