Skip to content

Commit abe1e3c

Browse files
committed
Update CHANGELOG, I3LOCK_VERSION, configure.ac
1 parent db7e3ba commit abe1e3c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2019-07-21 i3lock 2.12
2+
3+
• remove stray \n from error messages
4+
• capitalize unlock indicator contents
5+
• set WM_CLASS property
6+
• reference modifier as “Super”, not “Win”
7+
• add --raw option to read image as raw bytes
8+
19
2018-10-18 i3lock 2.11.1
210

311
• Fix dist tarball by including I3LOCK_VERSION

I3LOCK_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.1-non-git
1+
2.12-non-git

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Run autoreconf -fi to generate a configure script from this file.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([i3lock], [2.10], [https://github.com/i3/i3lock/issues])
5+
AC_INIT([i3lock], [2.12], [https://github.com/i3/i3lock/issues])
66
# For AX_EXTEND_SRCDIR
77
AX_ENABLE_BUILDDIR
88
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])

0 commit comments

Comments
 (0)