mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
release 171
This commit is contained in:
parent
f4c80a5264
commit
4c748b05a3
26
ChangeLog
26
ChangeLog
@ -1,3 +1,29 @@
|
||||
Summary of changes from v170 to v171
|
||||
============================================
|
||||
|
||||
Kay Sievers (17):
|
||||
libudev: export symbols explicitely and individually from C code not from separate file or prefix match
|
||||
libudev: device - make a bunch of symbols static
|
||||
systemd: Replace Requires= with Wants=, run trigger in parallel
|
||||
systemd: sort trigger after socket
|
||||
systemd: trigger - run after udev.service (for now)
|
||||
systemd: set socket buffer size to 128 MB like udev has
|
||||
update TODO
|
||||
update TODO
|
||||
libudev: monitor - use SOCK_NONBLOCK
|
||||
systemd: split socket file
|
||||
systemd: add missing socket files
|
||||
rules: fix whitespace
|
||||
rules: implement TAGS== match
|
||||
libudev: enumerate - do not ignore other matches when add_match_tag() is used
|
||||
rules: support substitutions in TAG=
|
||||
path_id: allow to be asked about usb_devices not only usb_interfaces
|
||||
systemd: run udev.service and udev-trigger.service in parallel
|
||||
|
||||
Scott James Remnant (1):
|
||||
configure: allow usb.ids location to be specified
|
||||
|
||||
|
||||
Summary of changes from v169 to v170
|
||||
============================================
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT([udev], [170], [linux-hotplug@vger.kernel.org])
|
||||
AC_INIT([udev], [171], [linux-hotplug@vger.kernel.org])
|
||||
AC_PREREQ(2.60)
|
||||
AM_INIT_AUTOMAKE([check-news foreign 1.10 dist-bzip2 subdir-objects])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
Loading…
x
Reference in New Issue
Block a user