aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@aehallh.com>2006-03-31 18:11:52 +0000
committerZephaniah E. Hull <warp@aehallh.com>2006-03-31 18:11:52 +0000
commite9a6f6d1a0b5cf6f7dc4fb122f6d28cbf3929960 (patch)
tree5f22ccc827acada3aa20621059eb5f2caed5ccfa /ChangeLog
parentSwitch from my own globbing function to fnmatch. (diff)
downloadxf86-input-evdev-e9a6f6d1a0b5cf6f7dc4fb122f6d28cbf3929960.tar.gz
xf86-input-evdev-e9a6f6d1a0b5cf6f7dc4fb122f6d28cbf3929960.tar.bz2
xf86-input-evdev-e9a6f6d1a0b5cf6f7dc4fb122f6d28cbf3929960.zip
Fix the fd pointer leak reported by primer. (Not the same patch.)
Disable the undocumented xkb guts options in the key driver. (Requested by Daniel Stone.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aec9f5a..ab9c7bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2006-03-16 Zephaniah E. Hull,,, <warp@aehallh.com>
+2006-03-31 Zephaniah E. Hull <warp@aehallh.com>
+
+ * src/evdev_brain.c: (FillDevInfo), (evdevRescanDevices):
+ Fix the fd pointer leak reported by primer. (Not the same patch.)
+ * src/evdev_key.c: (EvdevKeyNew):
+ Disable the undocumented xkb guts options in the key driver.
+ (Requested by Daniel Stone.)
+
+2006-03-16 Zephaniah E. Hull <warp@aehallh.com>
* src/evdev_brain.c: (MatchDriver):
Switch from my own globbing function to fnmatch.