ChangeLog 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. commit 3040728fda7c54eb0c606adef43f766483c57d85
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Wed Jan 5 19:57:04 2011 -0800
  4. xf86driproto 2.1.1
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit c0c8ff516f40d5b9f0d595c0c381c895c39309b9
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Wed Jan 5 19:55:21 2011 -0800
  9. config: Add missing AC_CONFIG_SRCDIR
  10. Regroup AC statements under the Autoconf initialization section.
  11. Regroup AM statements under the Automake initialization section.
  12. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  13. commit 6f3c1924a6018f8fc090f57e0fcab00d50707dcb
  14. Author: Gaetan Nadon <memsize@videotron.ca>
  15. Date: Sun Mar 28 19:25:52 2010 -0400
  16. config: update AC_PREREQ statement to 2.60
  17. Unrelated to the previous patches, the new value simply reflects
  18. the reality that the minimum level for autoconf to configure
  19. all x.org modules is 2.60 dated June 2006.
  20. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  21. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  22. commit 08685b196d8d23316c4af71c92bce064960d6a7e
  23. Author: Gaetan Nadon <memsize@videotron.ca>
  24. Date: Sun Mar 28 19:00:31 2010 -0400
  25. config: remove the pkgconfig pc.in file from EXTRA_DIST
  26. Automake always includes it in the tarball.
  27. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  28. commit da649277299743e8a718279d9c2c540a6e27f471
  29. Author: Gaetan Nadon <memsize@videotron.ca>
  30. Date: Mon Nov 16 11:47:45 2009 -0500
  31. COPYING: add Copyright from Precision Insight
  32. And also from VA Linux Systems.
  33. The COPYING file contains all Copyright notices from source code.
  34. Refer to xf86dri.h.
  35. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  36. commit 524ce1c2915ddc7036975effaa3207b7ad12f7b9
  37. Author: Gaetan Nadon <memsize@videotron.ca>
  38. Date: Sun Nov 22 19:24:48 2009 -0500
  39. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  40. Now that the INSTALL file is generated.
  41. Allows running make maintainer-clean.
  42. commit ee3c810505fa7231c8161437cf7d1b68a0b1c1a7
  43. Author: Gaetan Nadon <memsize@videotron.ca>
  44. Date: Mon Nov 16 11:13:30 2009 -0500
  45. README: file created or updated #24206
  46. Contains a set of URLs to freedesktop.org.
  47. commit ea4ec54bbca6b04c26214ead0a49db38f12c3119
  48. Author: Gaetan Nadon <memsize@videotron.ca>
  49. Date: Sun Nov 15 19:45:27 2009 -0500
  50. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  51. ChangeLog filename is known to Automake and requires no further
  52. coding in the makefile.
  53. commit 8cf234fc7fb91ed42c3a4b3b97fd90ece48497ab
  54. Author: Gaetan Nadon <memsize@videotron.ca>
  55. Date: Sun Nov 15 18:31:29 2009 -0500
  56. Makefile.am: INSTALL file is missing or incorrect #24206
  57. The standard GNU file on building/installing tarball is copied
  58. using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
  59. Add INSTALL target
  60. commit 30320a369e8f07b950347361fdedddb4b3f289a3
  61. Author: Gaetan Nadon <memsize@videotron.ca>
  62. Date: Sun Nov 15 18:11:36 2009 -0500
  63. configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
  64. This macro aggregate a number of existing macros that sets commmon
  65. X.Org components configuration options. It shields the configuration file from
  66. future changes.
  67. commit 437f9e034a4a75879a8cf48e46f22edb3e67b2d6
  68. Author: Gaetan Nadon <memsize@videotron.ca>
  69. Date: Sun Nov 15 13:55:25 2009 -0500
  70. configure.ac: AM_MAINTAINER_MODE missing #24238
  71. This turns off maintainer mode build rules in tarballs.
  72. Works in conjunction with autogen.sh --enable-maintainer-mode
  73. commit 99ee5f56cd6dee625972bd2d077171c6233b4bb7
  74. Author: Gaetan Nadon <memsize@videotron.ca>
  75. Date: Sat Nov 14 18:26:47 2009 -0500
  76. .gitignore: use common defaults with custom section # 24239
  77. Using common defaults will reduce errors and maintenance.
  78. Only the very small or inexistent custom section need periodic maintenance
  79. when the structure of the component changes. Do not edit defaults.
  80. commit f4e8747d545ec7785e3e0d965dcc151f625e2a70
  81. Author: Peter Hutterer <peter.hutterer@who-t.net>
  82. Date: Wed Aug 26 12:06:02 2009 +1000
  83. Bump to 2.1.0
  84. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  85. commit 734355de07c6f2d4266f842d40118cc563032fee
  86. Author: Peter Hutterer <peter.hutterer@who-t.net>
  87. Date: Wed Aug 26 12:05:32 2009 +1000
  88. Remove Xfuncproto.h include.
  89. This is a protocol header file.
  90. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  91. commit eca4c8a4de139181211523237ecdf6695a25828f
  92. Author: Peter Hutterer <peter.hutterer@who-t.net>
  93. Date: Wed Aug 26 12:04:33 2009 +1000
  94. Move xf86dristr.h to xf86driproto.h for consistency with other modules.
  95. Provide a stub xf86dristr.h to avoid breaking clients.
  96. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  97. commit 90e38c137b3dd7e3ca752de1daba2cb6958b9d38
  98. Author: Peter Hutterer <peter.hutterer@who-t.net>
  99. Date: Wed Aug 26 12:02:36 2009 +1000
  100. Remove RCS tags
  101. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  102. commit e5baafc41e4d3419e2e26bb4c8283febddc0b3c7
  103. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  104. Date: Tue Jan 27 20:06:28 2009 -0200
  105. Janitor: Correct make distcheck and dont distribute autogen.sh
  106. commit f911b95b9451bbdcb8fb83952c6c554d8c48a34a
  107. Author: Julien Cristau <jcristau@debian.org>
  108. Date: Wed May 7 20:55:22 2008 +0200
  109. Bump to 2.0.4
  110. Apparently this was done when building the tarballs, but never pushed to
  111. git.
  112. commit beafefcb82089ec0bd629a66054e2982bdcaee51
  113. Author: James Cloos <cloos@jhcloos.com>
  114. Date: Thu Dec 6 16:39:12 2007 -0500
  115. Replace static ChangeLog with dist-hook to generate from git log
  116. commit 55dd8f55f3f99051c4579e9574c10ecc9863830e
  117. Author: Kristian Høgsberg <krh@redhat.com>
  118. Date: Mon Oct 29 20:35:58 2007 -0400
  119. dri_interface.h doesn't belong here, remove function protos from xf86dri.h.
  120. commit 28590a910f78fcdac526c61e9e427360128f3131
  121. Author: James Cloos <cloos@jhcloos.com>
  122. Date: Mon Sep 3 05:54:29 2007 -0400
  123. Add *~ to .gitignore to skip patch/emacs droppings
  124. commit a9000b5b3756af2bddb9f3212a682ef647712ff8
  125. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  126. Date: Fri Jul 14 18:56:46 2006 -0700
  127. renamed: .cvsignore -> .gitignore
  128. commit 3b20ea7958208c3ada4d6949c0f0da5525f0980c
  129. Author: Kevin E Martin <kem@kem.org>
  130. Date: Wed Dec 21 02:30:07 2005 +0000
  131. Update package version for X11R7 release.
  132. commit 43fec892e803cb16399e104570ec2fdbaa325d07
  133. Author: Adam Jackson <ajax@nwnk.net>
  134. Date: Mon Dec 19 16:32:25 2005 +0000
  135. Stub COPYING files
  136. commit 02508b373e5a11b7c2cd2b4b8d7cb4180ffd436c
  137. Author: Kevin E Martin <kem@kem.org>
  138. Date: Thu Dec 15 00:24:39 2005 +0000
  139. Update package version number for final X11R7 release candidate.
  140. commit 61151bb21165ca3bde0adad4d7b05ce1203779ac
  141. Author: Kevin E Martin <kem@kem.org>
  142. Date: Thu Dec 1 03:11:36 2005 +0000
  143. Mesa 6.4.1 import
  144. commit 035d99d0f33c9ef3ec1715b0ada02a072a9f427e
  145. Author: Kevin E Martin <kem@kem.org>
  146. Date: Wed Oct 19 02:48:16 2005 +0000
  147. Update package version number for RC1 release.
  148. commit f863e56ae8d60345523a493a0fe77c1080aa0892
  149. Author: Adam Jackson <ajax@nwnk.net>
  150. Date: Tue Oct 18 06:05:04 2005 +0000
  151. dri_interface.h in xf86driproto
  152. commit a2df5606ccf0402178efcb04e198d474a20e4528
  153. Author: Kevin E Martin <kem@kem.org>
  154. Date: Tue Oct 18 02:51:49 2005 +0000
  155. Mesa 6.4 20051017 import
  156. commit c519c132d102b08d6d6953833e3d62f7e83111b3
  157. Author: Eric Anholt <anholt@freebsd.org>
  158. Date: Tue Aug 2 19:19:40 2005 +0000
  159. Add basic .cvsignore files for proto modules.
  160. commit 9b14371827ade0593d580fcf531484c88013ddef
  161. Author: Adam Jackson <ajax@nwnk.net>
  162. Date: Sun Jul 31 16:45:58 2005 +0000
  163. Mesa 6.3.1 import
  164. commit 27eed01842ea01f890b160a197810359ba7f107f
  165. Author: Adam Jackson <ajax@nwnk.net>
  166. Date: Sun Jul 31 16:45:58 2005 +0000
  167. Initial revision
  168. commit 13245a0c846a04833b37a0c61e4cec02a6c23b02
  169. Author: Kevin E Martin <kem@kem.org>
  170. Date: Fri Jul 29 21:22:57 2005 +0000
  171. Various changes preparing packages for RC0:
  172. - Verify and update package version numbers as needed
  173. - Implement versioning scheme
  174. - Change bug address to point to bugzilla bug entry form
  175. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  176. reenable it)
  177. - Fix makedepend to use pkgconfig and pass distcheck
  178. - Update build script to build macros first
  179. - Update modular Xorg version
  180. commit 10bc0e6d7b8c056459928d97e238027b5c016708
  181. Author: Kevin E Martin <kem@kem.org>
  182. Date: Thu Jul 14 22:19:19 2005 +0000
  183. Install xf86drstr.h as well Update the .pc file to include the correct path
  184. commit fa615bf684434a31c637eba45ba0fe01906a765e
  185. Author: Adam Jackson <ajax@nwnk.net>
  186. Date: Sun Jul 10 23:15:32 2005 +0000
  187. DRI protocol module
  188. commit 267dc158de53bd25b8ad55c75d043570425d5bff
  189. Author: Adam Jackson <ajax@nwnk.net>
  190. Date: Tue Dec 14 19:26:25 2004 +0000
  191. Import Mesa 6.2.1 (trimmed).
  192. commit 19d9bf1b083dc6717dde51952a10a77c85515b38
  193. Author: Eric Anholt <anholt@freebsd.org>
  194. Date: Thu Jul 22 06:49:46 2004 +0000
  195. Mesa 6.1 20040721 import
  196. commit be488358cb2ffeeb86e9fa458d9955191222ef75
  197. Author: Eric Anholt <anholt@freebsd.org>
  198. Date: Wed Jun 16 09:16:34 2004 +0000
  199. Mesa 6.1 20040613 import
  200. commit c32e91d7460e39cecd345f4cf3caffcce128a6e6
  201. Author: Eric Anholt <anholt@freebsd.org>
  202. Date: Wed Jun 16 09:16:34 2004 +0000
  203. Initial revision