[systemd-commits] 2 commits - Makefile.am NEWS
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Nov 20 17:19:31 PST 2012
Makefile.am | 2 ++
NEWS | 7 ++++---
2 files changed, 6 insertions(+), 3 deletions(-)
New commits:
commit 555d5c0cb50dbd195f1aac27fab7bc8a78d11a22
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Nov 21 02:19:20 2012 +0100
build-sys: add zsh completion bits to EXTRA_DIST
diff --git a/Makefile.am b/Makefile.am
index d16ec13..804cc04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3955,6 +3955,8 @@ CLEANFILES += \
endif
+EXTRA_DIST += \
+ shell-completion/systemd-zsh-completion.zsh
systemd-install-data-hook:
$(MKDIR_P) -m 0755 \
commit 96ec33c079caacdf9c7cdfb2cad2f1bc48dfca65
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Nov 21 01:59:45 2012 +0100
update NEWS
diff --git a/NEWS b/NEWS
index 4796086..ca6245b 100644
--- a/NEWS
+++ b/NEWS
@@ -10,10 +10,11 @@ CHANGES WITH 196:
the longer run this indexed database shall grow into
becoming the one central database for non-essential
userspace device metadata. Previously, data from the PCI/USB
- database was only attached to the select devices, since the
+ database was only attached to select devices, since the
lookup was a relatively expensive operation due to O(n) time
- complexity. Since this is now O(log(n)), we decided to add
- in this data for all devices where this is available, by
+ complexity (with n being the number of entries in the
+ database). Since this is now O(1), we decided to add in this
+ data for all devices where this is available, by
default. Note that the indexed database needs to be rebuilt
when new data files are installed. To achieve this you need
to update your packaging scripts to invoke "udevadm hwdb
More information about the systemd-commits
mailing list