From a5c588a8eb45da178f78f9bfea68eb69ebf94074 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 10 Oct 2018 18:18:03 +0200 Subject: [PATCH] Update CHANGELOG and I3LOCK_VERSION --- CHANGELOG | 13 +++++++++++++ I3LOCK_VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6d9fe0f..880f87b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +2018-10-10 i3lock 2.11 + + • Switch to autotools + • Display an error when backspace is pressed without any input + • Print an error when a non-PNG file is opened + (i3lock only supports PNG files) (Thanks eplanet) + • Don’t unnecessarily check the xcb_connect return value, + it is known never to be NULL (Thanks SegFault42) + • Fix memory leak when grabbing fails (Thanks karulont) + • Respect Xft.dpi for determining the unlock indicator’s scale factor + • Discard pending password verification attempts + when a new password is entered (Thanks layus) + 2017-11-25 i3lock 2.10 • Only use -lpam when not on OpenBSD (Thanks Kaashif) diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION index 8eedd74..0b08ad7 100644 --- a/I3LOCK_VERSION +++ b/I3LOCK_VERSION @@ -1 +1 @@ -2.10-non-git +2.11-non-git -- 2.39.2