chiark / gitweb /
release 170
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 19 May 2011 21:15:46 +0000 (23:15 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 19 May 2011 21:15:46 +0000 (23:15 +0200)
ChangeLog
NEWS
configure.ac

index 7b5ff364fcf4eeddace7eb74f3bbbaf791da8ce6..a0b364f9d883b2e9d7c8f445adb73155e3aff57a 100644 (file)
--- a/ChangeLog
+++ b/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
 ============================================
 
 Summary of changes from v168 to v169
 ============================================
 
diff --git a/NEWS b/NEWS
index a39f7d1cc174f026c948326d879ff8c707db7c56..0dc85ecb5121f64c0ff962b6956e8b3baa0588ca 100644 (file)
--- a/NEWS
+++ b/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.
 udev 169
 ========
 Bugfixes.
index 3a2d927a2d7ed0a856d31b4e2bd98ccdec5c4ac8..3646f9327d071f5f019d6be0a28aa11dd41d3869 100644 (file)
@@ -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])])
 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])])