commit abe1e3c85df10069e483ea14e4e6d87e9aed17fa
parent db7e3ba22231ab3139b1280bf3fdc18a943ca818
Author: Michael Stapelberg <michael@stapelberg.de>
Date: Sun, 21 Jul 2019 10:41:42 +0200
Update CHANGELOG, I3LOCK_VERSION, configure.ac
Diffstat:
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,11 @@
+2019-07-21 i3lock 2.12
+
+ • remove stray \n from error messages
+ • capitalize unlock indicator contents
+ • set WM_CLASS property
+ • reference modifier as “Super”, not “Win”
+ • add --raw option to read image as raw bytes
+
2018-10-18 i3lock 2.11.1
• Fix dist tarball by including I3LOCK_VERSION
diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION
@@ -1 +1 @@
-2.11.1-non-git
+2.12-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.10], [https://github.com/i3/i3lock/issues])
+AC_INIT([i3lock], [2.12], [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])