David Herrmann
22e7062d74
NEWS: fix typo
...
sittings -> settings
2014-03-11 20:47:40 +01:00
Lennart Poettering
9f19a44770
build-sys: when I upload the tarball, don't run the whole distcheck thing again
...
I run this anyway, and given how slow it is now due to -flto, let's make
my workflow a bit faster...
2014-03-11 20:45:47 +01:00
Kay Sievers
4ef6e535e3
NEWS: update
2014-03-11 20:41:12 +01:00
Lennart Poettering
6bf6f402b6
build-sys: prepare release 211
2014-03-11 20:25:00 +01:00
Lennart Poettering
1810e3dc62
man: improve nspawn's --user= documentation
2014-03-11 20:20:54 +01:00
Lennart Poettering
699b6b3491
NEWS: prepare for release 211
2014-03-11 20:18:06 +01:00
Lennart Poettering
f8791e820b
update TODO
2014-03-11 19:10:53 +01:00
Lennart Poettering
a6278b8830
bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,decode}()
...
The new calls work similarly, but enforce a that a common, fixed bus
path prefix is used.
This follows discussions with Simon McVittie on IRC that it should be a
good idea to make sure that people don't use the escaping applied here
too wildly as anything other than the last label of a bus path.
2014-03-11 19:03:50 +01:00
Lennart Poettering
2be56ff1e4
update TODO
2014-03-11 18:02:27 +01:00
Lennart Poettering
689aede8c6
fstab-generator: when running in a container, ignore fstab entries referring to device nodes
...
Since these device nodes will never appear in the container anyway
there's no point in waiting for them.
This makes it easier to boot images generated with general purpose
installers like Anaconda which unconditionally populate /etc/fstab to
boot in containers.
2014-03-11 18:02:27 +01:00
Zbigniew Jędrzejewski-Szmek
7a249d0c1b
build-sys: sign releases
2014-03-11 12:55:17 -04:00
Djalal Harouni
3448456bb2
hostnamectl: read OS pretty_name and cpe_name from remote
2014-03-11 17:48:45 +01:00
Djalal Harouni
44c3298855
hostnamed: expose OperatingSystemPrettyName and OperatingSystemCPEName on the bus
2014-03-11 17:48:43 +01:00
Djalal Harouni
f200e8bb34
hostnamed: minor improvements in context_write_data_other()
...
Prepare context_write_data_other() and rename it to
context_write_data_machine_info()
2014-03-11 17:48:41 +01:00
Mantas Mikulėnas
94036de887
logind: Do not fail display count if a device has no parent
...
udev_device_get_parent() may return NULL when the device doesn't have a
parent, as is the case with (for example) /sys/devices/virtual/drm/ttm.
Also, log an actual error message instead of "-12 displays connected".
2014-03-11 17:45:24 +01:00
Mantas Mikulėnas
4de8292689
nspawn: fix argv[0] for getent
2014-03-11 17:45:20 +01:00
Lennart Poettering
a07f961e98
nspawn: allow using kdbus from nspawn containers
2014-03-11 17:43:41 +01:00
Lennart Poettering
e41969e3d1
core: support globbing matches in DeviceAllow= when checking for device groups
2014-03-11 17:43:41 +01:00
Lennart Poettering
98b2f766b2
gpt-auto-generator: rename root device node symlink to /dev/gpt-auto-root
...
Before it was placed in /dev/disk/by-id, which makes it a bit too much
API. However, it's mostly an implementation detail for now, hence move
it out of the stable block device dir.
2014-03-11 17:43:41 +01:00
Marcel Holtmann
f401e2b24b
hwdb: Update database of Bluetooth company identifiers
2014-03-11 09:33:41 -07:00
Lukas Nykryn
66390abefa
udev: properly detect reference to unexisting part of PROGRAM's result
2014-03-11 13:18:13 +01:00
Tom Gundersen
93570bd7ed
sd-dhcp-client: use close_nointr_nofail()
...
We are already assuming the close() will not fail, so make it explicit.
2014-03-11 12:03:46 +01:00
Tom Gundersen
f0c4cd7a2c
networkd: rework startup
...
Open all listenerns before loading configuration.
2014-03-11 12:03:46 +01:00
Tom Gundersen
63edaa623b
sd-dhcp: generalise ip header generation
...
This will be needed for sd-dhcp-server.
2014-03-11 12:03:46 +01:00
Lennart Poettering
a7b1c3971a
README: document that we still encourage people to turn off audit when they want to use containers
2014-03-11 05:40:36 +01:00