commit ea97c5436935256067b3a8c2873b473cd6763b60 parent cd8f286aa1fa7a9d45c0e55f938aa47652cd92f7 Author: Raymond Li <hi@raymond.li> Date: Sun, 20 Dec 2020 15:39:12 -0500 Merge branch 'pr-191/i3/master' Diffstat:
| M | CHANGELOG | | | 10 | ++++++++++ |
| M | I3LOCK_VERSION | | | 2 | +- |
2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,13 @@ +2020-10-27 i3lock 2.13 + + • Throw error when trying to start on Wayland + • Use explicit_bzero() where available, not just on OpenBSD + • avoid pixmap allocations in the redraw path + • make --debug output go to stderr + • unlock_indicator.c: fix build failure against gcc-10 + • fix: call pam_end in cleanup in main, not in event loop + • set _NET_WM_BYPASS_COMPOSITOR hint to avoid flickering + 2019-07-21 i3lock 2.12 • remove stray \n from error messages diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION @@ -1 +1 @@ -2.12.c.5 +2.13.c.1
