Update CHANGELOG, I3LOCK_VERSION, configure.ac

pull/245/head 2.12
Michael Stapelberg 2019-07-21 10:41:42 +02:00
parent db7e3ba222
commit abe1e3c85d
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
2.11.1-non-git
2.12-non-git

View File

@ -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])