summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-11 02:10:14 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-11 02:10:14 +0000
commitfc0772de36315f19f5b57220db69f48a3b1fdc9a (patch)
tree695349cb0e0d0e54ac1bf9f4bcc629c24e15969f /ChangeLog
parentf2ecbb30187000547a98ca7cbaee433ea4ba8fe3 (diff)
Add HAS_MMAP for Xvfb
Fix Xvfb option parsing to exit on bad arguments, not just issue error messages and continue on. (Coverity #492)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b533b0b68..94c3da836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-03-10 Alan Coopersmith <alan.coopersmith@sun.com>
+ * configure.ac:
+ * include/dix-config.h.in:
+ Add HAS_MMAP for Xvfb
+
+ * hw/vfb/InitOutput.c (ddxProcessArgument):
+ Fix Xvfb option parsing to exit on bad arguments, not just issue
+ error messages and continue on. (Coverity #492)
+
+2006-03-10 Alan Coopersmith <alan.coopersmith@sun.com>
+
* hw/xfree86/utils/xorgcfg/options.c:
Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489)