Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / sessreg / ChangeLog
1 commit 7ac51a652bfb8423604bb1a120568d44516c9de9
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Oct 21 21:09:43 2011 -0700
4
5     sessreg 1.0.7
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit fbe6fa7019309672c311184dd3bce3c25fb578d3
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Mon Sep 26 16:01:40 2011 -0700
12
13     Add const attributes to fix gcc -Wwrite-strings warnings
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17 commit 18d68ce74bd810bc09f99a476798b8e4a66ec494
18 Author: Ed Schouten <ed@80386.nl>
19 Date:   Sun Jun 26 14:04:20 2011 +0200
20
21     Make lastlog work on BSD systems without <lastlog.h>.
22     
23     FreeBSD 8.x and lower have struct lastlog in <utmp.h>. Add a specific
24     Autoconf check for struct lastlog, where we include both <utmp.h> and
25     <lastlog.h>.
26     
27     Also, change NO_LASTLOG to a definition for the opposite; USE_LASTLOG.
28     This is more consistent with USE_UTMP and USE_UTMPX.
29     
30     Signed-off-by: Ed Schouten <ed@80386.nl>
31     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
32
33 commit 9e93c5f65a22824f6b4af7ee68944f2226f7efa7
34 Author: Ed Schouten <ed@80386.nl>
35 Date:   Sun Jun 26 13:50:36 2011 +0200
36
37     Simply define LLOG_FILE and TTYS_FILE unconditionally.
38     
39     It doesn't matter if we define these pathnames, even if we're not going
40     to use them in the code itself. It is already done that way for utmp and
41     wtmp.
42     
43     Signed-off-by: Ed Schouten <ed@80386.nl>
44     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
45
46 commit 92d2628e3b1db4b0217d91d532e21018371445bc
47 Author: Ed Schouten <ed@80386.nl>
48 Date:   Sun Jun 26 10:15:59 2011 +0200
49
50     Fix whitespace inconsistencies.
51     
52     Signed-off-by: Ed Schouten <ed@80386.nl>
53     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
54
55 commit 38dd87854f106f6d7a3c8bd8916b65c0d1a87697
56 Author: Ed Schouten <ed@80386.nl>
57 Date:   Sun Jun 26 09:51:01 2011 +0200
58
59     Just use time_t directly.
60     
61     There is no use for this #define (anymore). We can already assume that
62     any decent system has time_t defined. It has to, otherwise struct utmp
63     and struct utmpx can't even be defined.
64     
65     Signed-off-by: Ed Schouten <ed@80386.nl>
66     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
67
68 commit 6675a07badfb688aacbd8fd12ba55e16854ba0ab
69 Author: Ed Schouten <ed@80386.nl>
70 Date:   Sun Jun 26 09:47:40 2011 +0200
71
72     Only expose the sflag variable when needed.
73     
74     The sflag variable is only used when using BSD-style utmp.
75     
76     Signed-off-by: Ed Schouten <ed@80386.nl>
77     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
78
79 commit 6b9a2f7bfa823a3dc0befd039ee08ec1596a3c64
80 Author: Ed Schouten <ed@80386.nl>
81 Date:   Sun Jun 26 09:43:37 2011 +0200
82
83     Get rid of SYSV definition. Just check for pututline().
84     
85     If the system provides pututline(), we just want to use that, instead of
86     specifically checking for certain operating systems.
87     
88     Signed-off-by: Ed Schouten <ed@80386.nl>
89     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
90
91 commit 578b76086edb834aa447ce9aed60c585e44e6cc1
92 Author: Ed Schouten <ed@80386.nl>
93 Date:   Sat Jun 25 10:35:25 2011 +0200
94
95     Don't forget to include <sys/types.h> before <utmp.h>.
96     
97     Some operating systems (e.g. FreeBSD) require <sys/types.h> to be
98     included before <utmp.h>, because they depend on type definitions such
99     as int32_t, time_t, etc.
100     
101     Signed-off-by: Ed Schouten <ed@80386.nl>
102     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
103
104 commit dd5d4c9721417a21133bb44a0567a041a166bd5e
105 Author: Ed Schouten <ed@80386.nl>
106 Date:   Fri Jun 24 15:52:18 2011 +0200
107
108     Get rid of bzero() calls. Replace them by memset().
109     
110     bzero() is not part of POSIX; memset() is.
111     
112     Signed-off-by: Ed Schouten <ed@80386.nl>
113     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
114
115 commit 301cbd433bb698147e05e7dbfb4de2ce2e0e9cbb
116 Author: Ed Schouten <ed@80386.nl>
117 Date:   Fri Jun 24 15:46:43 2011 +0200
118
119     Use Autoconf to check for utmp field existence.
120     
121     Don't use the quirky SYSV and __QNX__ definitions to determine whether
122     the utmp fields exist.
123     
124     Signed-off-by: Ed Schouten <ed@80386.nl>
125     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
126
127 commit eb6eb771ff9f53c56bd60f28c5598eee9e2fb9b2
128 Author: Ed Schouten <ed@80386.nl>
129 Date:   Wed Jun 22 00:36:41 2011 +0200
130
131     Only split off /dev/ instead trimming to last /.
132     
133     This prevents pseudo-terminals with names like /dev/pts/0 from getting
134     trimmed to just 0 instead of pts/0.
135     
136     Signed-off-by: Ed Schouten <ed@80386.nl>
137     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
138
139 commit aad7bed11410413b186e0d5af1783686405b47e6
140 Author: Ed Schouten <ed@80386.nl>
141 Date:   Wed Jun 22 00:10:17 2011 +0200
142
143     Fix typo in function name check.
144     
145     Signed-off-by: Ed Schouten <ed@80386.nl>
146     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
147
148 commit 1e20098384961230c3652078fed09e77b2ba2808
149 Author: Ed Schouten <ed@80386.nl>
150 Date:   Wed Jun 22 00:09:59 2011 +0200
151
152     Correct whitespace and indentation.
153     
154     Signed-off-by: Ed Schouten <ed@80386.nl>
155     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
156
157 commit ba2ea124ff10cadaf1fc96f7e76372b5400e76d1
158 Author: Jon TURNEY <jon.turney@dronecode.org.uk>
159 Date:   Mon Mar 14 14:25:22 2011 +0000
160
161     Fix non-srcdir builds
162     
163     Commit 3bb9256b8e3a56b94281ea787c07f080c0a80312 introduces an
164     -I.. which should be -I$(top_builddir) -I$(top_srcdir)
165     
166     Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
167     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
168
169 commit 5a886e2fc5f4b3f062a20f66ee68bad4a0b98ad1
170 Author: Gaetan Nadon <memsize@videotron.ca>
171 Date:   Wed Jan 19 11:20:21 2011 -0500
172
173     config: use AC_CHECK_MEMBERS rather than AC_CHECK_MEMBER
174     
175     Let Autoconf do the work of setting up the #define in config.h.
176     Apply and comment standard sections layout.
177     
178     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
179     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
180
181 commit 4eaaa6a84a52b7c60df964102f0fb8d860b00308
182 Author: Gaetan Nadon <memsize@videotron.ca>
183 Date:   Wed Jan 19 10:52:55 2011 -0500
184
185     config: remove AC_CANONICAL_HOST already included by XORG_DEFAULT_OPTIONS
186     
187     Fix some quoting and comments, no functional changes.
188     
189     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
190
191 commit 3bb9256b8e3a56b94281ea787c07f080c0a80312
192 Author: Gaetan Nadon <memsize@videotron.ca>
193 Date:   Wed Jan 19 10:06:55 2011 -0500
194
195     config: move man pages into their own directory
196     
197     Use services provided by XORG_MANPAGE_SECTIONS.
198     Use standard Makefile for man pages.
199     
200     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
201
202 commit f9d0aa7ca56c68aee0ba53a9ad9c232c544264b0
203 Author: Gaetan Nadon <memsize@videotron.ca>
204 Date:   Thu Jan 13 17:15:36 2011 -0500
205
206     man: replace hard coded man page section with substitution strings
207     
208     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
209
210 commit 3ad465bf134560234e75bf421acbe1481bccfde4
211 Author: Gaetan Nadon <memsize@videotron.ca>
212 Date:   Thu Jan 13 11:15:47 2011 -0500
213
214     man: remove trailing spaces and tabs
215     
216     Using s/[ \t]*$//
217     
218     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
219
220 commit d3055b5828d5ffd92134de31c44c3d14f6bd283d
221 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
222 Date:   Wed Nov 10 21:08:09 2010 -0800
223
224     config: Remove unnecessary calls from configure.ac
225     
226     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
227     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
228     
229     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
230
231 commit 2d33ed0f648314f661aa5e429834a8f886904f94
232 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
233 Date:   Wed Nov 10 21:06:15 2010 -0800
234
235     config: upgrade to util-macros 1.8 for additional man page support
236     
237     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
238     The value of MAN_SUBST is the same for all X.Org packages.
239     
240     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
241     Enables use of platform appropriate version of sed.
242     
243     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
244
245 commit 87666632a0f066cb9df3fb4ae258f89f1edb56cc
246 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
247 Date:   Wed Nov 10 21:03:59 2010 -0800
248
249     Sun's copyrights belong to Oracle now
250     
251     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
252
253 commit 7f1e17aed0027e4040a1fcc96e6319fca36af233
254 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
255 Date:   Thu Jun 3 17:32:57 2010 -0700
256
257     sessreg 1.0.6
258     
259     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
260
261 commit 8808c476319fce3e254e3a7df3205ba4205cb13b
262 Author: Gaetan Nadon <memsize@videotron.ca>
263 Date:   Wed Feb 3 14:12:28 2010 -0500
264
265     Add AC_USE_SYSTEM_EXTENSIONS providing needed WTMPX_FILE define
266     
267     The WTMPX_FILE is only defined under __USE_GNU conditional
268     compilation. Autoconf provides AC_USE_SYSTEM_EXTENSIONS
269     to enable platform extensions.
270     
271     It must be expanded before any other macros that uses the compiler.
272     To reduce the risk of being misplaced, the statements have been
273     grouped (mostly) as per the GNU standard layout.This macro
274     requires Autoconf level 2.60 or later.
275     
276     The compilation failed under a GNU-Linux OS.
277     
278     Tested-by (on darwin): Jeremy Huddleston <jeremyhu@apple.com>
279     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
280
281 commit 9792646873ac0e597cc65ef4a056444fd8f9a7fd
282 Author: Ed Schouten <ed@80386.nl>
283 Date:   Sat Jan 16 18:33:53 2010 +0000
284
285     Allow sessreg to be built without <utmp.h>.
286     
287     As of 9.0, FreeBSD will only support <utmpx.h>.  It only implements the
288     POSIX interface with minor extensions.  There is no need to write to
289     wtmp and lastlog separately, because this is already done by
290     pututxline().  Add additional checks to configure.ac to search for the
291     presence of utmpxname() and updwtmpx().
292     
293     Signed-off-by: Ed Schouten <ed@80386.nl>
294     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
295
296 commit 9ca078f8ffc5ab0c4d0f58be26e885a7ad0b8f39
297 Author: Alan Coopersmith <alan.coopersmith@sun.com>
298 Date:   Mon Jan 11 21:04:28 2010 -0800
299
300     Update Sun license notices to current X.Org standard form
301     
302     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
303
304 commit 1b12b1dac6fcb0d1665f3272a899d78c76fd2969
305 Author: Gaetan Nadon <memsize@videotron.ca>
306 Date:   Fri Jan 8 13:30:45 2010 -0500
307
308     COPYING: add missing copyright notice
309     
310     Refer to sessreg.h file.
311     Copyright 2005 Sun Microsystems, Inc.
312     
313     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
314     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
315
316 commit 067fef75045931b4b5766ee7e55300d16e6dcc9a
317 Author: Gaetan Nadon <memsize@videotron.ca>
318 Date:   Thu Nov 26 09:19:52 2009 -0500
319
320     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
321     
322     Now that the INSTALL file is generated.
323     Allows running make maintainer-clean.
324
325 commit 94be0a4794dd9e9d9e7f23737c6ccd2d50985b5d
326 Author: Gaetan Nadon <memsize@videotron.ca>
327 Date:   Wed Oct 28 14:09:07 2009 -0400
328
329     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
330     
331     Add missing INSTALL file. Use standard GNU file on building tarball
332     README may have been updated
333     Remove AUTHORS file as it is empty and no content available yet.
334     Remove NEWS file as it is empty and no content available yet.
335
336 commit 88252d8bdccbf5dd3ee077345ccd1569fb4f10e6
337 Author: Gaetan Nadon <memsize@videotron.ca>
338 Date:   Mon Oct 26 22:08:38 2009 -0400
339
340     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
341     
342     ChangeLog filename is known to Automake and requires no further
343     coding in the makefile.
344
345 commit 9ea98936be23de9a2d9e27c5f5af93b0eea276d9
346 Author: Gaetan Nadon <memsize@videotron.ca>
347 Date:   Thu Oct 22 12:34:14 2009 -0400
348
349     .gitignore: use common defaults with custom section # 24239
350     
351     Using common defaults will reduce errors and maintenance.
352     Only the very small or inexistent custom section need periodic maintenance
353     when the structure of the component changes. Do not edit defaults.
354
355 commit eb6ef63fb284cc91c04dcb68fda2ad8ca6fe0e1a
356 Author: Alan Coopersmith <alan.coopersmith@sun.com>
357 Date:   Mon Oct 12 11:11:42 2009 -0700
358
359     sessreg 1.0.5
360     
361     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
362
363 commit 46646524a74c1834de103a2f469142ab50f6bfd6
364 Author: Alan Coopersmith <alan.coopersmith@sun.com>
365 Date:   Mon Oct 12 11:03:01 2009 -0700
366
367     Document -L option for lastlog files
368     
369     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
370
371 commit a594e318996d0e8c02018eef1837135b382076c5
372 Author: Alan Coopersmith <alan.coopersmith@sun.com>
373 Date:   Mon Oct 12 10:50:51 2009 -0700
374
375     Add utmp/utmpx man page to See Also section of man page
376     
377     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
378
379 commit be736ebbfc5510997ae227e903a5b9d66ba0ee1a
380 Author: Alan Coopersmith <alan.coopersmith@sun.com>
381 Date:   Mon Oct 12 10:44:07 2009 -0700
382
383     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
384     
385     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
386
387 commit ebc9f3d2483623dcb2ccca7f12cc2769173eb4a9
388 Author: Alan Coopersmith <alan.coopersmith@sun.com>
389 Date:   Thu Oct 1 14:54:19 2009 -0700
390
391     Add README with pointers to mailing lists, bugzilla, & git
392     
393     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
394
395 commit 3ba14d85abede72a40c5ba8fe18d1a2e1625d19e
396 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
397 Date:   Mon Jan 19 15:47:29 2009 -0200
398
399     Ansification and compile warning fixes.
400     
401       This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
402     make distcheck and all gcc 4.3 and sparse warnings.
403
404 commit 3db21d655b0a2988ae0fd47e360d29bb8763cd03
405 Author: Alan Coopersmith <alan.coopersmith@sun.com>
406 Date:   Wed Jun 11 14:46:29 2008 -0700
407
408     Version bump: 1.0.4
409
410 commit accc7988851b983d1589d64e32a707c0b44fee0e
411 Author: Alan Coopersmith <alan.coopersmith@sun.com>
412 Date:   Wed Jun 11 14:44:10 2008 -0700
413
414     X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more
415
416 commit c9973031a696cc00c509d7013145b1116093bf82
417 Author: David Nusinow <dnusinow@debian.org>
418 Date:   Sat Mar 1 13:53:21 2008 -0500
419
420     Require xproto instead of libX11 for building (bug #9631)
421
422 commit a888e809b4e1c9576e667cb50cc62009a1bf391e
423 Author: James Cloos <cloos@jhcloos.com>
424 Date:   Thu Dec 6 15:51:04 2007 -0500
425
426     Add missing PHONY line for automatic ChangeLog generation
427
428 commit da1b5f42fcb1bd0bc9b80f6f1ab7ebb9eb506554
429 Author: Alan Coopersmith <alan.coopersmith@sun.com>
430 Date:   Fri Aug 17 14:30:31 2007 -0700
431
432     Version bump: 1.0.3
433
434 commit 12982c07b44c15a621fc548a4448f9a04bf5907e
435 Author: Alan Coopersmith <alan.coopersmith@sun.com>
436 Date:   Thu Aug 16 17:17:06 2007 -0700
437
438     Change sessreg_CFLAGS to AM_CFLAGS to make automake-1.10 happier
439
440 commit 136525f01e4ce8e60e8c78b44654d8f6861233d2
441 Author: Alan Coopersmith <alan.coopersmith@sun.com>
442 Date:   Mon Jun 11 16:38:00 2007 -0700
443
444     X.Org Bug #9887: sessreg should include sys/types.h on FreeBSD
445     
446     X.Org Bugzilla #9887: <https://bugs.freedesktop.org/show_bug.cgi?id=9887>
447
448 commit 9b2ddf6c779553c2cb5e185d2046e8817a89e03e
449 Author: Daniel Stone <daniel@fooishbar.org>
450 Date:   Thu Nov 30 19:44:25 2006 +0200
451
452     bump to 1.0.3
453
454 commit 05d36d40bb2018a96cdd1345a390db3fbff0fd65
455 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
456 Date:   Sun Nov 19 17:32:07 2006 +0100
457
458     include <time.h> before <utmp.h>. Required on some systems.
459
460 commit 37e89cbf2bc3b6266fa47ff1f956d173658bb9a5
461 Author: Jürg Billeter <j@bitron.ch>
462 Date:   Thu Nov 9 13:21:55 2006 +0100
463
464     Fix grep pattern in Makefile.am
465     
466     Don't escape | in basic regex mode as it breaks build with GNU grep.
467
468 commit 6fc58644148039261c21f699a14c839356f501ed
469 Author: Alan Coopersmith <alan.coopersmith@sun.com>
470 Date:   Wed Nov 8 15:38:21 2006 -0800
471
472     Version bump to 1.0.1
473
474 commit 82fbb553114e8d00b6b3886aee4554dfd178cb01
475 Author: Alan Coopersmith <alan.coopersmith@sun.com>
476 Date:   Wed Nov 8 13:51:50 2006 -0800
477
478     Improve formatting of file names in sessreg.man
479
480 commit 02379845b074cb252c0cb42d18c6cb8effcdc9f5
481 Author: Alan Coopersmith <alan.coopersmith@sun.com>
482 Date:   Wed Nov 8 13:48:05 2006 -0800
483
484     Fix builds when $(srcdir) != $(objdir)
485
486 commit c472f5f9257e6dcb9e82042a99ef028e3390e93e
487 Author: Alan Coopersmith <alan.coopersmith@sun.com>
488 Date:   Tue Nov 7 18:46:11 2006 -0800
489
490     Replace static ChangeLog with dist-hook to generate from git log
491
492 commit aa27f60ff70230990bd7351bbfda3d38f95afe3b
493 Author: Alan Coopersmith <alan.coopersmith@sun.com>
494 Date:   Tue Nov 7 18:39:58 2006 -0800
495
496     Add hooks for checking code with lint/sparse/etc.
497
498 commit fd251f039f74f2ef8ef8a019566eebf9d22be098
499 Author: Alan Coopersmith <alan.coopersmith@sun.com>
500 Date:   Tue Nov 7 18:32:54 2006 -0800
501
502     Clear unused variable warnings from lint
503
504 commit 21bee0694be43d4be1d93a8bcafbcd0f0ef9a9b4
505 Author: Alan Coopersmith <alan.coopersmith@sun.com>
506 Date:   Tue Nov 7 18:28:20 2006 -0800
507
508     AC_CHECK_MEMBER needs to include <utmpx.h> when checking for  utmpx.ut_syslen
509
510 commit 63f21c67aa6d025d8fa06793dc7f83f37e7c3fb4
511 Author: Alan Coopersmith <alan.coopersmith@sun.com>
512 Date:   Tue Nov 7 18:27:45 2006 -0800
513
514     Substitute correct pathnames for utmp/wtmp files in man pages
515     
516     ifdefs to find the paths on each platform have been broken out into a new
517     sessreg.h header that is also preprocessed into sed rules applied to the
518     man page.    Old ifdefs left for Imake compatibility in the 6.9/7.0 hybrid
519     release have been dropped now that autoconf is required to build.
520
521 commit 98a651ec2ac289b966e0a09557e81b33e202ee9c
522 Author: Alan Coopersmith <alan.coopersmith@sun.com>
523 Date:   Tue Nov 7 16:49:53 2006 -0800
524
525     Add *~ to .gitignore to skip emacs/patch droppings
526
527 commit 5d7eed376aa9e8e623b0c46790a70b0cb3278207
528 Author: Alan Coopersmith <alan.coopersmith@sun.com>
529 Date:   Tue Nov 7 16:49:26 2006 -0800
530
531     renamed: .cvsignore -> .gitignore
532
533 commit de39e20707b0affebf4c4c0e8485bdf08cf88a82
534 Author: Alan Coopersmith <alan.coopersmith@sun.com>
535 Date:   Tue Nov 7 16:48:27 2006 -0800
536
537     List default Xservers path as /etc/X11/xdm instead of /usr/X11R6/lib/xdm
538
539 commit 8e657d70ef4fe5b4dfa51b506a8adca16b0ca8a0
540 Author: Kevin E Martin <kem@kem.org>
541 Date:   Thu Dec 15 00:24:04 2005 +0000
542
543     Update package version number for final X11R7 release candidate.
544
545 commit 7a587391f1b18192731e611ff65d74e414b67d60
546 Author: Kevin E Martin <kem@kem.org>
547 Date:   Tue Dec 6 22:48:18 2005 +0000
548
549     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
550
551 commit fbfb7cb1e77418310e42cf38fc4faa411c103bec
552 Author: Kevin E Martin <kem@kem.org>
553 Date:   Sat Dec 3 05:49:17 2005 +0000
554
555     Update package version number for X11R7 RC3 release.
556
557 commit 021e9ec8d71ea9de9fa14743792e7528e0417daf
558 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
559 Date:   Mon Nov 28 22:01:38 2005 +0000
560
561     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
562         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
563
564 commit 88f5deb277ffdf8253463eb0470f49306ac036de
565 Author: Eric Anholt <anholt@freebsd.org>
566 Date:   Mon Nov 21 10:34:57 2005 +0000
567
568     Another pass at .cvsignores for apps.
569
570 commit eab9fb30fe89009f7791f4ab502c89d99cb2b84d
571 Author: Eric Anholt <anholt@freebsd.org>
572 Date:   Sun Nov 20 22:08:49 2005 +0000
573
574     Add/improve .cvsignore files for apps.
575
576 commit e35111966e6d66c176ed0955c1c25942c567632b
577 Author: Kevin E Martin <kem@kem.org>
578 Date:   Sat Nov 19 07:15:36 2005 +0000
579
580     Update pkgconfig files to separate library build-time dependencies from
581         application build-time dependencies, and update package deps to work
582         with separate build roots.
583
584 commit d90d5ab54582b04ad93e9cf6182652fdd6d3b4a3
585 Author: Kevin E Martin <kem@kem.org>
586 Date:   Wed Oct 19 02:47:50 2005 +0000
587
588     Update package version number for RC1 release.
589
590 commit 5e79e3663bf5e14c7ae4f97798ee4430a02687f5
591 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
592 Date:   Mon Oct 17 23:56:20 2005 +0000
593
594     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
595         work better with BSD make
596
597 commit 5ec50a516f66a7a57477dfc1ec51f8215084d29a
598 Author: Kevin E Martin <kem@kem.org>
599 Date:   Mon Oct 17 18:08:25 2005 +0000
600
601     Fixed man page processing
602
603 commit adbf0a45e0c68512eb46c8bd8e024d5cdfd6b68f
604 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
605 Date:   Fri Oct 14 00:25:42 2005 +0000
606
607     Use sed to fill in variables in man page
608
609 commit f7e326bd50466f9197e75b2b71ccf0fb1996f4f8
610 Author: Kevin E Martin <kem@kem.org>
611 Date:   Wed Oct 5 04:10:02 2005 +0000
612
613     Add check for utmpx.ut_syslen structure member
614
615 commit e33c62dfa7641e8e37a2ef64d98aa5171f2ef705
616 Author: Kevin E Martin <kem@kem.org>
617 Date:   Wed Oct 5 04:06:35 2005 +0000
618
619     Get sessreg.man from $(srcdir) to fix make distcheck
620     Add check for utmpx.ut_syslen structure member
621
622 commit af48c05e4b8639935e8e0738dc0269708c2e929c
623 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
624 Date:   Mon Oct 3 17:50:57 2005 +0000
625
626     Bug #4678 <https://bugs.freedesktop.org/show_bug.cgi?id=4678> Patch #3472
627         <https://bugs.freedesktop.org/attachment.cgi?id=3472> Use SysV-style
628         utmp on GNU/kFreeBSD (Robert Millan)
629
630 commit 5932bb94ffc5c10ab00831b70e703451acdc76b5
631 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
632 Date:   Mon Oct 3 17:18:44 2005 +0000
633
634     Add AC_SYS_LARGEFILE for systems that need it to access large
635         wtmpx/lastlogs Set version string in man page
636
637 commit 26e33eae6ff593878b1402ef6d5596dc1f7c7fe3
638 Author: Kristian Høgsberg <krh@redhat.com>
639 Date:   Tue Sep 27 18:07:40 2005 +0000
640
641     Add ChangeLog so autogen.sh will run.
642
643 commit 95c055a072fe0b7b6e6b50b89c5ff7264b25e1a4
644 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
645 Date:   Thu Aug 18 22:40:09 2005 +0000
646
647     Undo regression in checking for lastlog support in monolithic builds
648         (reported by Dan McNichol of IBM)
649
650 commit defb333b8190b058a437985bedd4bff90ea2d98c
651 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
652 Date:   Wed Aug 10 21:33:09 2005 +0000
653
654     Merge in utmpx code from Solaris sessreg. Add #ifdefs for autoconf defines.
655
656 commit 8cd395d3bd86ba74888b7ea8cec2d0228c00c312
657 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
658 Date:   Wed Aug 10 21:20:03 2005 +0000
659
660     AUTHORS: Copy info from comments in sessreg.c configure.ac: Add checks for
661         lastlog.h, utmpx.h, & sys/param.h to replace OS-specific #ifdefs
662
663 commit c8bfcd300e8da2510c101211db7bffb2955e593d
664 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
665 Date:   Wed Aug 10 20:51:27 2005 +0000
666
667     Add sessreg.man to app/sessreg module
668
669 commit a487143d0b4f0183d602346adc7dedcccf158336
670 Author: Daniel Stone <daniel@fooishbar.org>
671 Date:   Wed Aug 10 11:17:07 2005 +0000
672
673     Add build system for sessreg, broken out from xdm.
674
675 commit e3025b01b3fdd32bde8120dec1b0061e1449c6e9
676 Author: Adam Jackson <ajax@nwnk.net>
677 Date:   Wed Oct 13 22:14:22 2004 +0000
678
679     Bug #1627: Zero out struct utmp before writing it to prevent garbage
680         fields. (Egmont Koblinger)
681
682 commit 922a3ce29d3fe91f57fd41ea87e0e56b72ee9670
683 Author: Egbert Eich <eich@suse.de>
684 Date:   Fri Apr 23 19:54:42 2004 +0000
685
686     Merging XORG-CURRENT into trunk
687
688 commit 67ee3273cd7cc450e73b0f8a9a9178ae67b17ea3
689 Author: Egbert Eich <eich@suse.de>
690 Date:   Sun Mar 14 08:35:12 2004 +0000
691
692     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
693
694 commit aadb852d2af964c29514d9c345ab91f267223754
695 Author: Egbert Eich <eich@suse.de>
696 Date:   Wed Mar 3 12:13:00 2004 +0000
697
698     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
699
700 commit 730d1970ee78e5f98452d2b6ef28972678522308
701 Author: Egbert Eich <eich@suse.de>
702 Date:   Thu Feb 26 13:36:17 2004 +0000
703
704     readding XFree86's cvs IDs
705
706 commit 90395833b58cf129800f7372d0dd957fbe277afa
707 Author: Egbert Eich <eich@suse.de>
708 Date:   Thu Feb 26 09:24:04 2004 +0000
709
710     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
711
712 commit 83d734abd26ba5e3cf8c197de581da2379290860
713 Author: Kaleb Keithley <kaleb@freedesktop.org>
714 Date:   Fri Nov 14 16:49:22 2003 +0000
715
716     XFree86 4.3.0.1
717
718 commit 4a979ad921e2733b8e3e178928240cf8a60ad07b
719 Author: Kaleb Keithley <kaleb@freedesktop.org>
720 Date:   Fri Nov 14 15:54:53 2003 +0000
721
722     R6.6 is the Xorg base-line