summaryrefslogtreecommitdiff
path: root/UPSTREAM.notes
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-07-10 12:31:27 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-07-10 12:31:27 -0400
commit037a28c3d2bc5bf4a3f36b0172e83e6515b05a68 (patch)
tree7d2a3acca5cc0b14cbea84b7544e1086f57e4269 /UPSTREAM.notes
parentfbae3924871345cb60979dd9fb6794a091ba3ad1 (diff)
Bring mkdir.c, label.c and util.c in better line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'UPSTREAM.notes')
-rw-r--r--UPSTREAM.notes9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPSTREAM.notes b/UPSTREAM.notes
index f95149833e..12c1359393 100644
--- a/UPSTREAM.notes
+++ b/UPSTREAM.notes
@@ -8,3 +8,12 @@
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.
+
+2013-07-10
+
+ * Add "hwdb: allow list of lookup keys per given record"
+ * Bring src/udev/mkdir.c in line with upstreams use of *_internal() with prefix
+ * 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().