X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGELOG;h=d2bac95a9cea0faa923266ee55e799a3a2c34be1;hb=d3636246de11a02bb0d79808436c1edfe80d406b;hp=48286a18518e91499ca7b4f35550a1ee74de005a;hpb=619c791a202f550c0f7ea46cff0677fc5a0235da;p=i3%2Fi3lock diff --git a/CHANGELOG b/CHANGELOG index 48286a1..d2bac95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,29 @@ +2017-06-21 i3lock 2.9.1 + + • Fix version number mechanism (for --version) + • Revert the fix for composited notifications, as it causes more issues than + it solves: + https://github.com/i3/i3lock/issues/130 + https://github.com/i3/i3lock/issues/128 + +2017-05-26 i3lock 2.9 + + • i3lock.1: use signal names without SIG prefix + • Removed obsolete inactivity timeout + • Added version files for release tarball. + • Set font face + • Automatically unlock (without having to press ) one attempt which was + entered while authenticating + • Stop leaking the image_path dup + • Displaying locking message when grabbing the pointer/keyboard + • Display error message when locking failed + • Add Enter on C-m + • Change input slices to be exactly pi/3 in size instead of slightly more + • Fix covering of composited notifications using the XComposite extension + • Remove last traces of DPMS + • Use bsd_auth(3) instead of PAM on OpenBSD + • Restore intended behaviour and don't use mlock(2) on OpenBSD. + 2016-06-04 i3lock 2.8 • Remove DPMS support in favor of a wrapper script and xset(1).