1commit 4f7497ee3b0deb0418ce48dcd862fd6c23e20064
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Fri Dec 13 18:20:17 2024 -0800
4
5    libXxf86vm 1.1.6
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 1c93aceb217b6db55328506c271ccdded3a5a307
10Author: Peter Williams <peter@newton.cx>
11Date:   Mon Oct 14 10:54:23 2024 -0400
12
13    Add -no-undefined flag to LDFLAGS to fix Windows builds
14    
15    Closes #2
16    Patch originally from:
17    https://github.com/conda-forge/xorg-libxxf86vm-feedstock/commit/7c758477ff
18    
19    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxxf86vm/-/merge_requests/7>
20
21commit 546c0e93adc535dfaaa66277928887c8dc1f8e13
22Author: Alan Coopersmith <alan.coopersmith@oracle.com>
23Date:   Wed Jan 17 14:19:53 2024 -0800
24
25    Add X.Org's standard C warning flags to AM_CFLAGS
26    
27    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
28
29commit cfda59347e3a04415340a99f925a9cd85c0531b2
30Author: Alan Coopersmith <alan.coopersmith@oracle.com>
31Date:   Wed Mar 8 16:30:15 2023 -0800
32
33    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
34    
35    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
36    so it's time to rely on it.
37    
38    Clears autoconf warnings:
39    
40    configure.ac:14: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
41    configure.ac:14: You should run autoupdate.
42    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
43    configure.ac:14: the top level
44    
45    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
46    libtoolize: and rerunning libtoolize and aclocal.
47    
48    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
49
50commit 396b42b2bfa698cae9349f35836abda9d45ae5ff
51Author: Alan Coopersmith <alan.coopersmith@oracle.com>
52Date:   Sat Feb 25 09:36:20 2023 -0800
53
54    Remove "All rights reserved" from Oracle copyright notices
55    
56    Oracle no longer includes this term in our copyright & license notices.
57    
58    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
59
60commit 7fe2d41f164d3015216c1079cc7fbce1eea90c98
61Author: Alan Coopersmith <alan.coopersmith@oracle.com>
62Date:   Mon Sep 26 17:48:52 2022 -0700
63
64    libXxf86vm 1.1.5
65    
66    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
67
68commit 8cb2b07b8f83bc6385c41c7cdd6051a66dced0ff
69Author: Alan Coopersmith <alan.coopersmith@oracle.com>
70Date:   Sat Aug 20 11:07:02 2022 -0700
71
72    Update GetOldReq to use _XGetRequest()
73    
74    Requires libX11 1.5 or later, but configure.ac already requires x11 >= 1.6
75    
76    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
77
78commit ca196d7545020037ed5533ff1cb3ebb52823af8e
79Author: Alan Coopersmith <alan.coopersmith@oracle.com>
80Date:   Sat Aug 20 10:57:24 2022 -0700
81
82    Variable scope reductions as suggested by cppcheck
83    
84    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
85
86commit 1f6854c919c27c7bf640000a3c0851116779f7a4
87Author: Alan Coopersmith <alan.coopersmith@oracle.com>
88Date:   Sat Aug 20 10:45:07 2022 -0700
89
90    Fix -Wsign-compare warning
91    
92    XF86VMode.c: In function ‘XF86VidModeGetModeLine’:
93    XF86VMode.c:270:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
94      if (modeline->privsize < (INT_MAX / sizeof(INT32)))
95                             ^
96    
97    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
98
99commit 2e27589966d6653e63b56e29b0bea83f722c4c33
100Author: Alan Coopersmith <alan.coopersmith@oracle.com>
101Date:   Sun Jul 17 19:05:03 2022 -0700
102
103    gitlab CI: add a basic build test
104    
105    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
106
107commit 0dd3ebf9f0f698491361d2087a01d81d2a06499e
108Author: Alan Coopersmith <alan.coopersmith@oracle.com>
109Date:   Sun Jul 17 19:04:10 2022 -0700
110
111    Fix spelling/wording issues
112    
113    Found by using:
114        codespell --builtin clear,rare,usage,informal,code,names
115    
116    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
117
118commit e86dfd828c4ca24ae3f0ed6c78f87b0466564f2a
119Author: Alan Coopersmith <alan.coopersmith@oracle.com>
120Date:   Sun Jul 17 19:03:18 2022 -0700
121
122    Build xz tarballs instead of bzip2
123    
124    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
125
126commit 7f43cd2a905e7b93b83c9ce81dabb768f6fa2bc7
127Author: Alan Coopersmith <alan.coopersmith@oracle.com>
128Date:   Fri Dec 7 19:58:38 2018 -0800
129
130    Update configure.ac bug URL for gitlab migration
131    
132    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
133
134commit 3e396bee684f716eb4b567aba639944b2d52d377
135Author: Alan Coopersmith <alan.coopersmith@oracle.com>
136Date:   Mon Nov 19 22:57:37 2018 -0800
137
138    Update README for gitlab migration
139    
140    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
141
142commit 3c167ac0e7d66bcb0bd8794ba865bb3b69517f76
143Author: Mihail Konev <k.mvc@ya.ru>
144Date:   Thu Jan 26 13:52:49 2017 +1000
145
146    autogen: add default patch prefix
147    
148    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
149
150commit 471fc6eb7af5a01e1061354e56814aee00ddb157
151Author: Emil Velikov <emil.l.velikov@gmail.com>
152Date:   Mon Mar 9 12:00:52 2015 +0000
153
154    autogen.sh: use quoted string variables
155    
156    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
157    fall-outs, when they contain space.
158    
159    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
160    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
161    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
162
163commit f542662908d8d344ca217bd76aeede08e9d403a4
164Author: Peter Hutterer <peter.hutterer@who-t.net>
165Date:   Tue Jan 24 10:32:07 2017 +1000
166
167    autogen.sh: use exec instead of waiting for configure to finish
168    
169    Syncs the invocation of configure with the one from the server.
170    
171    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
172    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
173
174commit 92d18649e92566ccc3abeba244adabda249cce1b
175Author: Alan Coopersmith <alan.coopersmith@oracle.com>
176Date:   Mon Feb 23 23:01:54 2015 -0800
177
178    libXxf86vm 1.1.4
179    
180    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
181
182commit e13937ebf1da3c062c9d9731f2b49207d9e4ea2a
183Author: Alan Coopersmith <alan.coopersmith@oracle.com>
184Date:   Fri Jan 9 22:23:31 2015 -0800
185
186    Tell the compiler it's unlikely we're talking to an XFree86 3.x server
187    
188    Hint that the current (XFree86 4.0 & later) version of the protocol
189    is most common today.
190    
191    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
192
193commit 723f4a1430dad0d495e3c83c7c95edb94e9f4304
194Author: Alan Coopersmith <alan.coopersmith@oracle.com>
195Date:   Mon Jan 5 22:52:39 2015 -0800
196
197    Discard correct length for old-format replies in XF86VidModeGetGamma
198    
199    Regression introduced in libXxf86vm 1.1.3 / commit 284a88e21fc05a63466
200    Unlikely to be hit in practice since it requires out-of-range privsize
201    or malloc failure while talking to a server using the XFree86 3.x version
202    of the protocol.
203    
204    Found by Oracle Parfait 1.5.1:
205    
206    Error: Uninitialised memory (CWE 456)
207       Possible access to uninitialised memory '&rep.length'
208            at line 279 of open-src/lib/libXxf86vm/unpacked-src/src/XF86VMode.c in function 'XF86VidModeGetModeLine'.
209              &rep.length allocated at line 218.
210              &rep.length uninitialised when majorVersion < 2 at line 233.
211    
212    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
213    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
214
215commit f3cdbabadd4626a030e3ac139a333450a462e055
216Author: Michael Joost <mehl@michael-joost.de>
217Date:   Mon Nov 18 16:11:26 2013 +0100
218
219    Remove fallback for _XEatDataWords, require libX11 1.6 for it
220    
221    _XEatDataWords was orignally introduced with the May 2013 security
222    patches, and in order to ease the process of delivering those,
223    fallback versions of _XEatDataWords were included in the X extension
224    library patches so they could be applied to older versions that didn't
225    have libX11 1.6 yet.   Now that we're past that hurdle, we can drop
226    the fallbacks and just require libX11 1.6 for building new versions
227    of the extension libraries.
228    
229    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
230    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
231
232commit 68a23c66892e973db389db6b12a1d70a0d03b797
233Author: Alan Coopersmith <alan.coopersmith@oracle.com>
234Date:   Sat Jul 6 12:48:16 2013 -0700
235
236    Add man/XF86VidModeAddModeLine.man file (missed in previous commit)
237    
238    Oops, forgot to git add the shadow man page.
239    
240    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
241
242commit 01adc331604d77e71a42a77619560b59d7a53d26
243Author: Alan Coopersmith <alan.coopersmith@oracle.com>
244Date:   Fri Jul 5 21:35:14 2013 -0700
245
246    Add XF86VidModeAddModeLine man page
247    
248    The function was actually already described in the man page, and
249    even had a commented out prototype in the man page until it was
250    removed by the cleanup in commit aac92ef0f20f8.
251    
252    So this commit restores the prototype (but doesn't comment it out as
253    before), adds the function to the NAME section, and adds a .so for it.
254    
255    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
256
257commit 980ed7e7c98606f09e981a52255acd76b335a19a
258Author: Alan Coopersmith <alan.coopersmith@oracle.com>
259Date:   Mon Jun 24 22:27:37 2013 -0700
260
261    Fix a couple sign comparison warnings
262    
263    XF86VMode.c:352:19: warning: comparison of integers of different signs: 'int' and 'CARD32' (aka 'unsigned int') [-Wsign-compare]
264        for (i = 0; i < rep.modecount; i++) {
265                    ~ ^ ~~~~~~~~~~~~~
266    
267    XF86VMode.c:1048:16: warning: comparison of integers of different signs: 'int' and 'CARD32' (aka 'unsigned int') [-Wsign-compare]
268            for (i = 0; i < rep.clocks; i++) {
269                        ~ ^ ~~~~~~~~~~
270    
271    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
272
273commit 4219ed8b5cfb832b20cb50a0404b3bd02bc863b4
274Author: Alan Coopersmith <alan.coopersmith@oracle.com>
275Date:   Mon Jun 24 22:20:41 2013 -0700
276
277    Require ANSI C89 pre-processor, drop pre-C89 token pasting support
278    
279    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
280
281commit aac92ef0f20f8ce6592245e9e6ff9d8f7eac3efa
282Author: Eric S. Raymond <esr@thyrsus.com>
283Date:   Fri Jun 7 07:14:43 2013 -0400
284
285    Enable parsing of C prototypes in the synopsis into prototype markup.
286
287commit 3897537c9b79521d498112988e668815067301b1
288Author: Eric S. Raymond <esr@thyrsus.com>
289Date:   Fri Jun 7 07:01:28 2013 -0400
290
291    Eliminate use of .ta.
292
293commit 4ca5d221d35ed6981247caa5d5069f083e83b7fb
294Author: Alan Coopersmith <alan.coopersmith@oracle.com>
295Date:   Thu May 30 18:43:11 2013 -0700
296
297    libXxf86vm 1.1.3
298    
299    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
300
301commit 4c4123441e40da97acd10f58911193ad3dcef5cd
302Author: Alan Coopersmith <alan.coopersmith@oracle.com>
303Date:   Sat Apr 13 14:43:48 2013 -0700
304
305    avoid integer overflow in XF86VidModeGetModeLine()
306    
307    rep.privsize is a CARD32 and needs to be bounds checked before multiplying
308    by sizeof(INT32) to come up with the total size to allocate & read to avoid
309    integer overflow, though it would not result in buffer overflow as the same
310    calculation was used for both allocation & reading from the network.
311    
312    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
313
314commit 47bb28ac0e6e49d3b6eb90c7c215f2fcf54f1a95
315Author: Alan Coopersmith <alan.coopersmith@oracle.com>
316Date:   Sat Apr 13 14:33:32 2013 -0700
317
318    memory corruption in XF86VidModeGetGammaRamp() [CVE-2013-2001]
319    
320    We trusted the server not to return more data than the client said it had
321    allocated room for, and would overflow the provided buffers if it did.
322    
323    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
324    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
325
326commit 284a88e21fc05a63466115b33efa411c60d988c9
327Author: Alan Coopersmith <alan.coopersmith@oracle.com>
328Date:   Sat Apr 13 14:24:12 2013 -0700
329
330    Use _XEatDataWords to avoid overflow of length calculations
331    
332    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
333
334commit d0355b28dd53fba6fb29c350e090ed4a73d4c480
335Author: Alan Coopersmith <alan.coopersmith@oracle.com>
336Date:   Sat Apr 13 17:58:28 2013 -0700
337
338    Unlock display before returning alloc error in XF86VidModeGetDotClocks()
339    
340    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
341    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
342
343commit 6c82906f25abcb0f8ec92bcdaf1872bd8b63ca5d
344Author: Alan Coopersmith <alan.coopersmith@oracle.com>
345Date:   Sat Apr 13 17:54:45 2013 -0700
346
347    Unlock display before returning alloc error in XF86VidModeGetAllModeLines()
348    
349    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
350    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
351
352commit 8ed00bd0a7c44c7fece687e2566d920ea74ef809
353Author: Alan Coopersmith <alan.coopersmith@oracle.com>
354Date:   Sat Apr 13 17:52:12 2013 -0700
355
356    Unlock display before returning alloc error in XF86VidModeGetModeLine()
357    
358    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
359    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
360
361commit a89b1ad3377bfef9bab52f15f98b00f6540d531a
362Author: Alan Coopersmith <alan.coopersmith@oracle.com>
363Date:   Sat Apr 13 17:40:24 2013 -0700
364
365    Improve error handling in XF86VidModeGetMonitor()
366    
367    Ensure that when we return an error we unlock the display first, and
368    NULL out any pointers we freed in error cleanup.
369    
370    Instead of adding these fixes to every error check, instead combine
371    the error handling cleanup into a single copy.
372    
373    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
374    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
375
376commit ef95f1c3737d9efc7d97fb1784f80ef3540a846b
377Author: Alan Coopersmith <alan.coopersmith@oracle.com>
378Date:   Sat Apr 13 15:13:06 2013 -0700
379
380    When Xcalloc() returns NULL, you don't need to Xfree() it
381    
382    I have no words to explain how this ever happened.
383    
384    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
385    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
386
387commit 6772336755c6eb5b46c471dd5ae2ac89101ed179
388Author: Alan Coopersmith <alan.coopersmith@oracle.com>
389Date:   Fri Jan 18 23:15:31 2013 -0800
390
391    Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
392    
393    Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
394    
395      - Support for the long-deprecated INCLUDES variable will be removed
396        altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
397        used instead.
398    
399    This variable was deprecated in Automake releases prior to 1.10, which is
400    the current minimum level required to build X.
401    
402    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
403
404commit 9f56d200d3675fe3e178001112c563d548376b7a
405Author: Colin Walters <walters@verbum.org>
406Date:   Tue Jan 15 14:39:40 2013 -0500
407
408    autogen.sh: Honor NOCONFIGURE environment variable
409    
410    http://people.gnome.org/~walters/docs/build-api.txt
411    
412    Signed-off-by: Adam Jackson <ajax@redhat.com>
413
414commit 6528ae139506212644dc68a0696580c848e3f8de
415Author: Adam Jackson <ajax@redhat.com>
416Date:   Tue Jan 15 14:28:48 2013 -0500
417
418    configure: Remove AM_MAINTAINER_MODE
419    
420    Signed-off-by: Adam Jackson <ajax@redhat.com>
421
422commit a0bd361fe688590b7d62ffb3ad1c1648a22096d4
423Author: Alan Coopersmith <alan.coopersmith@oracle.com>
424Date:   Wed Mar 7 21:39:46 2012 -0800
425
426    libXxf86vm 1.1.2
427    
428    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
429
430commit 2bac2e232f56836faeab016ab44fe45a3f055fd0
431Author: Alan Coopersmith <alan.coopersmith@oracle.com>
432Date:   Thu Nov 10 21:51:52 2011 -0800
433
434    Fix gcc -Wwrite-strings warning
435
436commit 78b0baf7872234c7e0e5753be76a662e34d87984
437Author: Alan Coopersmith <alan.coopersmith@oracle.com>
438Date:   Fri Sep 16 22:58:12 2011 -0700
439
440    Strip trailing whitespace
441    
442    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
443    git diff -w & git diff -b show no diffs from this change
444    
445    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
446
447commit ad5a4792e35b63c5b193f09303bcc41b322750d0
448Author: Gaetan Nadon <memsize@videotron.ca>
449Date:   Wed Feb 2 11:43:45 2011 -0500
450
451    config: comment, minor upgrade, quote and layout configure.ac
452    
453    Group statements per section as per Autoconf standard layout
454    Quote statements where appropriate.
455    Autoconf recommends not using dnl instead of # for comments
456    
457    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
458    Add AC_CONFIG_SRCDIR([Makefile.am])
459    
460    This helps automated maintenance and release activities.
461    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
462
463commit 97d7aa6c8108800d3ccd30ce907ef32e769370a9
464Author: Gaetan Nadon <memsize@videotron.ca>
465Date:   Fri Jan 28 19:41:38 2011 -0500
466
467    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
468    
469    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
470
471commit 353b988717d474a77322a541a6ab56661cc0bedb
472Author: Gaetan Nadon <memsize@videotron.ca>
473Date:   Thu Jan 27 18:50:15 2011 -0500
474
475    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
476    
477    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
478    AC_PROG_C_C99. This sets gcc with -std=gnu99.
479    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
480    
481    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
482
483commit 6f22da39b65983a582d2055e9e43f5dbc0412f1f
484Author: Alan Coopersmith <alan.coopersmith@oracle.com>
485Date:   Fri Oct 29 18:04:50 2010 -0700
486
487    libXxf86vm 1.1.1
488    
489    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
490
491commit fe0659724002e65af6a68be53f57bb8ba85324fe
492Author: Alan Coopersmith <alan.coopersmith@oracle.com>
493Date:   Fri Oct 29 18:03:51 2010 -0700
494
495    Sun's copyrights now belong to Oracle
496    
497    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
498
499commit 84c7286a799d2368ce868afb31b373f8486724c2
500Author: Jesse Adkins <jesserayadkins@gmail.com>
501Date:   Tue Sep 28 13:30:04 2010 -0700
502
503    Purge cvs tags.
504    
505    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
506    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
507
508commit b6d645596f284550350d8c690cfcce89d019ab60
509Author: Gaetan Nadon <memsize@videotron.ca>
510Date:   Tue Aug 17 19:53:37 2010 -0400
511
512    man: store shadow man pages in git rather than generating them
513    
514    Simplify the build process and the makefile.
515    
516    Local fix in CVS for bug 5628 is not required
517    as the problem has been fixed in
518    util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
519    
520    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
521
522commit 01df17daf923b7eeeb3476149d189c5dc8da3bf8
523Author: Alan Coopersmith <alan.coopersmith@oracle.com>
524Date:   Thu Jul 8 15:50:02 2010 -0700
525
526    Use make rules instead of shell for loops to generate shadow man pages
527    
528    Allows parallel make and simpler build logs/error reporting
529    
530    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
531
532commit a3603591f3086f7aeb92b193b2736733b4e79047
533Author: Alan Coopersmith <alan.coopersmith@oracle.com>
534Date:   Thu Jul 8 15:37:15 2010 -0700
535
536    config: upgrade to util-macros 1.8 for additional man page support
537    
538    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
539    The value of MAN_SUBST is the same for all X.Org packages.
540    
541    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
542    The existing statement can now be removed from the configuration file.
543    
544    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
545    Enables silent rule and use platform appropriate version of sed.
546    
547    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
548
549commit 6be94fa76ef3e2c41c7cb8487e639f0312d3b369
550Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
551Date:   Thu Jul 1 07:10:51 2010 -0300
552
553    Purge macros NEED_EVENTS and NEED_REPLIES
554    
555    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
556    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
557    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
558
559commit 15319d63a389bd9af1819f53a2d021edcd6180f2
560Author: Gaetan Nadon <memsize@videotron.ca>
561Date:   Mon Mar 29 16:50:34 2010 -0400
562
563    config: update AC_PREREQ statement to 2.60
564    
565    Unrelated to the previous patches, the new value simply reflects
566    the reality that the minimum level for autoconf to configure
567    all x.org modules is 2.60 dated June 2006.
568    
569    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
570    
571    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
572
573commit a3ed63ba72d767371174d1442c810144b0d2f8b7
574Author: Gaetan Nadon <memsize@videotron.ca>
575Date:   Mon Mar 29 14:53:49 2010 -0400
576
577    config: remove the pkgconfig pc.in file from EXTRA_DIST
578    
579    Automake always includes it in the tarball.
580    
581    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
582
583commit 02155a7f70ad94026a7c138081c4249cffbc25a7
584Author: Gaetan Nadon <memsize@videotron.ca>
585Date:   Thu Jan 14 10:15:23 2010 -0500
586
587    COPYING: fix copyright notice incorrect format
588    
589    Refer to: XF86VMode.c
590    
591    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
592
593commit eba6628379b65326453ea12ddd8cb33b144f3049
594Author: Alan Coopersmith <alan.coopersmith@sun.com>
595Date:   Thu Jan 14 20:55:56 2010 -0800
596
597    Update Sun license notices to current X.Org standard form
598    
599    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
600
601commit 0d976427d1229b65baa489275c62e47762b2803e
602Author: Gaetan Nadon <memsize@videotron.ca>
603Date:   Fri Nov 27 20:56:05 2009 -0500
604
605    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
606    
607    Now that the INSTALL file is generated.
608    Allows running make maintainer-clean.
609
610commit e9fd67ec28d4402a498af78f34815cc9d22d6c73
611Author: Gaetan Nadon <memsize@videotron.ca>
612Date:   Wed Oct 28 14:09:10 2009 -0400
613
614    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
615    
616    Add missing INSTALL file. Use standard GNU file on building tarball
617    README may have been updated
618    Remove AUTHORS file as it is empty and no content available yet.
619    Remove NEWS file as it is empty and no content available yet.
620
621commit d7cc1a08bfc5c780d0a4f3e0193ff91d0076713c
622Author: Gaetan Nadon <memsize@videotron.ca>
623Date:   Tue Oct 27 15:07:26 2009 -0400
624
625    Deploy the new XORG_DEFAULT_OPTIONS #24242
626    
627    This macro aggregate a number of existing macros that sets commmon
628    X.Org components configuration options. It shields the configuration file from
629    future changes.
630
631commit 2bb8c8fcabebf00fdc12b2649459b920e816f382
632Author: Gaetan Nadon <memsize@videotron.ca>
633Date:   Mon Oct 26 22:08:43 2009 -0400
634
635    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
636    
637    ChangeLog filename is known to Automake and requires no further
638    coding in the makefile.
639
640commit 9888ab7cf91cc4c7bf2a545ebc3b8bf0a002aa39
641Author: Gaetan Nadon <memsize@videotron.ca>
642Date:   Thu Oct 22 12:34:19 2009 -0400
643
644    .gitignore: use common defaults with custom section # 24239
645    
646    Using common defaults will reduce errors and maintenance.
647    Only the very small or inexistent custom section need periodic maintenance
648    when the structure of the component changes. Do not edit defaults.
649
650commit b4d998a026f03aa2fea74a909f3edea4e4aed5a1
651Author: Peter Hutterer <peter.hutterer@who-t.net>
652Date:   Fri Oct 2 09:43:30 2009 +1000
653
654    libXxf86vm 1.1.0
655    
656    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
657
658commit 8f518e80716915cfb8234a18836ad95121a7d6db
659Author: Peter Hutterer <peter.hutterer@who-t.net>
660Date:   Fri Oct 2 08:58:19 2009 +1000
661
662    Require macros 1.3 for XORG_DEFAULT_OPTIONS
663    
664    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
665
666commit 3951e96ddfefa5f3007895002528e713618a60ab
667Author: Peter Hutterer <peter.hutterer@who-t.net>
668Date:   Thu Aug 27 11:18:38 2009 +1000
669
670    libXxf86vm 1.0.99.1
671    
672    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
673
674commit 7c7ab2076420a883e827509da0e8a0989a786000
675Author: Peter Hutterer <peter.hutterer@who-t.net>
676Date:   Thu Aug 27 11:17:45 2009 +1000
677
678    Include xf86vmproto instead of xf86vmstr.h
679    
680    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
681
682commit b49fcb355eb1469352eb25ba3dbcf2863cfe5642
683Author: Peter Hutterer <peter.hutterer@who-t.net>
684Date:   Wed Aug 26 16:09:15 2009 +1000
685
686    Move the xf86vmode.h header from the proto package to here.
687    
688    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
689
690commit f2a1073b3027c508e01beca9ca34bbc6c90f5e6b
691Author: Alan Coopersmith <alan.coopersmith@sun.com>
692Date:   Mon Feb 2 20:34:37 2009 -0800
693
694    Add README with pointers to mailing list, bugzilla & git repos
695    
696    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
697
698commit e316211692ab7c882be6e89f5c6311160882375f
699Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
700Date:   Mon Feb 2 14:43:19 2009 -0200
701
702    Janitor: ansification, make distcheck, compiler warnings, .gitignore.
703
704commit 2cba02334e948e215ab32635763e739c8c4a2f56
705Author: Adam Jackson <ajax@redhat.com>
706Date:   Wed Jul 2 15:37:20 2008 -0400
707
708    libXxf86vm 1.0.2
709
710commit 31cb01986bc3527152d0e3501b38d1b5cfad3155
711Author: Adam Jackson <ajax@redhat.com>
712Date:   Fri Jun 13 13:07:49 2008 -0400
713
714    Don't terminate zero-length strings.
715    
716    Just leave vendor and model NULL if the response didn't include them.
717
718commit 0aa2ae83518b14e927fb5b8ced182a4f25cecc76
719Author: Adam Jackson <ajax@redhat.com>
720Date:   Mon Mar 24 15:13:14 2008 -0400
721
722    Bug #10846: Fix XF86VidModeGetMonitor when vendor or model are null.
723
724commit 230197a970aec8d5550c2697249ba2e351b2de0b
725Author: Matthieu Herrb <matthieu.herrb@laas.fr>
726Date:   Sun Mar 9 08:50:55 2008 +0100
727
728    nuke RCS Ids
729
730commit a3bf552ea28f6275f604f114190b0c69d9bf4ef8
731Author: James Cloos <cloos@jhcloos.com>
732Date:   Thu Dec 6 16:38:47 2007 -0500
733
734    Replace static ChangeLog with dist-hook to generate from git log
735
736commit 89dd6f2e9f0322001bcc9f5b42705e150414c37d
737Author: James Cloos <cloos@jhcloos.com>
738Date:   Mon Sep 3 05:53:52 2007 -0400
739
740    Add *~ to .gitignore to skip patch/emacs droppings
741
742commit 52a0ff653601e603faa9c994a240814f9ddc277c
743Author: Alan Coopersmith <alan.coopersmith@sun.com>
744Date:   Thu Jul 13 14:59:14 2006 -0700
745
746    renamed: .cvsignore -> .gitignore
747
748commit 3e980bb302befb4c463fa861ab08034c83208622
749Author: Adam Jackson <ajax@nwnk.net>
750Date:   Thu Apr 27 00:26:53 2006 +0000
751
752    Bump to 1.0.1
753
754commit 227f7dc999517fc477b63327372fc846e5f44b7d
755Author: Jeremy C. Reed <reed@reedmedia.net>
756Date:   Thu Apr 20 23:44:33 2006 +0000
757
758    Fixed typo. Library was spell wrong.
759
760commit 789ff24df047508e04a40fd4b9605e6f40f86638
761Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
762Date:   Sun Feb 12 18:19:23 2006 +0000
763
764    Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
765        not created correctly when MANDIR & MANSUFFIX don't match.
766
767commit 6455000546cf8fd14f165a4f13590f94fc9948dc
768Author: Kevin E Martin <kem@kem.org>
769Date:   Thu Dec 15 00:24:35 2005 +0000
770
771    Update package version number for final X11R7 release candidate.
772
773commit 22c88452663d7c0b4f854f056968527298b412d2
774Author: Kevin E Martin <kem@kem.org>
775Date:   Tue Dec 6 22:48:45 2005 +0000
776
777    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
778
779commit 5898da0a5deed350973064bf446c97831e42d575
780Author: Kevin E Martin <kem@kem.org>
781Date:   Sat Dec 3 05:49:46 2005 +0000
782
783    Update package version number for X11R7 RC3 release.
784
785commit 914624d1fb3924c76e5dc358bb43b4dff800280c
786Author: Kevin E Martin <kem@kem.org>
787Date:   Sat Dec 3 04:41:52 2005 +0000
788
789    Add check and cflags for malloc(0) returning NULL.
790
791commit 0f0572fd4b9de8747741ff81d668edfe23db0e15
792Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
793Date:   Mon Nov 28 22:03:07 2005 +0000
794
795    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
796        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
797
798commit 3d042fdd3fb1d2d30ede743741698589e868701b
799Author: Kevin E Martin <kem@kem.org>
800Date:   Sat Nov 19 07:15:44 2005 +0000
801
802    Update pkgconfig files to separate library build-time dependencies from
803        application build-time dependencies, and update package deps to work
804        with separate build roots.
805
806commit eb9d4a646a4dfc30fde31deb926a954c2c41ec98
807Author: Kevin E Martin <kem@kem.org>
808Date:   Wed Oct 19 02:48:12 2005 +0000
809
810    Update package version number for RC1 release.
811
812commit b46825c7ec5c50be0309b52759a2fba05fd2f350
813Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
814Date:   Tue Oct 18 00:00:09 2005 +0000
815
816    Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
817        work better with BSD make
818
819commit 736aad1287fa65e82cbcb12073ba99ca8d63c0db
820Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
821Date:   Mon Oct 17 21:13:23 2005 +0000
822
823    Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
824        suffix rule (reported by Matthieu Herrb)
825
826commit 5735da3f59d36568cfe198eeb1579e51b105491d
827Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
828Date:   Thu Oct 13 04:25:46 2005 +0000
829
830    Add generated man pages to .cvsignores
831
832commit d0f4698f0cf843f6dfdba11eae687ada11e3d4f0
833Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
834Date:   Thu Oct 13 01:20:52 2005 +0000
835
836    [lib/Xxf86vm manpage cleanup]
837    Use sed to fill in variables in man page Add shadow man pages for man pages
838        that document multiple functions.
839
840commit 72995528798d388422e6e09ee26a0edaffadb779
841Author: Kristian Høgsberg <krh@redhat.com>
842Date:   Mon Sep 26 20:55:17 2005 +0000
843
844    Simple whitespace change to change ownership of ,v file on server. Required
845        so that I can change permissions of file.
846
847commit 8f19f14ada44daf9d85f4d65f0bc130ae5b2f4bf
848Author: Kevin E Martin <kem@kem.org>
849Date:   Fri Jul 29 21:22:53 2005 +0000
850
851    Various changes preparing packages for RC0:
852    - Verify and update package version numbers as needed
853    - Implement versioning scheme
854    - Change bug address to point to bugzilla bug entry form
855    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
856        reenable it)
857    - Fix makedepend to use pkgconfig and pass distcheck
858    - Update build script to build macros first
859    - Update modular Xorg version
860
861commit 417a69a7e9ad4df9b3a7f03b09e4694ad5c2bcbc
862Author: Keith Packard <keithp@keithp.com>
863Date:   Sat Jul 9 21:10:32 2005 +0000
864
865    Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
866
867commit 4b8ad01b53792d4220579a259290e6bf59eb3d8b
868Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
869Date:   Fri Jul 1 16:16:15 2005 +0000
870
871    spell freedesktop.org correctly
872
873commit a26154988a9367521a15e0876939d8ff7810cd81
874Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
875Date:   Fri Jun 10 22:38:47 2005 +0000
876
877    Apply patch from Jeff Smith (whydoubt@yahoo.com):
878    - Add file linking for Xxf86misc, Xxf86dga, and Xxf86vm.
879    - Check in build system for Xxf86misc, Xxf86dga, and Xxf86vm.
880
881commit c421f84a2d14fbf2995cba23d2ea614b59eadfd5
882Author: Egbert Eich <eich@suse.de>
883Date:   Fri Apr 23 19:23:08 2004 +0000
884
885    Merging XORG-CURRENT into trunk
886
887commit 045fa2a95d6eac5db1c6d8781ef48f86d00b655f
888Author: Egbert Eich <eich@suse.de>
889Date:   Sun Mar 14 08:33:12 2004 +0000
890
891    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
892
893commit d8913570296903c3686969f8c6dbeaf70064f23e
894Author: Egbert Eich <eich@suse.de>
895Date:   Wed Mar 3 12:12:14 2004 +0000
896
897    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
898
899commit 2e3edee344aee8f8cebe139541ebecccec570d8b
900Author: Egbert Eich <eich@suse.de>
901Date:   Thu Feb 26 13:35:46 2004 +0000
902
903    readding XFree86's cvs IDs
904
905commit 44926b9d3066d939b66aef57d091b8a878591e1e
906Author: Egbert Eich <eich@suse.de>
907Date:   Thu Feb 26 09:23:14 2004 +0000
908
909    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
910
911commit 56ddf834f4d3cca8afd7d36a63d7b825d1d7ffc0
912Author: Kaleb Keithley <kaleb@freedesktop.org>
913Date:   Thu Dec 4 22:03:15 2003 +0000
914
915    XFree86 4.3.99.901 (RC 1)
916
917commit db365c73e467868938ad5b15343c3b79b87994d5
918Author: Kaleb Keithley <kaleb@freedesktop.org>
919Date:   Tue Nov 25 19:28:33 2003 +0000
920
921    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
922
923commit ed50d6847a012bef0bf7274626bb0ed8018d5e23
924Author: Kaleb Keithley <kaleb@freedesktop.org>
925Date:   Fri Nov 14 16:48:54 2003 +0000
926
927    XFree86 4.3.0.1
928
929commit 252d1a944ccf5ebfc2c7e0c349254be055402c17
930Author: Kaleb Keithley <kaleb@freedesktop.org>
931Date:   Fri Nov 14 16:48:49 2003 +0000
932
933    Initial revision
934
935commit 83bc8003b46b0602c36a84ee5b44665887400305
936Author: Kaleb Keithley <kaleb@freedesktop.org>
937Date:   Fri Nov 14 15:54:49 2003 +0000
938
939    R6.6 is the Xorg base-line
940