libdmx should not try to build into a pure wayland platform.
[platform/core/uifw/libdmx.git] / ChangeLog
1 commit 9f470c92bc2d194c8abb9154f42864e6c82f43ef
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Mar 7 21:43:10 2012 -0800
4
5     libdmx 1.1.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 94c2e8ba375d968bd648097a484edac5d1c87c78
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Fri Mar 2 17:38:24 2012 -0800
12
13     Stop casting away constness on dmx_extension_name
14     
15     Fixes gcc warning:
16     dmx.c: In function 'find_display':
17     dmx.c:78:1: warning: cast discards qualifiers from pointer target type
18     
19     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
20
21 commit 19bea63b9b39d83da9b4aa277cc1db967a4928bd
22 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
23 Date:   Fri Sep 16 22:06:15 2011 -0700
24
25     Strip trailing whitespace
26     
27     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
28     git diff -w & git diff -b show no diffs from this change
29     
30     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
31
32 commit 1ab0d436ceac0acef0cd97d8b280727b02062cc8
33 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
34 Date:   Tue May 17 20:32:38 2011 -0700
35
36     Fix various typos in man pages
37     
38     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39
40 commit 77701e9139f79db2e66026bebaab265a873b0856
41 Author: Gaetan Nadon <memsize@videotron.ca>
42 Date:   Wed Feb 2 11:43:46 2011 -0500
43
44     config: comment, minor upgrade, quote and layout configure.ac
45     
46     Group statements per section as per Autoconf standard layout
47     Quote statements where appropriate.
48     Autoconf recommends not using dnl instead of # for comments
49     
50     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
51     Add AC_CONFIG_SRCDIR([Makefile.am])
52     
53     This helps automated maintenance and release activities.
54     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
55
56 commit d970eb0954c0400bdab923c0b9c433b2f33dbe9d
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 b865861d72a86024daec36c517a214e75ef4b973
65 Author: Gaetan Nadon <memsize@videotron.ca>
66 Date:   Thu Jan 27 19:20:39 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 09d2ddd805a00568e4b7f668b0f500a63c350940
77 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
78 Date:   Thu Oct 28 16:56:29 2010 -0700
79
80     libdmx 1.1.1
81     
82     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84 commit 83fa1d94d11f368824bea6ba64e9575b57f87769
85 Author: Jesse Adkins <jesserayadkins@gmail.com>
86 Date:   Tue Sep 28 13:30:04 2010 -0700
87
88     Purge cvs tags.
89     
90     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
91     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
92
93 commit db8beb3d19f152a87249fa91c957e4782f47df77
94 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
95 Date:   Wed Jul 7 15:10:34 2010 -0700
96
97     config: upgrade to util-macros 1.8 for additional man page support
98     
99     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
100     The value of MAN_SUBST is the same for all X.Org packages.
101     
102     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
103     The existing statement can now be removed from the configuration file.
104     
105     Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
106     Enables silent rule and use platform appropriate version of sed.
107     
108     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
109
110 commit 309745fc0095cccc575ead3446480060091161f1
111 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
112 Date:   Thu Jul 1 06:48:47 2010 -0300
113
114     Purge macros NEED_EVENTS and NEED_REPLIES
115     
116     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
117     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
118     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
119
120 commit 6d9de78c3cde1e7963cafc6e8155b3e2ea5819c1
121 Author: Gaetan Nadon <memsize@videotron.ca>
122 Date:   Mon Mar 29 16:50:34 2010 -0400
123
124     config: update AC_PREREQ statement to 2.60
125     
126     Unrelated to the previous patches, the new value simply reflects
127     the reality that the minimum level for autoconf to configure
128     all x.org modules is 2.60 dated June 2006.
129     
130     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
131     
132     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
133
134 commit 6163288513cc166c5e8b9488b08a2d07e7100755
135 Author: Gaetan Nadon <memsize@videotron.ca>
136 Date:   Mon Mar 29 14:53:49 2010 -0400
137
138     config: remove the pkgconfig pc.in file from EXTRA_DIST
139     
140     Automake always includes it in the tarball.
141     
142     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
143
144 commit a8b1449bca44bfddd2e7228bb7d514512e4ef30c
145 Author: Gaetan Nadon <memsize@videotron.ca>
146 Date:   Tue Feb 16 10:37:21 2010 -0500
147
148     config: move CWARNFLAGS from configure.ac to Makefile.am
149     
150     Compiler warning flags should be explicitly set in the makefile
151     rather than being merged with other packages compiler flags.
152     
153     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
154
155 commit 442b50b94eaae9202e76c170738fcc049dcc453d
156 Author: Gaetan Nadon <memsize@videotron.ca>
157 Date:   Wed Jan 13 16:04:33 2010 -0500
158
159     COPYING: replace stub with actual copyright notices
160     
161     Refer to dmx.c
162     Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.
163     
164     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
165
166 commit c34b17f997f63842649b93e1575cd2bc322e8f4e
167 Author: Gaetan Nadon <memsize@videotron.ca>
168 Date:   Fri Nov 27 20:56:05 2009 -0500
169
170     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
171     
172     Now that the INSTALL file is generated.
173     Allows running make maintainer-clean.
174
175 commit fdf48235bc529bbda112a70dbd6e9ff560ca6a04
176 Author: Gaetan Nadon <memsize@videotron.ca>
177 Date:   Wed Oct 28 14:09:10 2009 -0400
178
179     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
180     
181     Add missing INSTALL file. Use standard GNU file on building tarball
182     README may have been updated
183     Remove AUTHORS file as it is empty and no content available yet.
184     Remove NEWS file as it is empty and no content available yet.
185
186 commit fa6e6e76d9a58d021473369e4a9ff287e7e42e15
187 Author: Gaetan Nadon <memsize@videotron.ca>
188 Date:   Tue Oct 27 15:07:25 2009 -0400
189
190     Deploy the new XORG_DEFAULT_OPTIONS #24242
191     
192     This macro aggregate a number of existing macros that sets commmon
193     X.Org components configuration options. It shields the configuration file from
194     future changes.
195
196 commit 4a78271ada80b64eeb5f6563fd9d1a161abc7afe
197 Author: Gaetan Nadon <memsize@videotron.ca>
198 Date:   Mon Oct 26 22:08:43 2009 -0400
199
200     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
201     
202     ChangeLog filename is known to Automake and requires no further
203     coding in the makefile.
204
205 commit 4fd8605292125d95d1eb58fec1b7daff2f35ec26
206 Author: Gaetan Nadon <memsize@videotron.ca>
207 Date:   Thu Oct 22 13:11:11 2009 -0400
208
209     .gitignore: use common defaults with custom section # 24239
210     
211     Using common defaults will reduce errors and maintenance.
212     Only the very small or inexistent custom section need periodic maintenance
213     when the structure of the component changes. Do not edit defaults.
214
215 commit fad53bf1e485036146570d9ead901f23bf4c323f
216 Author: Gaetan Nadon <memsize@videotron.ca>
217 Date:   Thu Oct 22 12:34:20 2009 -0400
218
219     .gitignore: use common defaults with custom section # 24239
220     
221     Using common defaults will reduce errors and maintenance.
222     Only the very small or inexistent custom section need periodic maintenance
223     when the structure of the component changes. Do not edit defaults.
224
225 commit c43a769428a03c0de58545c611e75243a8d8f2ea
226 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
227 Date:   Wed Oct 21 12:47:27 2009 -0700
228
229     This is not a GNU project, so declare it foreign.
230     
231     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
232     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
233     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
234     > > was quite annoying to work around since 'autoreconf -fvi' replaces
235     > > it and git wants to commit it.  Should these files even be in git?
236     > > Can I nuke them for the betterment of humanity and since they get
237     > > created by autoreconf anyways?
238     >
239     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
240     
241     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
242     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
243     of the INSTALL file. It is also part of the 24206 solution.
244     
245     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
246
247 commit a3ff756a3a478162a6f96b9fbf54c9f1a487af38
248 Author: Peter Hutterer <peter.hutterer@who-t.net>
249 Date:   Mon Oct 5 11:54:43 2009 +1000
250
251     libdmx 1.1.0
252     
253     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
254
255 commit 9d7cb1321dd44081f52a80419c32bbbbb155757f
256 Author: Peter Hutterer <peter.hutterer@who-t.net>
257 Date:   Mon Oct 5 11:54:09 2009 +1000
258
259     Require macros 1.3 for XORG_DEFAULT_OPTIONS
260     
261     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
262
263 commit 1cb350964c416963523aca0234dc24563ef29d1b
264 Author: Peter Hutterer <peter.hutterer@who-t.net>
265 Date:   Fri Aug 28 10:07:10 2009 +1000
266
267     libdmx 1.0.99.1
268
269 commit 72929c5cb3b78d3b83a2f40e3662104194b70cd6
270 Author: Peter Hutterer <peter.hutterer@who-t.net>
271 Date:   Tue Aug 25 16:07:54 2009 +1000
272
273     Move dmxext.h from dmxproto to here.
274     
275     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
276
277 commit c46bf972f2f0658e0fe473e978c1a7153b68d0e9
278 Author: Alan Coopersmith <alan.coopersmith@sun.com>
279 Date:   Mon Feb 2 20:34:37 2009 -0800
280
281     Add README with pointers to mailing list, bugzilla & git repos
282     
283     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
284
285 commit ca08b93d5829a03e464fb27d96292c37825aa5ea
286 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
287 Date:   Wed Jan 28 16:11:37 2009 -0200
288
289     Janitor: correct make distcheck.
290
291 commit 628281b17467fc8237d9d9e2443cb9e88d8e07c5
292 Author: Julien Cristau <jcristau@debian.org>
293 Date:   Sun May 11 14:18:34 2008 +0200
294
295     Use __libmansuffix__ instead of hardcoding 3X in the dmx manpages
296
297 commit cfd82b1ff1033dbb3d83fd71e8b1af5535108245
298 Author: James Cloos <cloos@jhcloos.com>
299 Date:   Thu Dec 6 16:38:48 2007 -0500
300
301     Replace static ChangeLog with dist-hook to generate from git log
302
303 commit a49ce3a7f23e0bfab84661afea15602403445c5a
304 Author: James Cloos <cloos@jhcloos.com>
305 Date:   Mon Sep 3 05:53:54 2007 -0400
306
307     Add *~ to .gitignore to skip patch/emacs droppings
308
309 commit 88286ad8dee07f4a06c8cfc032606ad26972fd3f
310 Author: Alan Coopersmith <alan.coopersmith@sun.com>
311 Date:   Thu Jul 13 14:59:15 2006 -0700
312
313     renamed: .cvsignore -> .gitignore
314
315 commit fe6012c309b7465a81535a5b18f70cac44fb33fb
316 Author: Adam Jackson <ajax@nwnk.net>
317 Date:   Wed Apr 26 23:51:19 2006 +0000
318
319     Bump to 1.0.2
320
321 commit 44c22b0f24d2cc835d088b9da65cf5ade41a2854
322 Author: Adam Jackson <ajax@nwnk.net>
323 Date:   Fri Apr 7 00:31:17 2006 +0000
324
325     Coverity #928: Don't dereference screen if it's null.
326
327 commit 3aec4c999217de52ee28beb5dc429e84f25a4cee
328 Author: Kevin E Martin <kem@kem.org>
329 Date:   Wed Dec 21 02:30:06 2005 +0000
330
331     Update package version for X11R7 release.
332
333 commit 61ba01b94fda571fc02287cfb321e7ace5f4e344
334 Author: Adam Jackson <ajax@nwnk.net>
335 Date:   Mon Dec 19 16:28:28 2005 +0000
336
337     Stub COPYING files
338
339 commit 1594c277fed66ac77eff2687cfa586a82c649594
340 Author: Kevin E Martin <kem@kem.org>
341 Date:   Thu Dec 15 00:24:35 2005 +0000
342
343     Update package version number for final X11R7 release candidate.
344
345 commit e608c6a473d3ff6abd7290301d10929e37a2de9d
346 Author: Kevin E Martin <kem@kem.org>
347 Date:   Tue Dec 6 22:48:46 2005 +0000
348
349     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
350
351 commit 7f82999694f562b664190cd2d0041ac3dc8b7e0e
352 Author: Kevin E Martin <kem@kem.org>
353 Date:   Sat Dec 3 05:49:46 2005 +0000
354
355     Update package version number for X11R7 RC3 release.
356
357 commit 074fde5f1862e7ca6e18ac198baf7ec3359a2fa5
358 Author: Kevin E Martin <kem@kem.org>
359 Date:   Sat Dec 3 04:41:52 2005 +0000
360
361     Add check and cflags for malloc(0) returning NULL.
362
363 commit 2f295bd0ca857cc50b98170a91a98d94c6c1fab7
364 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
365 Date:   Mon Nov 28 22:03:07 2005 +0000
366
367     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
368         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
369
370 commit a064437898064f0906e1676caa5823c8334e77c7
371 Author: Kevin E Martin <kem@kem.org>
372 Date:   Sat Nov 19 07:15:44 2005 +0000
373
374     Update pkgconfig files to separate library build-time dependencies from
375         application build-time dependencies, and update package deps to work
376         with separate build roots.
377
378 commit 6424ff482a845160bc1146bb8a17fa2bde976685
379 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
380 Date:   Sun Nov 13 18:14:22 2005 +0000
381
382     Use $(LIB_MAN_SUFFIX) instead of forcing man pages into section 3. Use sed
383         to substitute variables in man pages.
384
385 commit 68ee705e1066d5092bc266c9d47d6c1022be2f1c
386 Author: Kevin E Martin <kem@kem.org>
387 Date:   Wed Oct 19 02:48:12 2005 +0000
388
389     Update package version number for RC1 release.
390
391 commit c0414eb4d8c710fac94ea32bc47031e1855c6fdb
392 Author: Adam Jackson <ajax@nwnk.net>
393 Date:   Wed Aug 3 03:28:03 2005 +0000
394
395     Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
396         a global configure cache don't get confused.
397
398 commit e51544b67812183184becaf6cd2ba907483bcea7
399 Author: Kevin E Martin <kem@kem.org>
400 Date:   Fri Jul 29 21:22:53 2005 +0000
401
402     Various changes preparing packages for RC0:
403     - Verify and update package version numbers as needed
404     - Implement versioning scheme
405     - Change bug address to point to bugzilla bug entry form
406     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
407         reenable it)
408     - Fix makedepend to use pkgconfig and pass distcheck
409     - Update build script to build macros first
410     - Update modular Xorg version
411
412 commit 0e287fb569607a88500fc8ead709113da7d62a76
413 Author: Daniel Stone <daniel@fooishbar.org>
414 Date:   Wed Jul 20 12:10:12 2005 +0000
415
416     Set soversion to 1.0.0 with -version-number.
417
418 commit 1665593dffc0a2a15b4c2dbd50e0f4ef655c7d49
419 Author: Daniel Stone <daniel@fooishbar.org>
420 Date:   Sat Jul 16 07:49:42 2005 +0000
421
422     Set soversion to 1.0 using -version-number.
423
424 commit b5b357df37d6adb66daedf8a9950bf653bf4c54d
425 Author: Keith Packard <keithp@keithp.com>
426 Date:   Sat Jul 9 21:11:25 2005 +0000
427
428     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
429
430 commit 63d3d3060793b834a6f55a1788ed74dd91ff1635
431 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
432 Date:   Wed Jun 22 22:46:39 2005 +0000
433
434     Apply these patches from Theo van Klaveren:
435     lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch
436         lib-XScrnSaver.patch lib-xtrans.patch
437     to make the libraries distcheck.
438
439 commit 414f10d9cd304ad410eaab1faeb9bec6db99a254
440 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
441 Date:   Tue Jun 21 15:41:37 2005 +0000
442
443     lib/XScrnSaver/configure.ac
444     lib/XScrnSaver/src/Makefile.am
445     lib/Xfontcache/configure.ac
446     lib/Xfontcache/src/Makefile.am
447     lib/Xinerama/configure.ac
448     lib/Xinerama/src/Makefile.am
449     lib/Xtst/configure.ac
450     lib/Xv/configure.ac
451     lib/XvMC/configure.ac
452     lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
453         src/Makefile.am
454
455 commit 110b58cc4b1fe556937d0cc10c21e8d378bf557f
456 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
457 Date:   Mon Jun 13 22:41:49 2005 +0000
458
459     Dummy change
460
461 commit 87e6dd4a3b2911df52c748cbaf25d9f2f1e39267
462 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
463 Date:   Mon Jun 13 22:41:28 2005 +0000
464
465     Dummy change to make CVS see this file.
466
467 commit 731efd283366cdef8f55a5c0e533603eae2dc9cd
468 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
469 Date:   Mon Jun 13 22:40:55 2005 +0000
470
471     *** empty log message ***
472
473 commit b15aee70c23e46cc06023c42359ae831b4aa97e5
474 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
475 Date:   Mon Jun 13 21:18:09 2005 +0000
476
477     Really add the dmx build system.
478     Also, in some ways CVS is not an optimal version control system.
479
480 commit 48338cc9c422ff0ac4b9c532088649f2f3c4e2bb
481 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
482 Date:   Mon Jun 13 21:11:44 2005 +0000
483
484     - Add dmx build system
485     - Rename man pages: man -> 3
486     - dmx.c: include <X11/extensions/blah.h> instead of "blah.h"
487
488 commit 9569816261fed00b3f0991abb676d60ba904c0f6
489 Author: Kevin E Martin <kem@kem.org>
490 Date:   Mon Dec 6 20:04:04 2004 +0000
491
492     Fix overwrite in DMX library calls (Bug #1989, Mark McLoughlin).
493
494 commit 90b1782cf132d4d3a753e4643fe8c398cecbb07b
495 Author: Kevin E Martin <kem@kem.org>
496 Date:   Wed Jun 30 20:06:53 2004 +0000
497
498     Add Distributed Multihead X (DMX) support