i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 4f76d51a3f79082e01b319e9031aad868d89449d
parent ed7185dca8b01a33d238866854ac6ec3ad4e0114
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue, 27 Oct 2020 08:37:27 +0100

release v2.13

Diffstat:
MCHANGELOG | 10++++++++++
MI3LOCK_VERSION | 2+-
Mconfigure.ac | 2+-
3 files changed, 12 insertions(+), 2 deletions(-)
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-non-git
+2.13-non-git
diff --git a/configure.ac b/configure.ac
@@ -2,7 +2,7 @@
 # Run autoreconf -fi to generate a configure script from this file.
 
 AC_PREREQ([2.69])
-AC_INIT([i3lock], [2.12], [https://github.com/i3/i3lock/issues])
+AC_INIT([i3lock], [2.13], [https://github.com/i3/i3lock/issues])
 # For AX_EXTEND_SRCDIR
 AX_ENABLE_BUILDDIR
 AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])