fixed source name
[platform/upstream/resourceproto.git] / ChangeLog
1 commit 4be619918d604cbf63994ebe8357b811b5bd2452
2 Author: Erkki Seppälä <erkki.seppala@vincit.fi>
3 Date:   Fri May 27 21:25:39 2011 -0700
4
5     Bumped version number: 1.1.1 => 1.2.0
6     
7     Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi>
8     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9
10 commit c4228d3189b1d12fa65e826ab356b2eee4f0548b
11 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
12 Date:   Tue May 24 15:01:42 2011 -0700
13
14     Distribute & install resproto.txt with the release
15     
16     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
17
18 commit b2629d78ae8acfbfc449f6b0e973716975d4e8d7
19 Author: Erkki Seppälä <erkki.seppala@vincit.fi>
20 Date:   Tue Nov 30 14:12:58 2010 +0200
21
22     Protocol records for XRes v1.2
23     
24     Incorporates comments from the list.
25     
26     Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi>
27     Reviewed-by: Rami Ylimäki <rami.ylimaki@vincit.fi>
28     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29
30 commit 1eb1d726921493db463b9b790bf25532fdc43287
31 Author: Rami Ylimäki <rami.ylimaki@vincit.fi>
32 Date:   Fri Dec 31 14:21:08 2010 +0200
33
34     Added protocol description for XRes v1.2
35     
36     Version 1.2 of XResource protocol adds two requests:
37     XResQueryClientIds and XResQueryResourceBytes. They can be used for
38     more exactly determining which resources are used by which clients.
39     
40     This patch incorporates comments from the mailing list.
41     
42     Acked-by: Gaetan Nadon <memsize@videotron.ca>
43     Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi>
44     Signed-off-by: Rami Ylimäki <rami.ylimaki@vincit.fi>
45     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
46
47 commit 386946098f97b9137af3265b5608fdcf22c7d49a
48 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
49 Date:   Thu Jan 6 22:16:55 2011 -0800
50
51     Add missing XFree86 copyright notice to COPYING
52     
53     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
54
55 commit 2cbf7d2ba3da72c2454d707e0109732c46a0c9d9
56 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
57 Date:   Wed Dec 8 22:19:47 2010 -0800
58
59     resourceproto 1.1.1
60     
61     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
62
63 commit 3389416e4c58b7e7ccad8d2bccb65f3e291ef43b
64 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
65 Date:   Wed Dec 8 22:17:49 2010 -0800
66
67     config: replace deprecated AC_OUTPUT file list with AC_CONFIG_FILES
68     
69     Regroup AC statements under the Autoconf initialization section.
70     Regroup AM statements under the Automake initialization section.
71     Add missing AC_CONFIG_SRCDIR
72     
73     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
74
75 commit 0545a1f26d56ab329b69be76a27e2d4d9b0f88df
76 Author: Gaetan Nadon <memsize@videotron.ca>
77 Date:   Sun Mar 28 19:25:52 2010 -0400
78
79     config: update AC_PREREQ statement to 2.60
80     
81     Unrelated to the previous patches, the new value simply reflects
82     the reality that the minimum level for autoconf to configure
83     all x.org modules is 2.60 dated June 2006.
84     
85     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
86     
87     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
88
89 commit b5bb2e1707490805ea022f5110f229e5fbdc09e0
90 Author: Gaetan Nadon <memsize@videotron.ca>
91 Date:   Sun Mar 28 19:00:31 2010 -0400
92
93     config: remove the pkgconfig pc.in file from EXTRA_DIST
94     
95     Automake always includes it in the tarball.
96     
97     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
98
99 commit 06fc8dd07770bb8b10323581419c2e53e9a3f3ef
100 Author: Gaetan Nadon <memsize@videotron.ca>
101 Date:   Sun Nov 22 19:24:48 2009 -0500
102
103     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
104     
105     Now that the INSTALL file is generated.
106     Allows running make maintainer-clean.
107
108 commit 8c0d56bd432819c6ee23af52d93c3cd0d3331f00
109 Author: Gaetan Nadon <memsize@videotron.ca>
110 Date:   Mon Nov 16 11:13:30 2009 -0500
111
112     README: file created or updated #24206
113     
114     Contains a set of URLs to freedesktop.org.
115
116 commit f98b754b0f5fea6162f4f5a0679dd35829440ce4
117 Author: Gaetan Nadon <memsize@videotron.ca>
118 Date:   Sun Nov 15 19:45:27 2009 -0500
119
120     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
121     
122     ChangeLog filename is known to Automake and requires no further
123     coding in the makefile.
124
125 commit 8184f9a6280de23d1cc140dd2ac9bc78625e434a
126 Author: Gaetan Nadon <memsize@videotron.ca>
127 Date:   Sun Nov 15 18:31:29 2009 -0500
128
129     Makefile.am: INSTALL file is missing or incorrect #24206
130     
131     The standard GNU file on building/installing  tarball is copied
132     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
133     Add INSTALL target
134
135 commit 406346c1a261127fae382a96010e7fb654115188
136 Author: Gaetan Nadon <memsize@videotron.ca>
137 Date:   Sun Nov 15 18:11:36 2009 -0500
138
139     configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
140     
141     This macro aggregate a number of existing macros that sets commmon
142     X.Org components configuration options. It shields the configuration file from
143     future changes.
144
145 commit 2b0811c46f7aa76cdc14eb3516f3120e31cdaf73
146 Author: Gaetan Nadon <memsize@videotron.ca>
147 Date:   Sun Nov 15 13:55:25 2009 -0500
148
149     configure.ac: AM_MAINTAINER_MODE missing #24238
150     
151     This turns off maintainer mode build rules in tarballs.
152     Works in conjunction with autogen.sh --enable-maintainer-mode
153
154 commit adb6c60a2f6705310d586fc4dfec97e41624915a
155 Author: Gaetan Nadon <memsize@videotron.ca>
156 Date:   Sat Nov 14 18:26:47 2009 -0500
157
158     .gitignore: use common defaults with custom section # 24239
159     
160     Using common defaults will reduce errors and maintenance.
161     Only the very small or inexistent custom section need periodic maintenance
162     when the structure of the component changes. Do not edit defaults.
163
164 commit 11843ce15572214833063a26ac87a2fa6ab74bca
165 Author: Peter Hutterer <peter.hutterer@who-t.net>
166 Date:   Tue Aug 25 16:13:15 2009 +1000
167
168     resourceproto 1.1.0
169
170 commit 2388aa12158fca3d8c38ee59ecc5cf35eafa7d57
171 Author: Peter Hutterer <peter.hutterer@who-t.net>
172 Date:   Tue Aug 25 16:29:38 2009 +1000
173
174     Remove RCS tags.
175
176 commit 0a4fd7fc0cf0f56fbe112bd14725560adfa67b73
177 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
178 Date:   Tue Jan 27 20:06:28 2009 -0200
179
180     Janitor: Correct make distcheck and dont distribute autogen.sh
181
182 commit 40fded7637faa3548052cbf419d48ea081b1b5cb
183 Author: James Cloos <cloos@jhcloos.com>
184 Date:   Thu Dec 6 16:39:06 2007 -0500
185
186     Replace static ChangeLog with dist-hook to generate from git log
187
188 commit 2740cf052e07fef8808991863409829bab22f016
189 Author: James Cloos <cloos@jhcloos.com>
190 Date:   Mon Sep 3 05:54:15 2007 -0400
191
192     Add *~ to .gitignore to skip patch/emacs droppings
193
194 commit c24f19b61eb4a59b7a71f8aa238f3093d71b2fb2
195 Author: Alan Coopersmith <alan.coopersmith@sun.com>
196 Date:   Fri Jul 14 18:56:31 2006 -0700
197
198     renamed: .cvsignore -> .gitignore
199
200 commit 9268501218b3f4eb1b0ce13bfab9e9543adc01a1
201 Author: Kevin E Martin <kem@kem.org>
202 Date:   Thu Dec 15 00:24:38 2005 +0000
203
204     Update package version number for final X11R7 release candidate.
205
206 commit 0002f2f7e13aeabd494b55be2280b060410a6e8a
207 Author: Kevin E Martin <kem@kem.org>
208 Date:   Wed Oct 19 02:48:15 2005 +0000
209
210     Update package version number for RC1 release.
211
212 commit e09681a1043fbc48447033b78de2c87252507d1b
213 Author: Eric Anholt <anholt@freebsd.org>
214 Date:   Tue Aug 2 19:19:39 2005 +0000
215
216     Add basic .cvsignore files for proto modules.
217
218 commit f6008b2e1f5051ab421abbe08614aac67847742e
219 Author: Kevin E Martin <kem@kem.org>
220 Date:   Fri Jul 29 21:22:56 2005 +0000
221
222     Various changes preparing packages for RC0:
223     - Verify and update package version numbers as needed
224     - Implement versioning scheme
225     - Change bug address to point to bugzilla bug entry form
226     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
227         reenable it)
228     - Fix makedepend to use pkgconfig and pass distcheck
229     - Update build script to build macros first
230     - Update modular Xorg version
231
232 commit 79eb18feab7f1a9e07d97adb3be754b3c863d696
233 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
234 Date:   Tue Jun 7 18:51:23 2005 +0000
235
236     - symlink.sh: Move XRes.h from proto/Resource to
237         lib/XRes/include/X11/extensions
238     - symlink.sh: Add XRes linking
239     - xc/lib/XRes/*.c: conditionally include config.h
240     - lib/XRes: add directories and build system.
241
242 commit 53500326172c6277a698926f78e042f80f03bb2d
243 Author: Daniel Stone <daniel@fooishbar.org>
244 Date:   Sat May 21 04:18:30 2005 +0000
245
246     Set version to 1.0.
247
248 commit f5f3a42ee3de80dfbb798727c77ad0454b70723e
249 Author: Adam Jackson <ajax@nwnk.net>
250 Date:   Thu May 19 00:22:40 2005 +0000
251
252     revert last change, didn't do right thing at all, sorry for the noise
253
254 commit 5d91974af1155de1086434a36a6c1531a8d80d7b
255 Author: Adam Jackson <ajax@nwnk.net>
256 Date:   Thu May 19 00:10:19 2005 +0000
257
258     Require automake 1.7 in AM_INIT_AUTOMAKE
259
260 commit d66e491cd3a75b7e88177b9857dd7079d11361fe
261 Author: Josh Triplett <josh@speakeasy.net>
262 Date:   Tue May 17 19:43:16 2005 +0000
263
264     Add COPYING file for Resource. Per the advice of Daniel Stone, Resource
265         falls under the generic XFree86 catch-all license (from before the
266         problematic license change).
267
268 commit 7e6e21adc53035ddffba7bb29676b7f483956df8
269 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
270 Date:   Mon May 9 18:20:06 2005 +0000
271
272     Change all the protonames from <extension>Ext to <extension>Proto.
273
274 commit f7ef242967454e96ecc41751ed04b8ec434d17c8
275 Author: Kevin E Martin <kem@kem.org>
276 Date:   Fri May 6 01:46:31 2005 +0000
277
278     Initial build system files for proto module.
279
280 commit e33c0b156299bb0d582b573ffe185699d6415b88
281 Author: Egbert Eich <eich@suse.de>
282 Date:   Fri Apr 23 18:43:06 2004 +0000
283
284     Merging XORG-CURRENT into trunk
285
286 commit eeb54769c6aec119ae900ed41a1cd12d62c88aa9
287 Author: Egbert Eich <eich@suse.de>
288 Date:   Sun Mar 14 08:31:36 2004 +0000
289
290     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
291
292 commit 600d724bb28e8604eefa891daf2adefc38f6c03a
293 Author: Egbert Eich <eich@suse.de>
294 Date:   Wed Mar 3 12:10:54 2004 +0000
295
296     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
297
298 commit 17c656129e003eba2f71b644c335eabb96e3361a
299 Author: Egbert Eich <eich@suse.de>
300 Date:   Thu Feb 26 13:35:11 2004 +0000
301
302     readding XFree86's cvs IDs
303
304 commit d2ba0bfffba0903acdfd37973c0c11be3bbfec48
305 Author: Egbert Eich <eich@suse.de>
306 Date:   Thu Feb 26 09:22:27 2004 +0000
307
308     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
309
310 commit 7d9398ff4706c144a8562f2272c89b67947c7e0d
311 Author: Kaleb Keithley <kaleb@freedesktop.org>
312 Date:   Fri Nov 14 16:48:42 2003 +0000
313
314     XFree86 4.3.0.1
315
316 commit 258c66ae0da974c415026fcf4961b1ced793eaaf
317 Author: Kaleb Keithley <kaleb@freedesktop.org>
318 Date:   Fri Nov 14 16:48:42 2003 +0000
319
320     Initial revision