diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 1e740706..00000000 --- a/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ -2006-03-14 Adam Jackson <ajax@freedesktop.org> - - * xf86drmHash.c: - Avoid walking off the end of the hash table. (Coverity report #465) - -2006-02-20 Adam Jackson <ajax@freedesktop.org> - - * ChangeLog: - * Makefile.am: - Created. - - * TODO: - * xf86drm.c: - * xf86drm.h: - * xf86drmHash.c: - * xf86drmRandom.c: - * xf86drmSL.c: - Formatting cleanup, dead code removal. Remove N() namespacing macro, - useless. Remove SIGIO handling functions as they're server-only and - properly belong in libdri. |