File: ChangeLog

package info (click to toggle)
libxcomposite 1%3A0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,396 kB
  • ctags: 193
  • sloc: sh: 10,485; xml: 371; ansic: 336; makefile: 309
file content (481 lines) | stat: -rw-r--r-- 16,526 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
commit 01c4691e18b536de6585a0e93e05e2831cf2be34
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Jun 8 17:05:02 2010 -0700

    libXcomposite 0.4.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 657550b7572551225ea2c9c60f42827a5209a205
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Jun 8 16:59:52 2010 -0700

    Sun's copyrights now belong to Oracle
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 7cc9ace428dabaeeabc8bcb8843ee89bec447a9a
Author: Jamey Sharp <jamey@minilop.net>
Date:   Fri Apr 9 17:24:57 2010 -0700

    Always call SyncHandle after issuing an X request.

commit e52f8171000f2b67bb1b774ba94acb68a471a91b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Mar 29 16:50:33 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit f361cfd41f36dc60ad9c4832978391f3ce8951e6
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Mar 29 14:53:48 2010 -0400

    config: remove the pkgconfig pc.in file from EXTRA_DIST
    
    Automake always includes it in the tarball.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 588e33d6037166da5a02e8ad73438544dca90e1a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Mar 11 10:06:56 2010 -0500

    doc: specify 0.0.20 as the minimum version for xmlto
    
    Older versions do not have fop backend.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 2002631bd71ba970d77f9b5c8f886c3bf1349e45
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 21 20:03:42 2010 -0500

    man: allow installing prebuilt man pages from tarball
    
    The man pages source may be supplied in the tarball or built
    from git. The makefile needs to take that into consideration
    and adjust the targets accordingly.
    
    This prevents the regular make target to fail when the source
    is not available and the xmlto is not available.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 213cf861e8a29c6f991828beb6656239206c9947
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Jan 18 16:02:41 2010 -0500

    config: replace custom code with reusable macro XORG_WITH_XMLTO
    
    XORG_WITH_XMLTO provides additional functions like a configure
    option which allow platform builders to control the usage of
    the xmlto program.
    
    This is a requirement from platforms that do not have such doc tool.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit fa2155fa64cf7b43ee40064cb53b05388885c1dc
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 14 19:15:00 2010 -0800

    Update Sun license notices to current X.Org standard form
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 7c61042d94edc1ecf8276961f28189caffa7b17a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 14 15:52:08 2010 -0500

    COPYING: add missing copyright notices
    
    Refer to: Xcomposite.c
    Copyright © 2006 Sun Microsystems
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 0d78a27bf7c644a6e700290c1861a11ff4a1662b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Nov 27 20:56:03 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 92843f46c21c6fd0c5f82727f0d281dcf6debfe4
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:10 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit e1d89e11c0f24c6c0d5048e8910091f9b5a997e4
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:42 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit b741fca01ebe60a5b73bcebe237efc4aeff3fa0c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:19 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 57cce60b16cfd2fb63c2e045817c2c05a2a603dc
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Wed Oct 21 12:47:24 2009 -0700

    This is not a GNU project, so declare it foreign.
    
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
    > > it and git wants to commit it.  Should these files even be in git?
    > > Can I nuke them for the betterment of humanity and since they get
    > > created by autoreconf anyways?
    >
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
    
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
    of the INSTALL file. It is also part of the 24206 solution.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>

commit 90c243accfb2dc3d4d85dd57d8aca518dab98842
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 8 00:28:45 2009 -0700

    libXcomposite 0.4.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit c302ae79f7819f75628f798d15c980cbf42eec91
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 8 00:23:42 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Also some changes to man/Makefile.am to make it work better with the
    AM_SILENT_RULES option that's enabled in XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 3418a26aa83fbba78ad5a214ca7db2984a44190b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Feb 2 20:34:32 2009 -0800

    Add README with pointers to mailing list, bugzilla & git repos
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit c469e20fe52db54be01533b0e4748fa011d1ddc4
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 29 15:27:52 2009 -0200

    Janitor: Correct make distcheck
    
      Remove extra .gitignore in subdirectories
      Correct a sparse warning

