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