From abe1e3c85df10069e483ea14e4e6d87e9aed17fa Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 21 Jul 2019 10:41:42 +0200 Subject: [PATCH] Update CHANGELOG, I3LOCK_VERSION, configure.ac --- CHANGELOG | 8 ++++++++ I3LOCK_VERSION | 2 +- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0d61fe0..b9de06a 100644 --- 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 index 874a87d..19462c2 100644 --- 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 index 9171521..474f750 100644 --- 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])