blob: 7cb12e32ff622f9dbec9cb675f9ef27f60fb6445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
2013-07-11
* Prepare 1.1 release. Uptream imports are up to date as of 2013-07-10. All commits
previous to
http://cgit.freedesktop.org/systemd/systemd/commit/?id=9d7d42bc406a2ac04639674281ce3ff6beeda790
have been considered. That commit adds a new builtin 'keyboard' to manage key mappings.
It is scheduled for inclusion in 1.2 which should coincide with uptream release v206.
2013-07-10
* Add "hwdb: allow list of lookup keys per given record"
* Import format_timespan() from upstream's src/shared/time-util.c. Note: our
src/libudev/util.c is derived from upstream's src/shared/util.c minus unneeded functions
plus three functions from src/shared/time-util.c: now(), timespec_load() and timespan().
* Bring src/udev/mkdir.c in line with upstreams use of *_internal() with prefix. Also
import path_startswith() from upstream's src/shared/path-util.c. This is now needed
in our src/udev/mkdir.c in the new *_internal() functions.
2013-07-09
* Import of hwdb
* Fix LGPL license for src/gudev
* Add "hwdb: add --lookup-prefix= option" commit a4bbef099209d4e3bccd913cd30da536f8971064
* DO NOT ADD "static-nodes: move creation of static nodes from udevd to tmpfiles"
commit edeb68c53f1cdc452016b4c8512586a70b1262e3. Upstream has moved this functionality
to systemd-tmpfilesd since kmod v14 now exports static node info in tmpfiles.d format.
We wish to retain this functionality in udevd.
|