mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-12-02 14:05:43 -05:00
Update CHANGELOG, I3LOCK_VERSION, configure.ac
This commit is contained in:
parent
db7e3ba222
commit
abe1e3c85d
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.11.1-non-git
|
||||
2.12-non-git
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue