|
@@ -4,6 +4,22 @@ Change Log
|
4
|
4
|
All relevant changes to the project are documented in this file.
|
5
|
5
|
|
6
|
6
|
|
|
7
|
+[v1.2][UNRELEASED] - 2018-08-xx
|
|
8
|
+-------------------------------
|
|
9
|
+
|
|
10
|
+### Changes
|
|
11
|
+- Convert to GNU configure & build system
|
|
12
|
+- Add support for installing non-SUID root using an udev rule
|
|
13
|
+ enabled `--with-udev` to the new configure script
|
|
14
|
+- Migrate to use `~/.cache/light` instead of `/etc/light` for
|
|
15
|
+ unpriviliged operation
|
|
16
|
+- Add proper light.1 man page, remvoes help2man dependency
|
|
17
|
+- Simplify presentation of commands and options in built-in help text,
|
|
18
|
+ as well as in the README and man page
|
|
19
|
+- Change to Linux coding style
|
|
20
|
+- Add Fedora installation instructions
|
|
21
|
+
|
|
22
|
+
|
7
|
23
|
[v1.1.2][] - 2018-06-20
|
8
|
24
|
-----------------------
|
9
|
25
|
|