summaryrefslogtreecommitdiff
path: root/app/xdriinfo/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 20:39:09 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 20:39:09 +0000
commit2387c426e6dfc2b0a2d0aa5585dbeb580f5ea91e (patch)
tree12721540663213a17c4c6a294f8f9473621fd503 /app/xdriinfo/ChangeLog
parentdc4a2107be04f29ad06d6e60e102370bf68739cd (diff)
Importing from X.Org 7.2RC2
Diffstat (limited to 'app/xdriinfo/ChangeLog')
-rw-r--r--app/xdriinfo/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/app/xdriinfo/ChangeLog b/app/xdriinfo/ChangeLog
new file mode 100644
index 000000000..2f0efb906
--- /dev/null
+++ b/app/xdriinfo/ChangeLog
@@ -0,0 +1,42 @@
+2006-04-01 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.0.1.
+
+2006-01-16 Matthias Hopf <mhopf@suse.de>
+
+ * xdriinfo.c:
+ GLX_GLXEXT_LEGACY -> GLX_GLXEXT_PROTOTYPES + glxext.h
+
+2006-01-13 Matthias Hopf <mhopf@suse.de>
+
+ * configure.ac:
+ Using glXGetProcAddressARB instead of glXGetProcAddress.
+ * xdriinfo.c: (main):
+ Casting to GLubyte* to remove warning.
+
+2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for final X11R7 release candidate.
+
+2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * Makefile.am:
+ Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+
+2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for X11R7 RC3 release.
+
+2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for RC1 release.
+
+2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac: Remove check for gl/glx.h as that fails when
+ installing Mesa in a non-standard directory and causes the build
+ script to exit.