ChangeLog revision 3fb97780
1commit dc882ac7b748048f12b033d0d8e5267a6e36036a
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Mon Dec 19 18:17:34 2022 -0800
4
5    libSM 1.2.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 12812dca0f852178d8cc3813e4056b396a8f3ab5
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Wed Sep 7 12:44:33 2022 -0700
12
13    Handle arrays too large to fit in iceConn buffers
14    
15    Fixes numerous gcc warnings of the form:
16    
17    sm_client.c: In function ‘SmcOpenConnection’:
18    SMlibint.h:109:25: warning: potential null pointer dereference [-Wnull-dereference]
19         *((CARD32 *) _pBuf) = _val; \
20    SMlibint.h:160:5: note: in expansion of macro ‘STORE_CARD32’
21         STORE_CARD32 (_pBuf, (CARD32) _len); \
22         ^~~~~~~~~~~~
23    sm_client.c:207:5: note: in expansion of macro ‘STORE_ARRAY8’
24         STORE_ARRAY8 (pData, len, previousId);
25         ^~~~~~~~~~~~
26    
27    v2: Raise required libICE version to 1.1.0 to get the updated
28    IceGetHeaderExtra macro definition needed for this to work correctly.
29    
30    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
31
32commit bb02359ff464d51cbb29d3c93e7e55f3649e5b91
33Author: Alan Coopersmith <alan.coopersmith@oracle.com>
34Date:   Sun Dec 4 12:07:40 2022 -0800
35
36    gitlab CI: build current libICE, to meet dependency on >= 1.1.0
37    
38    Allow us to pass CI without waiting for Debian to pick up yesterday's
39    release of libICE 1.1.0.
40    
41    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
42
43commit 6e541c8fa782ca816f8bf78a54eea27dab27e4a2
44Author: Alan Coopersmith <alan.coopersmith@oracle.com>
45Date:   Thu Jul 28 17:30:21 2022 -0700
46
47    gitlab CI: stop requiring Signed-off-by in commits
48    
49    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
50
51commit 449fdba5482549361a4cd6376d877ebd5162988a
52Author: Alan Coopersmith <alan.coopersmith@oracle.com>
53Date:   Wed Sep 7 11:07:56 2022 -0700
54
55    SmcCloseConnection: remove unnecessary cast from free()
56    
57    commit b17f93a1d041e63261ff followed the style of the time it was
58    written, before commit e77dd2e4bc8227 had removed them.
59    
60    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
61
62commit b17f93a1d041e63261ff63419796136a26489549
63Author: Kim Woelders <kim@woelders.dk>
64Date:   Sat Oct 30 10:00:13 2010 +0200
65
66    Fix some potential memory leaks in SmcCloseConnection().
67    
68    Signed-off-by: Kim Woelders <kim@woelders.dk>
69    Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com>
70
71commit a32df086f823099a5e0c00b20f0bb965fed5aa60
72Author: Alan Coopersmith <alan.coopersmith@oracle.com>
73Date:   Sat Mar 5 10:49:14 2022 -0800
74
75    Add uuid as private dependency to sm.pc for static linking
76    
77    If a uuid.pc file was found, add it to Requires.private.
78    Otherwise, add $LIBUUID_LIBS to Libs.private.
79    
80    Fixes: #1
81    
82    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84commit d2076f6a990acc295f2e98bdc2c95649978e7b5f
85Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86Date:   Sat Mar 5 08:16:08 2022 -0800
87
88    gitlab CI: add a basic build test
89    
90    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
91
92commit 0b6048d790499477b6a2907bf3fe755a54cbe68d
93Author: Alan Coopersmith <alan.coopersmith@oracle.com>
94Date:   Sat Mar 5 08:09:47 2022 -0800
95
96    Build xz tarballs instead of bzip2
97    
98    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
99
100commit 56cdb14923310bfa4d393f2acfffeadb04d806c0
101Author: Alan Coopersmith <alan.coopersmith@oracle.com>
102Date:   Sat Mar 5 08:09:19 2022 -0800
103
104    Fix spelling/wording issues
105    
106    Found by using:
107        codespell --builtin clear,rare,usage,informal,code,names
108    
109    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
110
111commit e6ccf19f8d1f71ef79f192b4ca9debf7280232a3
112Author: Alan Coopersmith <alan.coopersmith@oracle.com>
113Date:   Fri Dec 7 19:32:18 2018 -0800
114
115    Update configure.ac bug URL for gitlab migration
116    
117    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
118
119commit 90df350229d3a687de8d65dc450bceb78eceb014
120Author: Alan Coopersmith <alan.coopersmith@oracle.com>
121Date:   Mon Nov 19 17:15:03 2018 -0800
122
123    Update README for gitlab migration
124    
125    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
126
127commit 82ed8b7d73f306835b951410f5c309a5774ab9d4
128Author: Alan Coopersmith <alan.coopersmith@oracle.com>
129Date:   Sat Nov 10 13:19:14 2018 -0800
130
131    Remove obsolete B16 & B32 tags in struct definitions
132    
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit a52c79544fcd6b5e2242b9122dfaa34be07aebb2
136Author: Matthieu Herrb <matthieu@herrb.eu>
137Date:   Sun Sep 30 11:03:41 2018 +0200
138
139    libSM 1.2.3
140    
141    Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
142
143commit d86106f2369ecf81155decaa360f9162c0c3cd53
144Author: Tobias Stoeckmann <tobias@stoeckmann.org>
145Date:   Wed Aug 15 21:21:09 2018 +0200
146
147    Fixed out ouf boundary accesses.
148    
149    Out of boundary accesses can occur while processing messages. This
150    affects clients and the session server.
151    
152    Generally, the code tries to prevent out of boundary accesses. It
153    initially "skips" over the memory areas by parsing supplied lengths.
154    Then, it checks if it skipped over the memory boundary. If not, then
155    data is actually read and memory allocated, etc.
156    
157    The problem is that while initially skipping over the memory,
158    subsequent lengths are already parsed, i.e. accessed. This results in
159    out of boundary reads on hostile messages.
160    
161    Lengths could also overflow on 32 bit systems, leading to out of
162    boundary writes if not enough bytes have been allocated.
163    
164    Authentication is handled by libICE, which is not affected, because the
165    macros for skipping already take care about memory boundaries.
166    
167    Therefore, this flaw can only be used by authenticated clients or by
168    hostile servers (which could simply accept every MIT cookie). Most
169    session managers only use Unix sockets, so in many cases it takes a
170    local authenticated user.
171    
172    In order to fix this, I decided to move the macros from SMlibint.h to
173    its only callers in sm_process.c, turning them into functions for much
174    easier error handling and readability.
175    
176    Instead of skipping over the memory, validation happens during actual
177    read and memory allocation operations, as it's rather unlikely to
178    encounter hostile code anyway, i.e. my code has more error cleanup
179    handling in it.
180    
181    Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
182    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
183
184commit 75ffafb4e04661fb890a9e8088b743cb077050a6
185Author: Fab <netbox253@free.fr>
186Date:   Sat Oct 7 14:23:52 2017 +0000
187
188    Fix callbacks signatures in libSM documentation
189    
190    https://bugs.freedesktop.org/show_bug.cgi?id=103135
191    
192    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
193    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
194
195commit b347e9f8ef3ae027c049741ab5c0c8dac45c9eb2
196Author: Mihail Konev <k.mvc@ya.ru>
197Date:   Thu Jan 26 13:52:49 2017 +1000
198
199    autogen: add default patch prefix
200    
201    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
202
203commit d34f694e810d11f95cd61e4209cd6e38f70bce58
204Author: Emil Velikov <emil.l.velikov@gmail.com>
205Date:   Mon Mar 9 12:00:52 2015 +0000
206
207    autogen.sh: use quoted string variables
208    
209    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
210    fall-outs, when they contain space.
211    
212    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
213    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
214    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
215
216commit e27964e499f31f48782a6db7421660a230471b2c
217Author: Peter Hutterer <peter.hutterer@who-t.net>
218Date:   Tue Jan 24 10:32:07 2017 +1000
219
220    autogen.sh: use exec instead of waiting for configure to finish
221    
222    Syncs the invocation of configure with the one from the server.
223    
224    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
225    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
226
227commit b64aa0ef375f2df3ce166733fe92429ba43b6145
228Author: Matthieu Herrb <matthieu@herrb.eu>
229Date:   Tue Oct 20 14:48:52 2015 -0400
230
231    Get rid of strcpy() in the HAVE_UUID_CREATE case
232    
233    Even though this use was safe, some linkers produce a warning
234    when strcpy() is used, and this is the only use in libSM.
235    
236    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
237
238commit 0bf5d26d1d55029846514758f2ffd80e816bd9fb
239Author: Matthieu Herrb <matthieu@herrb.eu>
240Date:   Tue Oct 20 14:47:50 2015 -0400
241
242    Fix uuid_to_string(3) type
243    
244    It should be char *.
245    
246    Reviewed-by: Adam Jackson <ajax@redhat.com>
247
248commit 29ea6247434a85934986e7d4fc60862231c5d77d
249Author: Jon TURNEY <jon.turney@dronecode.org.uk>
250Date:   Sat Sep 13 19:38:12 2014 +0100
251
252    Include unistd.h for getpid()
253    
254    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
255    Reviewed-by: David Macek <david.macek.0@gmail.com>
256
257commit f2dd6934c38414bc448ee49b47604f135f5487ea
258Author: Alan Coopersmith <alan.coopersmith@oracle.com>
259Date:   Sat Nov 16 19:35:15 2013 -0800
260
261    Stop compiling empty sm_auth.c stub
262    
263    File exists as a placeholder in case someone someday decides to add
264    additional auth methods on top of what libICE provides, but it's been
265    two decades and no one has, so stop spending time compiling & linking
266    for now.
267    
268    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
269    Reviewed-by: Adam Jackson <ajax@redhat.com>
270
271commit 0fd7aa17da41779129a3acfdad28e07c0072a160
272Author: Alan Coopersmith <alan.coopersmith@oracle.com>
273Date:   Sat Sep 7 23:05:16 2013 -0700
274
275    libSM 1.2.2
276    
277    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
278
279commit 95cb4dcd618774b3f7b5b915c5ce5aa72f853b53
280Author: Alan Coopersmith <alan.coopersmith@oracle.com>
281Date:   Fri Aug 9 17:24:16 2013 -0700
282
283    Fix some clang warnings about integer size/sign conversions
284    
285    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
286
287commit 5a06ff257f72a629539f23b35026fbcdb8bb372e
288Author: Alan Coopersmith <alan.coopersmith@oracle.com>
289Date:   Fri Aug 9 00:09:30 2013 -0700
290
291    unifdef WORD64 (leftover bits of Cray support)
292    
293    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
294
295commit 759bbd43f0fdc9a96ba1676d7830164bc9954be2
296Author: Alan Coopersmith <alan.coopersmith@oracle.com>
297Date:   Fri Aug 9 00:06:01 2013 -0700
298
299    Constify previous_id argument to SmcOpenConnection
300    
301    Clears gcc warning of:
302    sm_client.c: In function 'SmcOpenConnection':
303    sm_client.c:199:13: warning: assignment discards 'const' qualifier from
304     pointer target type [enabled by default]
305    
306    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
307
308commit 77ddd273239a629eeed7bd1d5b4509b1bd6d4e37
309Author: Colin Walters <walters@verbum.org>
310Date:   Wed Jan 4 17:37:06 2012 -0500
311
312    autogen.sh: Implement GNOME Build API
313    
314    http://people.gnome.org/~walters/docs/build-api.txt
315    
316    Signed-off-by: Adam Jackson <ajax@redhat.com>
317
318commit 49eb906eee49f68dcf5b358546924b7085c9d75d
319Author: Adam Jackson <ajax@redhat.com>
320Date:   Tue Jan 15 14:28:48 2013 -0500
321
322    configure: Remove AM_MAINTAINER_MODE
323    
324    Signed-off-by: Adam Jackson <ajax@redhat.com>
325
326commit 3cb1f18a6a2657f9c8e74fb2195558abca0652bd
327Author: Alan Coopersmith <alan.coopersmith@oracle.com>
328Date:   Fri Jan 4 19:36:53 2013 -0800
329
330    unifdef -U__UNIXOS2__
331    
332    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
333
334commit 4cbd659505f2acafe2645c59532e52d4cfa00e1d
335Author: Alan Coopersmith <alan.coopersmith@oracle.com>
336Date:   Wed Dec 26 23:42:30 2012 -0800
337
338    Remove unused TLI ("STREAMSCONN") code from libSM
339    
340    Has never been converted to build in modular builds, so has been unusable
341    since X11R7.0 release in 2005.  All known platforms with TLI/XTI support
342    that X11R7 & later releases run on also have (and mostly prefer) BSD
343    socket support for their networking API.
344    
345    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
346
347commit b3d1f4896cab54717acd691b62b7fa3122a5fd8c
348Author: Alan Coopersmith <alan.coopersmith@oracle.com>
349Date:   Fri Mar 2 20:53:41 2012 -0800
350
351    libSM 1.2.1
352    
353    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
354
355commit 6475d9eff0bfbb6446eff205fd52c5ba82c5819c
356Author: Matt Dew <marcoz@osource.org>
357Date:   Wed Jan 11 20:33:41 2012 -0700
358
359    informaltable cleanup
360    
361    On certain tables, add top and bottom borders to table
362    header and a bottom border to the table. This matches
363    what those tables in the old pdfs looked like.
364    
365    the <?dbfo keep-together='always'> prevents tables from
366    splitting across pages. Useful for tiny tables.
367    
368    Converting the colwidth to a floating point,
369    IE, 1* -> 1.0* cleans up these build errors:
370    WARNING: table-layout="fixed" and column-width unspecified
371    => falling back to proportional-column-width(1)
372    
373    Signed-off-by: Matt Dew <marcoz@osource.org>
374
375commit 3ca545c7835b71b63f8c5a8f758b08418a65a5bb
376Author: Alan Coopersmith <alan.coopersmith@oracle.com>
377Date:   Mon Dec 5 20:04:51 2011 -0800
378
379    unifdef -ULynx
380    
381    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
382    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
383    Reviewed-by: James Cloos <cloos@jhcloos.com>
384
385commit 4af9e4a71f7c07da86ef1940cba69e92b11ba337
386Author: Alan Coopersmith <alan.coopersmith@oracle.com>
387Date:   Sat Nov 19 11:33:30 2011 -0800
388
389    SmsInitialize: Mark vendor & release args as const char *
390    
391    Needed to fix gcc -Wwrite-strings arguments in callers such as xsm.
392    
393    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
394    Reviewed-by: James Cloos <cloos@jhcloos.com>
395
396commit e77dd2e4bc8227ebdab70b4233cb33ed690fa264
397Author: Alan Coopersmith <alan.coopersmith@oracle.com>
398Date:   Sat Nov 19 10:33:15 2011 -0800
399
400    Remove a bunch of unnecessary casts with malloc & free calls
401    
402    With modern compilers and headers, they cause more problems than they
403    solve and just hide real issues.
404    
405    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
406    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
407    Reviewed-by: James Cloos <cloos@jhcloos.com>
408
409commit 46f3ef4460aa2c1c2cba22897694a1cea572d506
410Author: Alan Coopersmith <alan.coopersmith@oracle.com>
411Date:   Sat Nov 19 10:23:24 2011 -0800
412
413    Replace malloc(strlen) + strcpy sets with strdup calls
414    
415    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
416    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
417    Reviewed-by: James Cloos <cloos@jhcloos.com>
418
419commit fb3ef5844d392f70cc6bd9b0d8770ca17bde1428
420Author: Alan Coopersmith <alan.coopersmith@oracle.com>
421Date:   Sat Nov 19 10:13:02 2011 -0800
422
423    Reindent IPv4 code to match IPv6 code
424    
425    Takes care of the other block of code confusingly sharing indent levels
426    
427    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
428    Reviewed-by: James Cloos <cloos@jhcloos.com>
429
430commit 638496507882f0afe506fe294f68ad5290ef95db
431Author: Alan Coopersmith <alan.coopersmith@oracle.com>
432Date:   Sat Nov 19 10:07:32 2011 -0800
433
434    Move variable declarations to get rid of unnecessary scope brackets
435    
436    Gets rid of one of the multiple levels of bracketing that confusingly
437    shared the same indent level.
438    
439    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
440    Reviewed-by: James Cloos <cloos@jhcloos.com>
441
442commit 9f350d75a4553d8e2bc365f8de4110bb79ec7b32
443Author: Alan Coopersmith <alan.coopersmith@oracle.com>
444Date:   Sat Nov 19 10:01:50 2011 -0800
445
446    Move and rename temp[4] definition to reduce confusion with temp[256]
447    
448    Both variables were locals in different scope levels of the same
449    function, leading to both confusing code and gcc -Wshadow warnings:
450    
451    sm_genid.c: In function 'SmsGenerateClientID':
452    sm_genid.c:160:10: warning: declaration of 'temp' shadows a previous local
453    
454    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
455    Reviewed-by: James Cloos <cloos@jhcloos.com>
456
457commit 079de6fd4bd0423e20e472d7342f919eebce0517
458Author: Alan Coopersmith <alan.coopersmith@oracle.com>
459Date:   Sat Nov 19 09:52:17 2011 -0800
460
461    Use imdent to make multiple levels of nested #if easier to follow
462    
463    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
464    Reviewed-by: James Cloos <cloos@jhcloos.com>
465
466commit 79c785adf86ef06f09910b68019bc8a1e6fcb122
467Author: Matt Dew <marcoz@osource.org>
468Date:   Tue Oct 4 22:42:05 2011 -0600
469
470    Cleanup IDs and links in doc
471    
472    1 - fix the capitalization of the ID attributes to match either the
473         <title> or <funcdef> string it goes with.
474    2 - fix any <linkend>'s that were affected by 1.
475    3 - any <function> in the docs that has an actual funcdef,
476    will become an olink.
477    
478    Signed-off-by: Matt Dew <marcoz@osource.org>
479
480commit 4708d636de50281ab2c52c32b81b7ecb67657820
481Author: Alan Coopersmith <alan.coopersmith@oracle.com>
482Date:   Fri Sep 16 22:03:00 2011 -0700
483
484    Strip trailing whitespace
485    
486    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
487    git diff -w & git diff -b show no diffs from this change
488    
489    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
490
491commit 44eecd93986368e71c404d8faa264a514bf88ab1
492Author: Gaetan Nadon <memsize@videotron.ca>
493Date:   Wed Sep 14 14:59:27 2011 -0400
494
495    docs: fix author affiliation
496    
497    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
498
499commit 7ed7ef36b7e1fdd29554db122e4eb07323e27dee
500Author: Gaetan Nadon <memsize@videotron.ca>
501Date:   Mon Sep 12 16:54:45 2011 -0400
502
503    docs: use the &fullrelvers; entity to set X11 release information
504    
505    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
506
507commit 7601182a252b44d0b04435f1eb4d574dfcf5fabb
508Author: Gaetan Nadon <memsize@videotron.ca>
509Date:   Sun Sep 11 19:49:53 2011 -0400
510
511    docs: remove <productnumber> which is not used by default
512    
513    This element is not rendered by default on the title. A template
514    customization is required to display it.
515    X Window System does not have a product number.
516    
517    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
518
519commit cbca5fad657122d1a9f370d0640acb66ef80aaef
520Author: Gaetan Nadon <memsize@videotron.ca>
521Date:   Thu Sep 8 20:00:00 2011 -0400
522
523    docbook.am: embed css styles inside the HTML HEAD element
524    
525    Rather than referring to the external xorg.css stylesheet, embed the content
526    of the file in the html output produced. This is accomplished by using
527    version 1.10 of xorg-xhtml.xsl.
528    
529    This makes the whole html docs tree much more relocatable.
530    In addition, it eliminates xorg.css as a runtime file which makes
531    xorg-sgml-doctools a build time only package.
532    
533    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
534
535commit b88a9949fa6e1b12348541c6293535cc7ff931f4
536Author: Gaetan Nadon <memsize@videotron.ca>
537Date:   Wed Sep 7 10:31:04 2011 -0400
538
539    docbook.am: global maintenance update - entities, images and olinking
540    
541    Adding support in libX11 for html chunking caused a reorg of docbook.am
542    as well as the xorg-sgml-doctools masterdb for olinking.
543    The parameter img.src.path is added for pdf images.
544    A searchpath to the root builddir is added for local entities, if present.
545    
546    The docbook.am makefile hides all the details and is identical for
547    all 22 modules having DocBook documentation. It is included by a thin
548    Makefile.am which requires no docbook knowledge.
549    
550    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
551
552commit 64e002e55555205fdcdb9e6d78d6eadd4136cb7a
553Author: Gaetan Nadon <memsize@videotron.ca>
554Date:   Sun Jun 12 17:54:50 2011 -0400
555
556    Install xml versions of specs even if HAVE_XMLTO is false
557    
558    DocBook/XML input source is also a usefull output format that can be viewed
559    with an XML viewer or editor and by some O/S help system.
560    
561    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
562
563commit bef231eefedae448255b705aa2f687f49e371b71
564Author: Gaetan Nadon <memsize@videotron.ca>
565Date:   Sun Jun 5 16:27:36 2011 -0400
566
567    Install target dbs alongside generated documents
568    
569    This matches a change in xorg-sgml-docs whereby the masterdb will look for
570    the target dbs into the same location as the generated documents.
571    
572    The target dbs are now installed alongside the generated documents.
573    Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
574    has the potential of installing outside the package prefix and cause
575    distcheck to fail when user does not have write permission in this package.
576    
577    Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
578
579commit f7473da7b1ff6a5295a145f808c327e655e574a9
580Author: Matt Dew <marcoz@osource.org>
581Date:   Wed May 25 23:46:36 2011 -0600
582
583    add id attributes to funcsynopsis to allow other docs to olink to them.
584    
585    Signed-off-by: Matt Dew <marcoz@osource.org>
586    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
587    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
588
589commit 8683bdd74d3e40c7db92efd25acf345f6331b252
590Author: Gaetan Nadon <memsize@videotron.ca>
591Date:   Sun Feb 27 15:06:18 2011 -0500
592
593    Documentation: add Docbook external references support
594    
595    When writing technical documentation, it is often necessary to cross
596    reference to other information. When that other information is not in the
597    current document, additional support is needed, namely <olink>.
598    
599    A new feature with version 1.7 of xorg-sgml-doctools adds references to
600    other documents within or outside this package.
601    
602    This patch adds technical support for this feature but does not change
603    the content of the documentation as seen by the end user.
604    
605    Each book or article must generate a database containing the href
606    of sections that can be referred to from another document. This database
607    is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
608    the value of DATAROOTDIR for xorg-sgml-doctools and for the package
609    documentation is the same. This forms a virtual document tree.
610    
611    This database is consulted by other documents while they are being generated
612    in order to fulfill the missing information for linking.
613    Refer to the xorg-sgml-doctools for further technical information.
614    
615    Co-authored-by: Matt Dew <marcoz@osource.org>
616    
617    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
618
619commit 252f6d2add7c926cdcf0cea43da04f182720b0b4
620Author: Gaetan Nadon <memsize@videotron.ca>
621Date:   Fri Feb 25 09:04:45 2011 -0500
622
623    Docbook: change the book id to match the xml file basename
624    
625    This is required for the up-coming external references support.
626    
627    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
628
629commit 2cd30c36c080217c20addf311510881c8eecf374
630Author: Gaetan Nadon <memsize@videotron.ca>
631Date:   Wed Feb 2 19:25:52 2011 -0500
632
633    config: splitting SM and XTRANS compiler options is not required
634    
635    Simplify configuration by using a single PKG_CHECK_MODULES statement.
636    
637    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
638
639commit 3c923881f415651d75434efd209003d602253437
640Author: Gaetan Nadon <memsize@videotron.ca>
641Date:   Wed Feb 2 11:43:40 2011 -0500
642
643    config: comment, minor upgrade, quote and layout configure.ac
644    
645    Group statements per section as per Autoconf standard layout
646    Quote statements where appropriate.
647    Autoconf recommends not using dnl instead of # for comments
648    
649    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
650    
651    This helps automated maintenance and release activities.
652    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
653    
654    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
655
656commit b29f5c9f3a728c5b7673cf54ad60d988b5dd93e7
657Author: Alan Coopersmith <alan.coopersmith@oracle.com>
658Date:   Thu Jan 27 22:05:40 2011 -0800
659
660    Bug 33390 - sm.pc: don't export a dependency on ice
661    
662    https://bugs.freedesktop.org/show_bug.cgi?id=33390
663    
664    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
665    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
666
667commit fe43b6de5bb4423ce99d2df1ab37ea8ece39a9fa
668Author: Gaetan Nadon <memsize@videotron.ca>
669Date:   Fri Jan 28 16:07:07 2011 -0500
670
671    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
672    
673    This silences an Automake warning.
674    
675    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
676
677commit 57b6f700378a001e1aff9b83f6cb396c7c4a7368
678Author: Gaetan Nadon <memsize@videotron.ca>
679Date:   Fri Jan 28 14:59:04 2011 -0500
680
681    config: remove unrequired AC_HEADER_STDC
682    
683    Autoconf says:
684    "This macro is obsolescent, as current systems have conforming
685    header files. New programs need not use this macro".
686
687commit 8f9878c06e359d21715a3e4358895b589466bc46
688Author: Paulo Zanoni <pzanoni@mandriva.com>
689Date:   Thu Dec 16 14:03:06 2010 -0200
690
691    Use docbookx.dtd version 4.3 for all docs
692    
693    Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
694    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
695
696commit 6d093e2397ecdbbba044fe7ef2fd922c8c8261de
697Author: Alan Coopersmith <alan.coopersmith@oracle.com>
698Date:   Sun Nov 21 11:19:45 2010 -0800
699
700    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
701    
702    Regroup AC statements under the Autoconf initialization section.
703    Regroup AM statements under the Automake initialization section.
704    
705    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
706
707commit b8ef6cea0ccae4d88a9cb91cd836188ae781cda8
708Author: Alan Coopersmith <alan.coopersmith@oracle.com>
709Date:   Sun Nov 21 11:17:25 2010 -0800
710
711    config: Remove unnecessary calls from configure.ac
712    
713    AC_PROG_CC are provided by XORG_DEFAULT_OPTIONS now
714    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
715    
716    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
717
718commit 15dc32dd7b57315f9e319f3e346ba28a1e69c646
719Author: Alan Coopersmith <alan.coopersmith@oracle.com>
720Date:   Sun Nov 21 11:16:14 2010 -0800
721
722    Sun's copyrights belong to Oracle now
723    
724    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
725
726commit 8480764c94d15673c884b90c7a10bc86635dec63
727Author: Gaetan Nadon <memsize@videotron.ca>
728Date:   Tue Nov 9 13:04:40 2010 -0500
729
730    config: HTML file generation: use the installed copy of xorg.css
731    
732    Currenlty the xorg.css file is copied in each location
733    where a DocBook/XML file resides. This produces about
734    70 copies in the $(docdir) install tree.
735    
736    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
737
738commit d2327760a52fdbcd3759211578e3663e00e4a31e
739Author: Alan Coopersmith <alan.coopersmith@oracle.com>
740Date:   Wed Oct 27 22:26:41 2010 -0700
741
742    libSM 1.2.0
743    
744    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
745
746commit 784a330e337af16c1e385d0fbeee1e5369413656
747Author: Alan Coopersmith <alan.coopersmith@oracle.com>
748Date:   Sun Oct 24 20:31:54 2010 -0700
749
750    SMlib.xml: Use <simplelist> instead of <synopsis> for lists of mask values
751    
752    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
753
754commit 12af18dd9a731a816e7b074bbecaa5549bfdba31
755Author: Alan Coopersmith <alan.coopersmith@oracle.com>
756Date:   Sun Oct 24 19:57:32 2010 -0700
757
758    SMlib.xml: Tag function names, parameters, constant values, etc.
759    
760    Includes correcting <function> tags on things that aren't functions
761    as some stylesheets may add () after <function> tagged items so we
762    shouldn't use them for constants, variables, filenames, etc.
763    
764    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
765
766commit ed9331e10babdd70da51134f0eaee8625a469ffe
767Author: Alan Coopersmith <alan.coopersmith@oracle.com>
768Date:   Sun Oct 24 18:54:05 2010 -0700
769
770    SMlib.xml: Line wrapping & other whitespace cleanup
771    
772    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
773
774commit 763b01e8e69d6132b3b4b57263f19de9de985f99
775Author: Alan Coopersmith <alan.coopersmith@oracle.com>
776Date:   Sat Oct 23 00:47:27 2010 -0700
777
778    xsmp.xml: add internal cross-reference links
779    
780    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
781
782commit 506af19b86af2a7960a3bb5cf72287349012c869
783Author: Alan Coopersmith <alan.coopersmith@oracle.com>
784Date:   Sat Oct 23 00:43:28 2010 -0700
785
786    xsmp.xml: Use <synopsis> and related markup for protocol message definition
787    
788    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
789
790commit 75443d72b4944391b809f429cc4cef2ffb76f7bf
791Author: Alan Coopersmith <alan.coopersmith@oracle.com>
792Date:   Sat Oct 23 00:10:01 2010 -0700
793
794    xsmp.xml: Use <errorname> instead of <function> for error names
795    
796    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
797
798commit 2ed7704e7d4b0086edc8667a80780c6c51ba84cb
799Author: Alan Coopersmith <alan.coopersmith@oracle.com>
800Date:   Fri Oct 22 23:52:15 2010 -0700
801
802    xsmp.xml: Restore note titles (example/rationale/advice)
803    
804    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
805
806commit 489566ca0e69ed6068fb4bdbaccd413ec2ee8319
807Author: Alan Coopersmith <alan.coopersmith@oracle.com>
808Date:   Fri Oct 22 23:39:54 2010 -0700
809
810    xsmp.xml: Clean up tables
811    
812    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
813
814commit c5b211d9a01438958546669f95a5215784348534
815Author: Alan Coopersmith <alan.coopersmith@oracle.com>
816Date:   Fri Oct 22 08:44:46 2010 -0700
817
818    xsmp.xml: Misc markup tag cleanups
819    
820    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
821
822commit a18973e643b0916a2f4bf6fb8fc29508429635bb
823Author: Alan Coopersmith <alan.coopersmith@oracle.com>
824Date:   Fri Oct 22 08:34:49 2010 -0700
825
826    Coalesce copyright notices in xml docs
827    
828    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
829
830commit e3f357dbd39036766765e1de110a876adc2f8226
831Author: Alan Coopersmith <alan.coopersmith@oracle.com>
832Date:   Fri Oct 22 08:32:04 2010 -0700
833
834    xsmp.xml: Convert -> & <- to &rarr; & &larr;
835    
836    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
837
838commit 29e2ac62cb6a152499d1b3f9fe871b1252f3c22f
839Author: Alan Coopersmith <alan.coopersmith@oracle.com>
840Date:   Fri Oct 22 08:21:27 2010 -0700
841
842    xsmp.xml: Line wrapping & other whitespace cleanup
843    
844    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
845
846commit c83363e83a937ba2ddd99e732bfde5f8d39bd648
847Author: Alan Coopersmith <alan.coopersmith@oracle.com>
848Date:   Thu Oct 21 23:48:42 2010 -0700
849
850    SMlib.xml: fix a couple parameter list entries
851    
852    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
853
854commit 862e2b220bc928d6ab2f3bb6159bc4be03914979
855Author: Alan Coopersmith <alan.coopersmith@oracle.com>
856Date:   Thu Oct 21 23:43:49 2010 -0700
857
858    SMlib.xml: misc markup cleanups
859    
860    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
861
862commit 0b15c3773db651863dc8374d45095bc5aa53d41d
863Author: Alan Coopersmith <alan.coopersmith@oracle.com>
864Date:   Thu Oct 21 23:16:14 2010 -0700
865
866    SMlib.xml: fix typo: SmProc -> SmProp
867    
868    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
869
870commit cd4739acb0c6d1bca2d3a7adc5c52324928a5561
871Author: Alan Coopersmith <alan.coopersmith@oracle.com>
872Date:   Thu Oct 21 22:55:04 2010 -0700
873
874    SMlib.xml: add internal cross-reference links
875    
876    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
877
878commit 33a86926ae3a7ddcea817eda8c4b1aac7c518d10
879Author: Alan Coopersmith <alan.coopersmith@oracle.com>
880Date:   Thu Oct 21 16:31:08 2010 -0700
881
882    SMlib.xml: Convert remaining `` quotes to &ldquo; style
883    
884    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
885
886commit 5abbdcde8a9ed3e489e2f9e5b9161dc9ebc5801f
887Author: Alan Coopersmith <alan.coopersmith@oracle.com>
888Date:   Thu Oct 21 16:29:21 2010 -0700
889
890    SMlib.xml: Convert remaining literallayout tags to synopsis tags
891    
892    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
893
894commit 62bc296fefd0465c1f3eef283f3bf0a43d132ef9
895Author: Alan Coopersmith <alan.coopersmith@oracle.com>
896Date:   Thu Oct 21 16:17:09 2010 -0700
897
898    SMlib.xml: Convert function prototypes to <funcprototype> tags
899    
900    Provides automatic ansifaction & better formatted output
901    
902    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
903
904commit ee77c1932c0cd2050371117c3724d66072cbdbee
905Author: Alan Coopersmith <alan.coopersmith@oracle.com>
906Date:   Thu Oct 21 15:43:33 2010 -0700
907
908    SMlib.xml: Remove some nroff macros left in tables by mistake
909    
910    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
911
912commit 24e9d8a2a35452c67ba2e2e34857ce3691d9a22d
913Author: Jesse Adkins <jesserayadkins@gmail.com>
914Date:   Tue Sep 28 13:30:02 2010 -0700
915
916    Purge cvs tags.
917    
918    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
919    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
920
921commit e0be9c9dfb60f21edb37ff77d766395aa57a96e4
922Author: Gaetan Nadon <memsize@videotron.ca>
923Date:   Sun Jun 27 20:31:28 2010 -0400
924
925    doc: remove trailing spaces in DocBook XML docs
926    
927    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
928
929commit 8c42c25b90b10b2c5f20c93ebd9cf1df622b009f
930Author: Gaetan Nadon <memsize@videotron.ca>
931Date:   Fri Jun 25 21:43:08 2010 -0400
932
933    doc: replace groff input format with docbook xml format
934    
935    Initial version of SMlib and xsmp docbook xml.
936    Requires util-macros 1.10
937    
938    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
939
940commit fd37bd0ac012e15bffad7e83d36b87ee3941d6f5
941Author: Alexander Kabaev <kan@FreeBSD.org>
942Date:   Wed May 26 13:28:03 2010 -0400
943
944    Fix off by one error in SmsGenerateClientID when uuid_create is used
945    
946    Fix apparent typo in SmsGenerateClientID which always leaves the
947    first byte of allocated id string uninitialized. If that byte
948    happens to be 0, SmsGenerateClientId appears to return an empty
949    string to the caller, instead of proper GUID in text form.
950    
951    Reviewed-by: James CLoos <cloos@jhcloos.com>
952    Signed-off-by: Adam Jackson <ajax@redhat.com>
953
954commit af7364c20d91615251b1ec2b19e0cb38e9094ba0
955Author: Alan Coopersmith <alan.coopersmith@oracle.com>
956Date:   Thu Apr 22 07:42:30 2010 -0700
957
958    Update README now that docs are in this module, not xorg-docs
959    
960    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
961
962commit 7464514f60ff7754e5c1e91d6913000fb5d366c9
963Author: Gaetan Nadon <memsize@videotron.ca>
964Date:   Mon Mar 29 14:53:48 2010 -0400
965
966    config: remove the pkgconfig pc.in file from EXTRA_DIST
967    
968    Automake always includes it in the tarball.
969    
970    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
971
972commit 39f4ed794168c824015754e451b4b191fddad643
973Author: Gaetan Nadon <memsize@videotron.ca>
974Date:   Tue Feb 16 19:57:27 2010 -0500
975
976    doc: use HAVE_GROFF_MS to skip doc when 's.tmac' macros missing
977    
978    This conditional is defined in XORG_WITH_GROFF macro.
979    
980    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
981
982commit 64f201ae65de7024bce0a85d6380ac158a3b5852
983Author: Gaetan Nadon <memsize@videotron.ca>
984Date:   Tue Feb 16 14:41:22 2010 -0500
985
986    specs: change install cmd due to automake 1.11
987    
988    docData_INSTALL is defined in 1.9 and 1.10 but not 1.11
989    
990    Reported-by: Tobias Droste <tdroste@gmx.de>
991    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
992
993commit 98f205119011c016ec902c69d882a26dd7185a43
994Author: Gaetan Nadon <memsize@videotron.ca>
995Date:   Tue Feb 9 17:39:46 2010 -0500
996
997    doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
998    
999    $(MKDIR_P) is not defined in automake 1.9.
1000    
1001    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1002
1003commit c22a324b4c1e1ac38b1c04656ecdcf9127343e8d
1004Author: Gaetan Nadon <memsize@videotron.ca>
1005Date:   Mon Feb 1 14:58:21 2010 -0500
1006
1007    doc: install generated images in $docdir
1008    
1009    The html installed doc is incomplete without the generated images.
1010    
1011    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1012
1013commit 844a1de311492a7666c60f39c6cbe23a5c3f22da
1014Author: Gaetan Nadon <memsize@videotron.ca>
1015Date:   Sat Jan 30 14:11:36 2010 -0500
1016
1017    doc: use new macros to control doc generation
1018    
1019    Namely XORG_WITH_GROFF for the groff generation tool
1020    XORG_ENABLE_DOCS for the generation of all docs
1021    
1022    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1023
1024commit 626788435d4a49eeea9fa2382f7ec554a0b92197
1025Author: Gaetan Nadon <memsize@videotron.ca>
1026Date:   Tue Jan 26 16:32:00 2010 -0500
1027
1028    doc: clean-up generated html images
1029    
1030    Generate images in /images as is the convention
1031    Provide a base file name for images rather than process ID
1032    Remove images directory when running make clean
1033    
1034    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1035
1036commit b5af7f362e30b1bbde4eef4216385ae2b2ea1bee
1037Author: Alan Coopersmith <alan.coopersmith@sun.com>
1038Date:   Thu Jan 14 21:00:53 2010 -0800
1039
1040    Update Sun license notices to current X.Org standard form
1041    
1042    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1043
1044commit 0b2e5ca9da6b35f5cf98ac879601cf8083c72dde
1045Author: Rémi Cardona  <remi@gentoo.org>
1046Date:   Thu Dec 17 08:26:28 2009 +0100
1047
1048    require autoconf 2.60 because of $(docdir) use
1049    
1050    Signed-off-by: Rémi Cardona <remi@gentoo.org>
1051    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1052    Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
1053    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1054
1055commit 7f92faa03910bf74fbebefb5d543c09958fb3b28
1056Author: Gaetan Nadon <memsize@videotron.ca>
1057Date:   Fri Nov 27 20:56:03 2009 -0500
1058
1059    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
1060    
1061    Now that the INSTALL file is generated.
1062    Allows running make maintainer-clean.
1063
1064commit 802f5e2a67ef3d214a0560c36985f8fed3ab92f1
1065Author: Gaetan Nadon <memsize@videotron.ca>
1066Date:   Wed Nov 11 18:56:57 2009 -0500
1067
1068    Update .gitignore for the /doc directory #24239
1069
1070commit 7309ebe123d05955d81318bca5c58ee90b9887dd
1071Author: Gaetan Nadon <memsize@videotron.ca>
1072Date:   Wed Oct 28 14:09:10 2009 -0400
1073
1074    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
1075    
1076    Add missing INSTALL file. Use standard GNU file on building tarball
1077    README may have been updated
1078    Remove AUTHORS file as it is empty and no content available yet.
1079    Remove NEWS file as it is empty and no content available yet.
1080
1081commit 2fb04f8726ddf8ad0749a6b733ab87c5e1bc06dc
1082Author: Gaetan Nadon <memsize@videotron.ca>
1083Date:   Mon Oct 26 22:08:41 2009 -0400
1084
1085    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
1086    
1087    ChangeLog filename is known to Automake and requires no further
1088    coding in the makefile.
1089
1090commit e88afa3327621f8eb00d920c45536e08b7bc1898
1091Author: Gaetan Nadon <memsize@videotron.ca>
1092Date:   Thu Oct 22 12:34:18 2009 -0400
1093
1094    .gitignore: use common defaults with custom section # 24239
1095    
1096    Using common defaults will reduce errors and maintenance.
1097    Only the very small or inexistent custom section need periodic maintenance
1098    when the structure of the component changes. Do not edit defaults.
1099
1100commit d4e3653ff1eed208ea6f35158ad03da7729622b9
1101Author: Alan Coopersmith <alan.coopersmith@sun.com>
1102Date:   Mon Nov 16 14:57:19 2009 -0800
1103
1104    Revert "Fix memory leak for SM_DeleteProperties"
1105    
1106    This reverts commit 58aa8879e10b12e478ab14b90afd1001b4abd316.
1107    
1108    Fixes gnome-session crashes due to double frees, as reported in
1109    http://bugs.freedesktop.org/show_bug.cgi?id=24964
1110
1111commit 41d5bb13119b36a7ce6a344372df1b788994e2c7
1112Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1113Date:   Wed Oct 21 12:47:23 2009 -0700
1114
1115    This is not a GNU project, so declare it foreign.
1116    
1117    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
1118    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
1119    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
1120    > > was quite annoying to work around since 'autoreconf -fvi' replaces
1121    > > it and git wants to commit it.  Should these files even be in git?
1122    > > Can I nuke them for the betterment of humanity and since they get
1123    > > created by autoreconf anyways?
1124    >
1125    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
1126    
1127    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
1128    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
1129    of the INSTALL file. It is also part of the 24206 solution.
1130    
1131    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
1132
1133commit 58aa8879e10b12e478ab14b90afd1001b4abd316
1134Author: Michael Jansen <kde@michael-jansen.biz>
1135Date:   Wed Oct 14 11:01:46 2009 -0700
1136
1137    Fix memory leak for SM_DeleteProperties
1138    
1139    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1140
1141commit 6d43663bf01e055cfe713dccac39b651a0ccfacf
1142Author: Alan Coopersmith <alan.coopersmith@sun.com>
1143Date:   Sat Oct 10 00:37:41 2009 -0700
1144
1145    Move session management protocol docs from xorg-docs here too
1146    
1147    Since we don't have a smproto package, but ship the protocol headers
1148    in this module, might as well keep the protocol docs with the headers
1149    
1150    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1151
1152commit b1363f9fa47e1564aa5e4fe822bd6a04b5a44954
1153Author: Alan Coopersmith <alan.coopersmith@sun.com>
1154Date:   Sat Oct 10 00:02:04 2009 -0700
1155
1156    Move docs from xorg-docs, use groff to format for installation
1157    
1158    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1159
1160commit c8e29f4a18041c7a649f701a7cfdd37080d7c6f6
1161Author: Alan Coopersmith <alan.coopersmith@sun.com>
1162Date:   Fri Oct 9 23:28:11 2009 -0700
1163
1164    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
1165    
1166    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1167
1168commit 7fc343e70202279fd3daa3adf789ca35b0ec8891
1169Author: Rémi Cardona  <remi@gentoo.org>
1170Date:   Fri Aug 14 11:20:34 2009 +0200
1171
1172    require libICE >= 1.0.5
1173    
1174    During the ansification (commit 896aeb5dd128), 2 extern decls for
1175    _IcePaMagicCookie1Proc and _IcePoMagicCookie1Proc were dropped from
1176    sm_client.c and sm_manager.c. Both decls were added between libICE 1.0.4
1177    and 1.0.5.
1178    
1179    Signed-off-by: Rémi Cardona <remi@gentoo.org>
1180
1181commit 82bbf42a2ba0401a8346505b1292ddb7b58f4507
1182Author: Rémi Cardona  <remi@gentoo.org>
1183Date:   Fri Aug 7 14:19:50 2009 +0200
1184
1185    libSM 1.1.1, update libtool version
1186
1187commit 45720a2e266748ac15bc0544b56e035383695588
1188Author: Diego Elio 'Flameeyes' Pettenò  <flameeyes@gmail.com>
1189Date:   Sat May 16 01:01:39 2009 +0200
1190
1191    Use FreeBSD uuid functions when available.
1192    
1193    If the system provide the uuid_create function assume building on FreeBSD
1194    or another OS with a compatible uuid interface. If that's the case, ignore
1195    libuuid and just use the system functions without extra deps.
1196
1197commit 0389dbec3b738fa7e1dbef2b5317124b95bdfb20
1198Author: Julien Cristau <jcristau@debian.org>
1199Date:   Mon Feb 16 01:27:24 2009 +0100
1200
1201    Typo fix
1202    
1203    This makes us really error out if we want libuuid but can't find it.
1204
1205commit b75eae83221465bd0da4d21d0bab5af379dc31c1
1206Author: Alan Coopersmith <alan.coopersmith@sun.com>
1207Date:   Mon Feb 2 20:34:30 2009 -0800
1208
1209    Add README with pointers to mailing list, bugzilla & git repos
1210    
1211    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1212
1213commit 896aeb5dd128fc8e489106fa7aaa5cee1e589106
1214Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1215Date:   Wed Jan 28 18:48:47 2009 -0200
1216
1217    Janitor: ansification, make distcheck, compiler warnings.
1218
1219commit 1dcf5502137efe36d01b30169d4387438ad47be0
1220Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1221Date:   Sat Nov 29 04:55:58 2008 -0200
1222
1223    avoid gcc warnings for libSM
1224    
1225      Patch from http://bugs.freedesktop.org/show_bug.cgi?id=17968 adapted
1226    to current sources.
1227      This corrects a potential (hypothetical) segmentation fault.
1228
1229commit 8bed01275a7c7caf8f777e4074a5ee1ba1c2b3e7
1230Author: Caolan McNamara <caolanm@redhat.com>
1231Date:   Fri Oct 17 17:21:49 2008 -0400
1232
1233    Bug #17644: Fix valgrind warning in _SmcProcessMessage
1234
1235commit 8ce4f47adb343aed069862a05b5e315173b17823
1236Author: Julien Cristau <jcristau@debian.org>
1237Date:   Fri Jul 18 16:35:57 2008 +0200
1238
1239    If we don't have libuuid, build without it instead of failing
1240    
1241    Only error out if configure was given --with-libuuid but we
1242    don't find it.
1243
1244commit e3166eecfe7a04f0f622bd93e8a6a1faa672a029
1245Author: Adam Jackson <ajax@redhat.com>
1246Date:   Wed Jul 2 14:24:24 2008 -0400
1247
1248    Avoid memcpy(foo, NULL, n), that's just nonsense.
1249
1250commit 27ebe517cabaf038fa65edff0140317f9438adec
1251Author: Adam Jackson <ajax@redhat.com>
1252Date:   Wed Jul 2 14:00:54 2008 -0400
1253
1254    libSM 1.1.0
1255
1256commit 2e8a41efb10ae462e5e43e13e479ca4da0fb0103
1257Author: Alan Coopersmith <alan.coopersmith@sun.com>
1258Date:   Wed Jun 25 09:55:14 2008 -0700
1259
1260    Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuid
1261
1262commit 6702e2a15992f4cb85dfa7ac8214125eb0a2bb2d
1263Author: Dan Williams <dcbw@redhat.com>
1264Date:   Tue Jun 24 13:11:42 2008 -0400
1265
1266    Bug #14949: Don't use gethostbyname() for client IDs.
1267    
1268    gethostbyname() will hit the network, which leads to DNS timeouts, which
1269    leads to fail.  Just use UUIDs.
1270
1271commit 2a827d26cfb10dc6b1203b77c0cc91dc838d97a3
1272Author: James Cloos <cloos@jhcloos.com>
1273Date:   Thu Dec 6 16:38:16 2007 -0500
1274
1275    Replace static ChangeLog with dist-hook to generate from git log
1276
1277commit 9b7029aba10356badeef134af2de7e26e6ae2ab9
1278Author: James Cloos <cloos@jhcloos.com>
1279Date:   Mon Sep 3 05:53:30 2007 -0400
1280
1281    Add *~ to .gitignore to skip patch/emacs droppings
1282
1283commit 837384e09dae2beda6ac3b8e1d10698dc0d23db4
1284Author: Tilman Sauerbeck <tilman@code-monkey.de>
1285Date:   Sun May 13 14:21:39 2007 +0200
1286
1287    Bumped version to 1.0.3.
1288
1289commit 6c50f3639d74edd757dc72dbe6a29cb8aa3b87a3
1290Author: Tilman Sauerbeck <tilman@code-monkey.de>
1291Date:   Sun May 13 11:47:47 2007 +0200
1292
1293    Another tiny char* vs const char* fix.
1294
1295commit 9bfa1101ac5dbb8d2de1d0431d7e7b281428168f
1296Author: Tilman Sauerbeck <tilman@code-monkey.de>
1297Date:   Sun May 13 11:46:16 2007 +0200
1298
1299    Revert "Don't reinvent the wheel and just use strdup()."
1300    
1301    This reverts commit 57ea148fdbf047a012b361acdc7954e70679dad3.
1302
1303commit 24ac7974ef77d7832a8b3ddd300083c41a03cb79
1304Author: Tilman Sauerbeck <tilman@code-monkey.de>
1305Date:   Sun May 13 01:44:12 2007 +0200
1306
1307    Added object files to .gitignore.
1308
1309commit 48d23e452780f327439a859fa941b1598eb249c8
1310Author: Tilman Sauerbeck <tilman@code-monkey.de>
1311Date:   Sun May 13 01:43:49 2007 +0200
1312
1313    Removed some global writable variables.
1314
1315commit 57ea148fdbf047a012b361acdc7954e70679dad3
1316Author: Tilman Sauerbeck <tilman@code-monkey.de>
1317Date:   Sun May 13 00:49:58 2007 +0200
1318
1319    Don't reinvent the wheel and just use strdup().
1320
1321commit 8ba3325ed15154a933c064831abf8f412a5154a7
1322Author: Tilman Sauerbeck <tilman@code-monkey.de>
1323Date:   Sun May 13 00:44:50 2007 +0200
1324
1325    Fixed some const vs non-const mix ups.
1326
1327commit 2ded69bb857ae453d90534203e5857ac3a31a1c3
1328Author: Tilman Sauerbeck <tilman@code-monkey.de>
1329Date:   Sun May 13 00:16:36 2007 +0200
1330
1331    Sanitized hex string conversion in SmsGenerateClientID().
1332    
1333    This reduces the size of the DSO by almost 4K and gets rid of 255
1334    relocations on load.
1335
1336commit 34b3d538061cd648d90eb2bc7284000d980c8d3e
1337Author: Adam Jackson <ajax@benzedrine.nwnk.net>
1338Date:   Fri Oct 13 15:55:08 2006 -0400
1339
1340    Bump to 1.0.2
1341
1342commit 2116811afe339a9b806f04debf2b6241fd00456f
1343Author: Alan Coopersmith <alan.coopersmith@sun.com>
1344Date:   Thu Jul 13 14:58:45 2006 -0700
1345
1346    renamed: .cvsignore -> .gitignore
1347
1348commit ff57e5d728c2f409b8852ee58d622c2c3323e2a8
1349Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1350Date:   Mon Jun 26 17:30:22 2006 +0000
1351
1352    From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>
1353        freeaddrinfo() in error handling return (Peter Breitenlohner)
1354
1355commit d03116c682567dac793d52e65a1f0698ae6848f6
1356Author: Adam Jackson <ajax@nwnk.net>
1357Date:   Thu Apr 27 00:01:01 2006 +0000
1358
1359    Bump to 1.0.1
1360
1361commit c46e8ae80540713ec24fd6d1eea68744937ef158
1362Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1363Date:   Fri Mar 17 03:05:32 2006 +0000
1364
1365    Specs say SmsInitialize & SmcOpenConnection return NULL terminated strings
1366        in errorStringRet, but were just calling strncpy and not making sure
1367        strings were NULL terminated if errorLength wasn't long enough.
1368        (Noticed while evaluating Coverity ids 196 & 201.)
1369
1370commit 6842e89f85b1fa30344e2bf3d28e51dbfd978370
1371Author: Kevin E Martin <kem@kem.org>
1372Date:   Thu Dec 15 00:24:27 2005 +0000
1373
1374    Update package version number for final X11R7 release candidate.
1375
1376commit 2f62b1a35756301469de62b8830733ebeec2e908
1377Author: Kevin E Martin <kem@kem.org>
1378Date:   Sat Dec 3 05:49:42 2005 +0000
1379
1380    Update package version number for X11R7 RC3 release.
1381
1382commit 69c50fbc49f7589aa6afcf1be00be22a78ec3daa
1383Author: Kevin E Martin <kem@kem.org>
1384Date:   Sat Nov 19 07:15:39 2005 +0000
1385
1386    Update pkgconfig files to separate library build-time dependencies from
1387        application build-time dependencies, and update package deps to work
1388        with separate build roots.
1389
1390commit dea915c93437443b6bd4933263df44e734e40320
1391Author: Kevin E Martin <kem@kem.org>
1392Date:   Wed Nov 9 21:19:12 2005 +0000
1393
1394    Update package version number for X11R7 RC2 release.
1395
1396commit 922e2dc3116a88cc1e49d5e2486fe1ca21f888c7
1397Author: Kean Johnson <kean@armory.com>
1398Date:   Tue Nov 8 06:33:25 2005 +0000
1399
1400    See ChangeLog entry 2005-11-07 for details.
1401
1402commit df1260d8710f497e766ac52162585345f2d7669f
1403Author: Kevin E Martin <kem@kem.org>
1404Date:   Wed Oct 19 02:48:08 2005 +0000
1405
1406    Update package version number for RC1 release.
1407
1408commit 601c38a8b0bbe92db6374e00e485435316dce1cb
1409Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1410Date:   Mon Aug 15 18:31:16 2005 +0000
1411
1412    Add XTRANS_CONNECTION_FLAGS to set TCP & IPv6 flags needed by libSM
1413
1414commit 0a00119745bef1bd67b53124a6a41b76454c5503
1415Author: Kevin E Martin <kem@kem.org>
1416Date:   Fri Jul 29 21:22:50 2005 +0000
1417
1418    Various changes preparing packages for RC0:
1419    - Verify and update package version numbers as needed
1420    - Implement versioning scheme
1421    - Change bug address to point to bugzilla bug entry form
1422    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1423        reenable it)
1424    - Fix makedepend to use pkgconfig and pass distcheck
1425    - Update build script to build macros first
1426    - Update modular Xorg version
1427
1428commit c6f143cc14840ca029e651d84f6c9a68c003cf07
1429Author: Daniel Stone <daniel@fooishbar.org>
1430Date:   Sat Jul 16 06:24:02 2005 +0000
1431
1432    Set soversion to 6.0.0 using -version-number.
1433
1434commit 9c370ec68d2606468296efc1f0a093c036e8d7ff
1435Author: Keith Packard <keithp@keithp.com>
1436Date:   Wed Jul 13 07:28:02 2005 +0000
1437
1438    Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the public
1439        API.
1440
1441commit 7b45eec97e390d8c8124b0a95b83ff7614903979
1442Author: Keith Packard <keithp@keithp.com>
1443Date:   Sat Jul 9 05:59:54 2005 +0000
1444
1445    Add .cvsignore files
1446
1447commit 0a4f43e5170110519bd34d01f1f20a72ea615485
1448Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1449Date:   Thu Jun 9 15:52:02 2005 +0000
1450
1451    Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
1452    Copy Xtrans.h to exports/include/X11/Xtrans only
1453
1454commit 8abfaa0bb923231da3dd2c0e245f8feec41a621f
1455Author: Adam Jackson <ajax@nwnk.net>
1456Date:   Thu May 19 00:22:32 2005 +0000
1457
1458    revert last change, didn't do right thing at all, sorry for the noise
1459
1460commit a2e7e1bb26e8a87b822acbeeff114beec4705fb0
1461Author: Adam Jackson <ajax@nwnk.net>
1462Date:   Thu May 19 00:10:07 2005 +0000
1463
1464    Require automake 1.7 in AM_INIT_AUTOMAKE
1465
1466commit 0b4b811191a1e74356b7ff78a09107e29a7ef695
1467Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
1468Date:   Tue May 17 21:25:16 2005 +0000
1469
1470    - Conditionally include config.h in xc/lib/SM
1471    - Add libSM to symlink.sh
1472    - Add SM build system
1473
1474commit 5004ef0b757c1cd7e4ceaa1759914f938d5ea295
1475Author: Adam Jackson <ajax@nwnk.net>
1476Date:   Sun Apr 3 18:24:25 2005 +0000
1477
1478    Bug #1447: Fix a use-after-free case in libSM. (Mark McLoughlin)
1479
1480commit c9f8774f04b398ac963b23ce1d5a12e703977064
1481Author: Daniel Stone <daniel@fooishbar.org>
1482Date:   Fri Jan 28 19:15:39 2005 +0000
1483
1484    Move _IceGetPeerName into the ICE public API as IceGetPeerName; bump ICE
1485        soversion to 6.4 accordingly. Change SM's use to the public version.
1486        The old version will be retained for compatibility.
1487
1488commit 52435fb9fdaecfdc9b11d54e74388520dacc4b0b
1489Author: Egbert Eich <eich@suse.de>
1490Date:   Mon Oct 18 14:21:44 2004 +0000
1491
1492    Made handling of DevelDrivers for x86-64 more conformant to other
1493        platforms.
1494    Compress all font encodings (Stefan Dirsch).
1495    Fixed warnings.
1496    Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and
1497        Root mode (bugzilla #1580, James Su).
1498    Added another compose key combination for the Euro symbol (Stefan Dirsch).
1499    Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
1500    Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian).
1501        This is the encoding that is also used by glibc. We may break other
1502        libcs - lets see who complains.
1503    Added explanation for DESTDIR to install to a different directory than /.
1504    Added some early bailouts to atiprobe if PCI structure pointer is NULL to
1505        prevent sig11.
1506    XV support doesn't depend on 2D acceleration any more. This patch removes
1507        this limitation from the NSC driver. This is a patch that I have
1508        committed to XFree86 a while ago but never ported over to X.Org.
1509        Matthieu Herrb contributed some build fixes.
1510    Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate
1511        timer. This takes advantage of the fact that TimerSet() with a timeout
1512        argument 0 behaves like TimerCanel().
1513    Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
1514    Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
1515    Changed comment to mention xorg.
1516    Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If
1517        you don't like it we can change it back (original author unkown).
1518    Added 'pic' to the man page rendering command pipeline (Werner Fink).
1519    Added missing return value (Stefan Dirsch, Roland Mainz)
1520
1521commit 76d276193a610e4decf2f39b88e9ccf886d4c492
1522Author: Kevin E Martin <kem@kem.org>
1523Date:   Wed Aug 18 18:41:40 2004 +0000
1524
1525    Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).
1526    Remove old config files (Bug #1123, Jim Gettys).
1527    Remove old log message (Bug #1123, Jim Gettys).
1528
1529commit 61bafb140eda240e69e3df28f47567af71ad1296
1530Author: Egbert Eich <eich@suse.de>
1531Date:   Mon May 24 19:06:58 2004 +0000
1532
1533    Fix build glitches when building modules independently using Imake.
1534
1535commit f161cb4a8a567d3ec93677689b6c5440b3027ab6
1536Author: Egbert Eich <eich@suse.de>
1537Date:   Fri Apr 23 18:43:23 2004 +0000
1538
1539    Merging XORG-CURRENT into trunk
1540
1541commit 19fe7606b46b0bbce96837c0ade7018e601fd73e
1542Author: Egbert Eich <eich@suse.de>
1543Date:   Sun Mar 14 08:31:52 2004 +0000
1544
1545    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1546
1547commit 0a04145c6f313d9a9d670716e2529d2dd0341598
1548Author: Egbert Eich <eich@suse.de>
1549Date:   Wed Mar 3 12:11:10 2004 +0000
1550
1551    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1552
1553commit 26ea9c0731055cc478337431353afb8a0a3122ae
1554Author: Egbert Eich <eich@suse.de>
1555Date:   Thu Feb 26 13:35:18 2004 +0000
1556
1557    readding XFree86's cvs IDs
1558
1559commit aa72cf15a99e09fc3e41184e01cbcceced4ef592
1560Author: Egbert Eich <eich@suse.de>
1561Date:   Thu Feb 26 09:22:34 2004 +0000
1562
1563    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1564
1565commit ea5d51824610a0b5205871a158b055d58879fc0c
1566Author: Egbert Eich <eich@suse.de>
1567Date:   Thu Jan 29 08:08:04 2004 +0000
1568
1569    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1570
1571commit a968ef24dfc9ddd1322f91acb4a6a1898fc15490
1572Author: Kaleb Keithley <kaleb@freedesktop.org>
1573Date:   Tue Nov 25 19:28:07 2003 +0000
1574
1575    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1576
1577commit 8e18f1cdc21fe0e125620a912e946ec1031fa2c5
1578Author: Kaleb Keithley <kaleb@freedesktop.org>
1579Date:   Fri Nov 14 16:48:46 2003 +0000
1580
1581    XFree86 4.3.0.1
1582
1583commit abe0fd5d586b52a851a423a79b95070da418eb10
1584Author: Kaleb Keithley <kaleb@freedesktop.org>
1585Date:   Fri Nov 14 15:54:36 2003 +0000
1586
1587    R6.6 is the Xorg base-line
1588