commit 16ae68423eb30639d880445c6bbe70d539e4b198
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Mon May 19 17:15:39 2008 +0930

    Rename parameters to clarify QueryVersion/QueryExtension.
    
    These parameters are not treated as input. Rename them to make the inner
    workings slightly more obvious.
    
    X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>

commit e59817872ee6aec0544bd56ebb83ded9e4a5851c
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Mar 9 00:30:40 2008 +0100

    nuke RCS Ids

commit 8c046523f304525615cb8c5391711fddb94fcc04
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 15:51:15 2007 -0500

    Add missing PHONY line for automatic ChangeLog generation

commit 097228085c98062a439237d7c9170023e69d0543
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Tue Jul 3 19:40:52 2007 -0700

    Follow composite protocol version to 0.4, although there is no ABI change.
    
    Composite protocol 0.4 changes clipping semantics, but doesn't affect any of
    the interfaces. As such, this library version is exactly the same as the 0.3
    series, but the documentation includes a description of the semantic change.

commit 2de0bef64b425889d9c060c1ef0ee891b8376469
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed May 2 15:16:27 2007 -0700

    Version bump: 1.3.2

commit 1ff9d8a7c9e5ab784b0bed38e968b3d56c434cad
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed May 2 14:49:47 2007 -0700

    Give more explicit warning messages if xmlto is needed but not found

commit 81a8a71d888d16989a096195dfd96b10fadeba5d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Apr 23 19:14:22 2007 -0700

    Replace static ChangeLog with dist-hook to generate from git log

commit 3d6927c680e6aba14e0a7d771ce8891606cb7fbd
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Apr 23 19:09:59 2007 -0700

    man page: oops, lost Deron's credit for 0.3

commit 258736fa5371c31bcde7f76f1089f0721c7f2275
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Apr 23 17:36:41 2007 -0700

    Add libXcomposite man page (converted from protocol specs)
    
    Translate protocol specs + header into library/API documentation in
    Docbook/XML format
    
    Convert XML -> nroff/man at dist time so that only maintainers and
    developers building from git need xmlto installed.

commit bb772fb6c515bcccbde0947ca9fad03b350ae012
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Apr 23 14:52:40 2007 -0700

    Add *~ to .gitignore to skip emacs/patch droppings

commit 2bf6c2fd0dc825c0aec7b262736b2a87aeb2183c
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date:   Fri Oct 13 15:59:16 2006 -0400

    Bump to 0.3.1

commit f0a1453f24e29a9badc8f29d81c42c0eb3f67065
Author: Jamey Sharp <jamey@minilop.net>
Date:   Thu Oct 12 17:42:18 2006 -0700

    Do not call UnlockDisplay without calling LockDisplay.
    
    Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for reporting this
    bug and a correct fix.

commit 5f2879d1ff86979b6654022031373ce0c9861207
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 14:58:49 2006 -0700

    renamed: .cvsignore -> .gitignore

commit c382f5e2b048879b553672e3a9400d0729fc4001
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Apr 3 14:58:15 2006 +0000

    Tag as 0.3 and release.

commit 416d6c61338acaa58f986b27408992a0f324d32f
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Apr 3 01:03:11 2006 +0000

    Coverity #573: Plug a leak on the error path.

commit 32cba66971545abf95e272cce635a8b0df882272
Author: Deron Johnson <deron.johnson@sun.com>
Date:   Mon Mar 13 21:59:05 2006 +0000

    Part 2 of 3 (Other parts are in proto and xserver) Composite Version 0.3:
        CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version
        4.0: XFixesHideCursor, XFixesShowCursor

commit 71a706971e7b4d82c128eb82ede2b7e573c0642b
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:28 2005 +0000

    Update package version number for final X11R7 release candidate.

commit a05661afa2fd3ec976473976dff0fa25ac3b8253
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:43 2005 +0000

    Update package version number for X11R7 RC3 release.

