chiark / gitweb /
release 149
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 3 Dec 2009 13:39:12 +0000 (14:39 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 3 Dec 2009 13:39:12 +0000 (14:39 +0100)
ChangeLog
NEWS

index bccb162c6d12afe4a746a269a3c3524352302826..ac03a3d29a8cb1daab212ab6d36a6a60cde0eda1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Summary of changes from v148 to v149
+============================================
+
+Daniel Elstner (1):
+      really fix both in-tree and out-of-tree builds
+
+Dmitry Torokhov (1):
+      input-id: identify touchscreens
+
+Kay Sievers (4):
+      libudev: doc - use #NULL
+      configure.ac: version bump
+      really really fix both in-tree and out-of-tree builds
+      fix both in-tree and out-of-tree builds
+
+Martin Pitt (6):
+      input_id: Fix endless loop for non-input devices
+      input_id: Do not tag non-input devices with ID_INPUT
+      input_id: small optimization
+      input_id: check event mask
+      input_id: Check mouse button for ID_INPUT_MOUSE
+      udev_device_get_parent_with_subsystem_devtype(): Clarify documentation
+
+
 Summary of changes from v147 to v148
 ============================================
 
diff --git a/NEWS b/NEWS
index e5dfd10d48ca3934b7ae080a2731fd2ee57e23e5..df753596634b50d3ce21fcd60cbdfb9e1b284a96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,6 @@ udev 149
 ========
 Fix for a possible endless loop in the new input_id program.
 
-
 udev 148
 ========
 Bugfixes.