libXv should not try to build into a pure wayland platform.
[platform/upstream/libXv.git] / ChangeLog
1 commit 0f4fa1820041394e879517abb49c0391ecc796f7
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Mar 7 21:25:38 2012 -0800
4
5     libXv 1.0.7
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit de5e2271b54b7fe8bb3f8b66a70b5b87853f51a2
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Thu Nov 10 21:45:11 2011 -0800
12
13     Fix gcc -Wwrite-strings warnings
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17 commit ff45155aa59c22aa5abc5ffe941dfe3b0f4c288f
18 Author: Jeremy Huddleston <jeremyhu@apple.com>
19 Date:   Wed Oct 5 20:59:37 2011 -0700
20
21     XvQueryExtension doesn't return XvBadAlloc
22     
23     https://bugs.freedesktop.org/show_bug.cgi?id=22829
24     
25     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
26
27 commit 21ce77de0fc1b92bb55699df7e93dd1aae988fc5
28 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
29 Date:   Fri Sep 16 22:56:12 2011 -0700
30
31     Strip trailing whitespace
32     
33     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
34     git diff -w & git diff -b show no diffs from this change
35     
36     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
37
38 commit 7091e73f39b813adcc8fa5e61ad336ba063d7e00
39 Author: Gaetan Nadon <memsize@videotron.ca>
40 Date:   Wed Feb 2 11:43:45 2011 -0500
41
42     config: comment, minor upgrade, quote and layout configure.ac
43     
44     Group statements per section as per Autoconf standard layout
45     Quote statements where appropriate.
46     Autoconf recommends not using dnl instead of # for comments
47     
48     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
49     Add AC_CONFIG_SRCDIR([Makefile.am])
50     Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS
51     No functional configuration changes
52     
53     This helps automated maintenance and release activities.
54     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
55
56 commit 50a2f154f20763c9e98bdcf705fa366c87c6bae4
57 Author: Gaetan Nadon <memsize@videotron.ca>
58 Date:   Fri Jan 28 19:41:37 2011 -0500
59
60     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
61     
62     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
63
64 commit b9b6680cbc95501af70c3597bfdd51d17aace695
65 Author: Gaetan Nadon <memsize@videotron.ca>
66 Date:   Thu Jan 27 18:50:15 2011 -0500
67
68     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
69     
70     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
71     AC_PROG_C_C99. This sets gcc with -std=gnu99.
72     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
73     
74     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
75
76 commit e34fff44ebc4f8c258df127f6f80d0a1aa86a25d
77 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
78 Date:   Fri Oct 29 17:52:32 2010 -0700
79
80     libXv 1.0.6
81     
82     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84 commit 6e0da1da31552faaba26a351be0a4cf2d5964b05
85 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86 Date:   Fri Oct 29 17:51:53 2010 -0700
87
88     Sun's copyrights now belong to Oracle
89     
90     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
91
92 commit 4c2bc9a94ee759423adbc4e7c99b9bf9fea692ec
93 Author: Jesse Adkins <jesserayadkins@gmail.com>
94 Date:   Tue Sep 28 13:30:04 2010 -0700
95
96     Purge cvs tags.
97     
98     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
99     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100
101 commit ec92e24e86363fcbc14f8dce9739a430f68b998f
102 Author: Gaetan Nadon <memsize@videotron.ca>
103 Date:   Wed Aug 18 17:29:15 2010 -0400
104
105     man: whitespace management
106     
107     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
108
109 commit 7bb70e6f8f394775d5d7ed7035a6d4b2accd2892
110 Author: Gaetan Nadon <memsize@videotron.ca>
111 Date:   Wed Aug 18 17:23:31 2010 -0400
112
113     man: remove unrequired local fix for bug 5628
114     
115     Local fix in CVS for bug 5628 is not required
116     as the problem has been fixed in
117     util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
118     
119     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
120
121 commit 14cf5e3d19488f9a36824a01d4aba4a7f5ebc1cd
122 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
123 Date:   Thu Jul 8 15:21:36 2010 -0700
124
125     config: upgrade to util-macros 1.8 for additional man page support
126     
127     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
128     The value of MAN_SUBST is the same for all X.Org packages.
129     
130     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
131     Enables use of platform appropriate version of sed.
132     
133     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135 commit e106f955dfc23798975ef14b3d3400aff39eced9
136 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
137 Date:   Thu Jul 1 07:07:12 2010 -0300
138
139     Purge macro NEED_REPLIES
140     
141     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
142     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
143     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
144
145 commit 481033e52111a42ae80c2814a499a068d7dc4771
146 Author: Gaetan Nadon <memsize@videotron.ca>
147 Date:   Mon Mar 29 16:50:34 2010 -0400
148
149     config: update AC_PREREQ statement to 2.60
150     
151     Unrelated to the previous patches, the new value simply reflects
152     the reality that the minimum level for autoconf to configure
153     all x.org modules is 2.60 dated June 2006.
154     
155     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
156     
157     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
158
159 commit ea333fad90bce73c95a5ac310c127e22d6b41c6c
160 Author: Gaetan Nadon <memsize@videotron.ca>
161 Date:   Mon Mar 29 14:53:49 2010 -0400
162
163     config: remove the pkgconfig pc.in file from EXTRA_DIST
164     
165     Automake always includes it in the tarball.
166     
167     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
168
169 commit 917a09fe40630d9ba2ac7f2f48636989f3163580
170 Author: Alan Coopersmith <alan.coopersmith@sun.com>
171 Date:   Thu Jan 14 20:55:17 2010 -0800
172
173     Update Sun license notices to current X.Org standard form
174     
175     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
176
177 commit f0225573605729797a0edd00276f4704f9cda3c2
178 Author: Gaetan Nadon <memsize@videotron.ca>
179 Date:   Fri Nov 27 20:56:04 2009 -0500
180
181     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
182     
183     Now that the INSTALL file is generated.
184     Allows running make maintainer-clean.
185
186 commit f6ab500cf3d00bfa49070007c006e500253b6d84
187 Author: Gaetan Nadon <memsize@videotron.ca>
188 Date:   Wed Oct 28 14:09:10 2009 -0400
189
190     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
191     
192     Add missing INSTALL file. Use standard GNU file on building tarball
193     README may have been updated
194     Remove AUTHORS file as it is empty and no content available yet.
195     Remove NEWS file as it is empty and no content available yet.
196
197 commit fec734de503d63bb0abce9088be2e6655e82f800
198 Author: Gaetan Nadon <memsize@videotron.ca>
199 Date:   Tue Oct 27 15:07:26 2009 -0400
200
201     Deploy the new XORG_DEFAULT_OPTIONS #24242
202     
203     This macro aggregate a number of existing macros that sets commmon
204     X.Org components configuration options. It shields the configuration file from
205     future changes.
206
207 commit f0b191321146550b88a94233b9677e32044b6c0e
208 Author: Gaetan Nadon <memsize@videotron.ca>
209 Date:   Mon Oct 26 22:08:43 2009 -0400
210
211     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
212     
213     ChangeLog filename is known to Automake and requires no further
214     coding in the makefile.
215
216 commit 9ae8551458ee56b7ea19066023da64c7e24ea9f3
217 Author: Gaetan Nadon <memsize@videotron.ca>
218 Date:   Thu Oct 22 12:34:19 2009 -0400
219
220     .gitignore: use common defaults with custom section # 24239
221     
222     Using common defaults will reduce errors and maintenance.
223     Only the very small or inexistent custom section need periodic maintenance
224     when the structure of the component changes. Do not edit defaults.
225
226 commit 05974c72286a9556ebf5ff541967fa53f75a55a8
227 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
228 Date:   Wed Oct 21 12:47:26 2009 -0700
229
230     This is not a GNU project, so declare it foreign.
231     
232     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
233     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
234     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
235     > > was quite annoying to work around since 'autoreconf -fvi' replaces
236     > > it and git wants to commit it.  Should these files even be in git?
237     > > Can I nuke them for the betterment of humanity and since they get
238     > > created by autoreconf anyways?
239     >
240     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
241     
242     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
243     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
244     of the INSTALL file. It is also part of the 24206 solution.
245     
246     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
247
248 commit 5be9a0099a83d1acf464640e930518a4c46c0920
249 Author: Alan Coopersmith <alan.coopersmith@sun.com>
250 Date:   Sat Oct 3 02:12:52 2009 -0700
251
252     libXv 1.0.5
253     
254     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
255
256 commit 5aa62bb376608cd0350e46263dec74f861019431
257 Author: Alan Coopersmith <alan.coopersmith@sun.com>
258 Date:   Sat Oct 3 01:53:56 2009 -0700
259
260     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
261     
262     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
263
264 commit 4d189188c913e6956344689802a582589db04abe
265 Author: Alan Coopersmith <alan.coopersmith@sun.com>
266 Date:   Sat Oct 3 01:31:44 2009 -0700
267
268     Convert documentation from xv-library-v2.2.txt into man pages
269     
270     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
271
272 commit 7303af622984579e600893934a3958c0654d57bf
273 Author: Alan Coopersmith <alan.coopersmith@sun.com>
274 Date:   Fri Oct 2 08:55:52 2009 -0700
275
276     Man page cleanups and formatting fixes
277     
278      - Convert man page section headings to traditional style/names
279        Make them all caps, and use 'synopsis' instead of 'syntax'
280      - Strip trailing whitespace from man pages
281      - Add return types to function prototypes
282      - Fix unbalanced quoting and other formatting issues
283      - Use .BR for formatting man page references
284      - Add "libXv Functions" to man page header
285     
286     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
287
288 commit ea79759a6940855dab10472a876e784fb8494eee
289 Author: Alan Coopersmith <alan.coopersmith@sun.com>
290 Date:   Thu Oct 1 23:04:56 2009 -0700
291
292     Move xv-library-v2.2.txt document from xorg-docs
293     
294     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
295
296 commit dbf88774a77d91f3f7996071dfccf61636afa77b
297 Author: Alan Coopersmith <alan.coopersmith@sun.com>
298 Date:   Sat May 9 17:13:11 2009 -0700
299
300     Adjust flags definitions to fix lint library build
301     
302     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
303
304 commit 7cc28e8ae807e69663e0a73cd12edf9963277a2d
305 Author: Alan Coopersmith <alan.coopersmith@sun.com>
306 Date:   Mon Feb 2 20:34:37 2009 -0800
307
308     Add README with pointers to mailing list, bugzilla & git repos
309     
310     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
311
312 commit 245b7cffe78203eeb265ac73177ed258471cb227
313 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
314 Date:   Mon Feb 2 13:58:34 2009 -0200
315
316     Janitor: make distcheck, compiler warnings, .gitignore.
317
318 commit 2c0dc990a1ad96b71c95800d83378413eab63dbb
319 Author: Alan Coopersmith <alan.coopersmith@sun.com>
320 Date:   Mon Mar 17 20:01:01 2008 -0700
321
322     Version bump: 1.0.4
323
324 commit acb78abb510e7e69e74fb3bba80d8ceaf2af7ce4
325 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
326 Date:   Sun Mar 9 08:43:44 2008 +0100
327
328     nuke RCS Ids
329
330 commit d455a1d9ae336a397a1b1a08228b7faa1024c1aa
331 Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
332 Date:   Mon Aug 20 19:02:40 2007 -0300
333
334     get rid of ancient XFree86 CVS Id tags
335
336 commit 8b0752135f84edebc5e476f19069c8d78676f416
337 Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
338 Date:   Mon Aug 20 18:58:44 2007 -0300
339
340     convert manpages prototypes to C ANSI format
341     
342     Closes: #8360 (libXv man pages should be
343     converted to ANSI prototypes)
344
345 commit 20d07bb9ba2bca56e3f02b4b878377eded241059
346 Author: Daniel Stone <daniel@fooishbar.org>
347 Date:   Sat Dec 16 01:31:51 2006 +0200
348
349     bump to 1.0.3
350
351 commit 2f0089d24ab28f3325a5da7a136873eefb0bd97f
352 Author: Daniel Stone <daniel@fooishbar.org>
353 Date:   Wed Dec 6 19:00:07 2006 +0200
354
355     Makefile.am: make ChangeLog hook safer
356     Make ChangeLog hook as safe as possible.
357
358 commit 978e98c43245671b4fdedb42371260f5fa139f14
359 Author: Alan Coopersmith <alan.coopersmith@sun.com>
360 Date:   Mon Sep 25 14:49:45 2006 -0700
361
362     Bump version number to 1.0.2
363
364 commit 1dd351499ee692bb71eee4cffc305431843cfb87
365 Author: Alan Coopersmith <alan.coopersmith@sun.com>
366 Date:   Fri Sep 22 19:06:30 2006 -0700
367
368     Fill in AUTHORS & COPYING files
369
370 commit e5cb03cfa7386e13bede2d33d06be5369ab2a5d2
371 Author: Alan Coopersmith <alan.coopersmith@sun.com>
372 Date:   Tue Sep 19 15:06:27 2006 -0700
373
374     Correct description of dpy argument in libXv function man pages
375     
376     (Previous description applies to programs, not functions - you must supply a
377      valid Display pointer to functions, there is no fallback to $DISPLAY.)
378
379 commit 5dc20e33bc29f1efd88ed1cf5e83943ab53b9ac6
380 Author: Alan Coopersmith <alan.coopersmith@sun.com>
381 Date:   Tue Sep 19 13:25:27 2006 -0700
382
383     Fix man page typos
384
385 commit dd25684d6f67b8c5a836b98d224ac6bf21076972
386 Author: Alan Coopersmith <alan.coopersmith@sun.com>
387 Date:   Mon Sep 18 16:29:46 2006 -0700
388
389     Coverity CID #580: XvQueryEncodings Returned without freeing storage "pes"
390     
391     Free the portion of the encoding list we had already filled in if we get
392     an error allocating memory for a list entry.
393
394 commit 8681d431516979dcffd1ca7a65d47026d8ad0336
395 Author: Alan Coopersmith <alan.coopersmith@sun.com>
396 Date:   Mon Sep 18 16:14:11 2006 -0700
397
398     Add hooks for running code checkers like sparse & lint over the source
399
400 commit d19e0d1fe15de6b9a2bfffe30bd041497c021eaf
401 Author: Alan Coopersmith <alan.coopersmith@sun.com>
402 Date:   Mon Sep 18 16:13:16 2006 -0700
403
404     Add argument types to static function prototypes to clear sparse & lint warnings
405
406 commit 3c80665e7c53db021b52ad267c12c6b4f43e7c3a
407 Author: Alan Coopersmith <alan.coopersmith@sun.com>
408 Date:   Mon Sep 18 15:45:50 2006 -0700
409
410     Replace static Changelog with dist-hook to generate from git log
411
412 commit d968d8b6777f21b799a99c9652c27e39da319b00
413 Author: Alan Coopersmith <alan.coopersmith@sun.com>
414 Date:   Mon Sep 18 15:43:59 2006 -0700
415
416     Add *~ to .gitignore to skip emacs droppings
417
418 commit abab8955bdb30ffe74dc3b8fe2e6b009a2d2cf3d
419 Author: Alan Coopersmith <alan.coopersmith@sun.com>
420 Date:   Thu Jul 13 14:59:10 2006 -0700
421
422     renamed: .cvsignore -> .gitignore
423
424 commit 8bf896eb20d6752f31b7d966ff6d8c3f905b536d
425 Author: Kevin E Martin <kem@kem.org>
426 Date:   Wed Dec 21 02:30:06 2005 +0000
427
428     Update package version for X11R7 release.
429
430 commit d54ce4a8f14bcb3d027c1bf8f46e215caf596dad
431 Author: Adam Jackson <ajax@nwnk.net>
432 Date:   Mon Dec 19 16:28:27 2005 +0000
433
434     Stub COPYING files
435
436 commit 6561f50b1ac74ebb02ec13d434af1e8bef50fd99
437 Author: Kevin E Martin <kem@kem.org>
438 Date:   Thu Dec 15 00:24:35 2005 +0000
439
440     Update package version number for final X11R7 release candidate.
441
442 commit e495ba278269a66eab6829b796e7fa32b79dbc2e
443 Author: Kevin E Martin <kem@kem.org>
444 Date:   Tue Dec 6 22:48:45 2005 +0000
445
446     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
447
448 commit 4cf396de99b15b48751ece43e74f0aeb60ab5d50
449 Author: Kevin E Martin <kem@kem.org>
450 Date:   Sat Dec 3 05:49:45 2005 +0000
451
452     Update package version number for X11R7 RC3 release.
453
454 commit 4ff8025f6d0c9ef14e500d123613ccee45c8c23e
455 Author: Kevin E Martin <kem@kem.org>
456 Date:   Sat Dec 3 04:41:51 2005 +0000
457
458     Add check and cflags for malloc(0) returning NULL.
459
460 commit 4c738dba961b3eae69e466a0bfcd8e6e3e539675
461 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
462 Date:   Mon Nov 28 22:03:06 2005 +0000
463
464     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
465         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
466
467 commit 9460f736b6f61687b20e91e0a02aa81c879d7e4f
468 Author: Eric Anholt <anholt@freebsd.org>
469 Date:   Sun Nov 20 23:17:41 2005 +0000
470
471     Add/improve libs .cvsignores.
472
473 commit ed2d19981e048a31d3a594341787f0505d4dd6a8
474 Author: Kevin E Martin <kem@kem.org>
475 Date:   Sat Nov 19 07:15:43 2005 +0000
476
477     Update pkgconfig files to separate library build-time dependencies from
478         application build-time dependencies, and update package deps to work
479         with separate build roots.
480
481 commit 768933f26103bd9324e3c3efbc287ca21a2776b3
482 Author: Kevin E Martin <kem@kem.org>
483 Date:   Wed Oct 19 02:48:12 2005 +0000
484
485     Update package version number for RC1 release.
486
487 commit 6159966aa69254620b25552bb09ae00ef31798ef
488 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
489 Date:   Tue Oct 18 00:00:09 2005 +0000
490
491     Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
492         work better with BSD make
493
494 commit 0b5be2efbcd3d405f1d84b6b31add361a39f411d
495 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
496 Date:   Thu Oct 13 05:13:36 2005 +0000
497
498     doc/man/Xv/Xv.man
499     doc/man/Xv/XvFreeAdaptorInfo.man
500     doc/man/Xv/XvFreeEncodingInfo.man
501     doc/man/Xv/XvGetPortAttribute.man
502     doc/man/Xv/XvGetStill.man
503     doc/man/Xv/XvGetVideo.man
504     doc/man/Xv/XvGrabPort.man
505     doc/man/Xv/XvPortNotify.man
506     doc/man/Xv/XvPutStill.man
507     doc/man/Xv/XvPutVideo.man
508     doc/man/Xv/XvQueryAdaptors.man
509     doc/man/Xv/XvQueryBestSize.man
510     doc/man/Xv/XvQueryEncodings.man
511     doc/man/Xv/XvQueryExtension.man
512     doc/man/Xv/XvSelectPortNotify.man
513     doc/man/Xv/XvSelectVideoNotify.man
514     doc/man/Xv/XvSetPortAttribute.man
515     doc/man/Xv/XvStopVideo.man
516     doc/man/Xv/XvUngrabPort.man
517     doc/man/Xv/XvVideoNotify.man Convert hardcoded 3X to substitutable
518         __libmansuffix__ like other library man pages.
519
520 commit 0b0ae11e4d5872f55bd412f7876c4b526d420fe0
521 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
522 Date:   Thu Oct 13 04:47:38 2005 +0000
523
524     [lib/Xv]
525     Use sed to fill in variables in man pages
526
527 commit bc34a489531d1a71857a5d68e4c256d1dacb89ae
528 Author: Adam Jackson <ajax@nwnk.net>
529 Date:   Wed Aug 3 03:28:02 2005 +0000
530
531     Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
532         a global configure cache don't get confused.
533
534 commit 45bb17c155ce80c817e29144e960b02596ed7214
535 Author: Kevin E Martin <kem@kem.org>
536 Date:   Fri Jul 29 21:22:53 2005 +0000
537
538     Various changes preparing packages for RC0:
539     - Verify and update package version numbers as needed
540     - Implement versioning scheme
541     - Change bug address to point to bugzilla bug entry form
542     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
543         reenable it)
544     - Fix makedepend to use pkgconfig and pass distcheck
545     - Update build script to build macros first
546     - Update modular Xorg version
547
548 commit ca932bc2cfaa0a7faaf9c0d870ea4314de24855e
549 Author: Daniel Stone <daniel@fooishbar.org>
550 Date:   Sat Jul 16 07:41:25 2005 +0000
551
552     Set soversion to 1.0.0 with -version-number.
553
554 commit 2ece1ee39d248966d2399b30b9de6307db86f4b5
555 Author: Daniel Stone <daniel@fooishbar.org>
556 Date:   Tue Jul 12 01:10:57 2005 +0000
557
558     Add Xvlib.h, change soversion to 1.0.0.
559
560 commit 6ed09fe071574abdf5f7c08d9f1de41f4177e5df
561 Author: Daniel Stone <daniel@fooishbar.org>
562 Date:   Tue Jul 12 00:35:54 2005 +0000
563
564     Change version to 2.2.0.
565
566 commit f27ed2a7dfd43345ae820186a033c301d77861ad
567 Author: Daniel Stone <daniel@fooishbar.org>
568 Date:   Tue Jul 12 00:34:54 2005 +0000
569
570     Typo fix.
571
572 commit 9db3c882e7571eebc98d0070c3ccbc7633b57604
573 Author: Keith Packard <keithp@keithp.com>
574 Date:   Sat Jul 9 06:53:49 2005 +0000
575
576     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
577
578 commit 1b0c54229a5259677eab3f80cf8baedc1ca802e5
579 Author: Daniel Stone <daniel@fooishbar.org>
580 Date:   Sun Jul 3 07:00:57 2005 +0000
581
582     Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
583     Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
584     Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
585         source files in the xserver/xorg tree, predicated on defines of
586         HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
587         <X11/fonts/foo.h>.
588
589 commit a0abd747a0203ddf590fd0f4973f12dd0a5fc48d
590 Author: Kevin E Martin <kem@kem.org>
591 Date:   Sat Jul 2 06:35:03 2005 +0000
592
593     Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
594
595 commit 9064f83cdb11b1515fec1c9f33bd7397ad7f492b
596 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
597 Date:   Fri Jul 1 20:09:12 2005 +0000
598
599     xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove
600         whitespace after backslash modularizeapp.sh: s/destkop/desktop/
601         modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and
602         Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h
603     Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo
604
605 commit dd829239e989de7b7affc504fc29da673d1d46d5
606 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
607 Date:   Tue Jun 21 15:41:36 2005 +0000
608
609     lib/XScrnSaver/configure.ac
610     lib/XScrnSaver/src/Makefile.am
611     lib/Xfontcache/configure.ac
612     lib/Xfontcache/src/Makefile.am
613     lib/Xinerama/configure.ac
614     lib/Xinerama/src/Makefile.am
615     lib/Xtst/configure.ac
616     lib/Xv/configure.ac
617     lib/XvMC/configure.ac
618     lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
619         src/Makefile.am
620
621 commit ea1bfd2bef80ed33740916dfc8118ca8ac94a0eb
622 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
623 Date:   Mon Jun 13 20:30:01 2005 +0000
624
625     - Add Xv man pages
626
627 commit 3e71b1e06264f84428e04264b740a634cd7a5499
628 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
629 Date:   Mon Jun 13 19:55:32 2005 +0000
630
631     - Add Xv to symlink.sh
632     - Add Xv build system
633
634 commit 7306d726bfd8ba10d7ad75f8167dc3ddd85b65e6
635 Author: Egbert Eich <eich@suse.de>
636 Date:   Fri Apr 23 18:43:55 2004 +0000
637
638     Merging XORG-CURRENT into trunk
639
640 commit 71d90c59573b4ef0f90e3f9bde03efd6dcf2912e
641 Author: Egbert Eich <eich@suse.de>
642 Date:   Sun Mar 14 08:32:27 2004 +0000
643
644     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
645
646 commit 7cb88c27d6784873439ae6bdd22d78784eae41da
647 Author: Egbert Eich <eich@suse.de>
648 Date:   Wed Mar 3 12:11:32 2004 +0000
649
650     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
651
652 commit 1faf3c691266e6f9a40914900eb6c94bd639ffb0
653 Author: Egbert Eich <eich@suse.de>
654 Date:   Thu Feb 26 13:35:34 2004 +0000
655
656     readding XFree86's cvs IDs
657
658 commit e2399deda299a091cbd99cebf363595534a8ea55
659 Author: Egbert Eich <eich@suse.de>
660 Date:   Thu Feb 26 09:22:48 2004 +0000
661
662     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
663
664 commit fe30a03a47c336d508667bb0477383f389e13b5e
665 Author: Kaleb Keithley <kaleb@freedesktop.org>
666 Date:   Thu Dec 4 22:02:57 2003 +0000
667
668     XFree86 4.3.99.901 (RC 1)
669
670 commit 22a0d01c7610f366cf3cec9e7f7cf5968dcc285e
671 Author: Kaleb Keithley <kaleb@freedesktop.org>
672 Date:   Tue Nov 25 19:28:16 2003 +0000
673
674     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
675
676 commit ddef819383953954d9514eab7803367ef20dee82
677 Author: Kaleb Keithley <kaleb@freedesktop.org>
678 Date:   Fri Nov 14 16:48:49 2003 +0000
679
680     XFree86 4.3.0.1
681
682 commit 355f676a4ff26d8fcdfdbe64e791e60bc579e339
683 Author: Kaleb Keithley <kaleb@freedesktop.org>
684 Date:   Fri Nov 14 16:48:49 2003 +0000
685
686     Initial revision