commit ce28a0e130db08ebcef5834764c2fc5640f90189
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 23:17:40 2005 +0000

    Add/improve libs .cvsignores.

commit 88e068f78c24861599829364b393ebb8b0eb6711
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Nov 19 07:15:40 2005 +0000

    Update pkgconfig files to separate library build-time dependencies from
        application build-time dependencies, and update package deps to work
        with separate build roots.

commit 5c429e965d88711a836227b65ab4ef2dc4739932
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:31:19 2005 +0000

    Bump version numbers for X11R6.9/X11R7 RC2.

commit 036ddad7a3152bcdbae68c75efbfc0aabae19302
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:19:12 2005 +0000

    Update package version number for X11R7 RC2 release.

commit ae202415c695d1f8ac0588d98235318ed9b059bc
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:11:51 2005 +0000

    Update pkgcheck dependencies to work with separate build roots.

commit 15a1e6e795311e07edf39b66234268b284f8dcfb
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:09 2005 +0000

    Update package version number for RC1 release.

commit fb4f87c05840d2a77706ad63f0f982ee2057e285
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:46:56 2005 +0000

    lib/Xcomposite/Xcomposite.h
    lib/Xft/Imakefile
    lib/Xft/Xft.h Update library version numbers to match updated package
        versions.
    Update driver version numbers for RC1.

commit e937da932f616015befffbf3340b1f3c4a34dc1f
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Aug 3 03:28:01 2005 +0000

    Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
        a global configure cache don't get confused.

commit 999bc86206564f0adda375076e834465ef97e5f5
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:50 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit f00dc71c280699e7f08b72b59ee74b84afa32956
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sat Jul 16 06:33:36 2005 +0000

    Change soversion to 1.0.0 with -version-number.

commit 7ad5cea1ca2c64d63a69b04d9eea24d4f29b5ac6
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Date:   Fri Jul 15 12:41:51 2005 +0000

    Add $(DEP_LIBS)

commit 5379902ddfd8ce084a9de727f3b4626ab61525d4
Author: Adam Jackson <ajax@nwnk.net>
Date:   Thu Jul 14 06:11:09 2005 +0000

    Do pkg-config deps on xfixes and xext

commit 96778a22baf1a80f7167cff5f9d98bcff2f4b39f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Jul 13 17:03:07 2005 +0000

    Add $(DEP_CFLAGS) to $(AM_CFLAGS) so the Composite extension headers can be
        found.

commit 71c592267f8305840a3c272576c3ef63a034d6e9
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Jul 12 03:16:02 2005 +0000

    Add missing files

commit db8d18cedb4a948ef0dc37703be4d795d39fef37
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Jul 12 03:10:35 2005 +0000

    Use full path for Xcomposite.h header

commit 0e95afc461f8f72759911400f664a05a6cd90312
Author: Keith Packard <keithp@keithp.com>
Date:   Mon Jul 11 22:28:03 2005 +0000

    Require modular X library. Unify dependency _CFLAGS/_LIBS

commit 7098e81fd4d933ca922431280579049396466d23
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Thu Jul 7 18:25:28 2005 +0000

    Add build sytem for Xcomposite

commit 29e0de5f572341b4c05476138aceb8eaa6609a93
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sun Jul 3 07:00:56 2005 +0000

    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
        source files in the xserver/xorg tree, predicated on defines of
        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
        <X11/fonts/foo.h>.

commit 6a5a9a284a8e0e76aed1302ccb5c423c12b66eac
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Tue May 17 16:47:58 2005 +0000

    Add Xdamage build system

commit 66adc0d3b0139c46fa5449ba964b186032f3738c
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date:   Sat Dec 4 00:42:47 2004 +0000

    Encoding of numerous files changed to UTF-8

commit 3ed5ac43907916ee6a73aa036a1d806d191a631d
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sat Jul 31 05:50:39 2004 +0000

    Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:
    - Update Xfixes headers to protocol major version 3.
    - Add composite headers.
    - Add libXfixes, libXdamage, and libXcomposite.
    - Add imake glue for new libraries, but leave Composite off by default
        until issues are resolved.