mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
release 170
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
Summary of changes from v169 to v170
|
||||
============================================
|
||||
|
||||
Kay Sievers (1):
|
||||
libudev: ctrl - properly wait for incoming message after connect
|
||||
|
||||
Michal Soltys (1):
|
||||
configure.ac: fixes for rule_generator and modeswitch
|
||||
|
||||
|
||||
Summary of changes from v168 to v169
|
||||
============================================
|
||||
|
||||
|
||||
6
NEWS
6
NEWS
@@ -1,3 +1,9 @@
|
||||
udev 170
|
||||
========
|
||||
Fix bug in control message handling, which can lead to a failing
|
||||
udevadm control --exit. Thanks to Jürg Billeter for help tracking
|
||||
it down.
|
||||
|
||||
udev 169
|
||||
========
|
||||
Bugfixes.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AC_INIT([udev], [169], [linux-hotplug@vger.kernel.org])
|
||||
AC_INIT([udev], [170], [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])])
|
||||
|
||||
Reference in New Issue
Block a user