File: ChangeLog

package info (click to toggle)
x11-xfs-utils 7.7%2B2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,984 kB
  • ctags: 250
  • sloc: sh: 4,173; ansic: 1,420; makefile: 122
file content (517 lines) | stat: -rw-r--r-- 17,399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
commit 30a982223d71d6809cc01809c71f206ce736c4ea
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Dec 30 20:57:33 2014 -0800

    fstobdf 1.0.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 11b1eba90baecf41b9e54b32827be864f0823469
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jul 5 14:47:00 2014 -0700

    Fix integer sign/size conversion warnings from clang & cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e9faac187bfa7ecd669c5fd68fc989641117d8bd
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 23:36:47 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 894265254c79fa348136a3c227dc52bf59aaaf6a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 23:36:47 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 13331398794c5e6e89442e8eb3f26a4a5f059084
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jun 1 23:36:36 2014 -0700

    config: Add missing AC_CONFIG_SRCDIR
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e7694580ad51740e1854a6678fb68c9edce2f37c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Nov 5 22:48:02 2013 -0800

    Print error and usage on invalid arg, instead of ignoring it
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>

commit f557d6258105ac2717093aebfd2fcbcb16730593
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Nov 5 22:38:53 2013 -0800

    Add -version option to print version
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>

commit 0d2f3192cc7dedee160702c5eaf4d2b03a21612b
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Nov 5 22:29:46 2013 -0800

    Print which option was in error along with usage message
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>

commit 9729a3345940c400753a383f014300bf9878cb0f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Nov 5 22:24:33 2013 -0800

    Spell out -server in usage message to match man page
    
    Code matches -s*, so either form works, but better to have them agree.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>

commit bc9e90093861d12de7aaf880a7f7b0bb35f130c7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Apr 20 13:42:03 2012 -0700

    fstobdf 1.0.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ca17a562e6a0b91d015d02175827406933955c75
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Apr 16 15:22:33 2012 -0700

    Mark usage() & Fail() as _X_NORETURN to silence gcc warnings
    
    fstobdf.c: In function ‘usage’:
    fstobdf.c:51:1: warning: function might be possible candidate for attribute ‘noreturn’
    fstobdf.c: In function ‘Fail’:
    fstobdf.c:59:1: warning: function might be possible candidate for attribute ‘noreturn’
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b53fd0a2acc19f8e2fd966eb6f688496b102b71d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Dec 1 20:13:20 2011 -0800

    Treat FSServerName return value as a const char *
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 468b19fd8729690dc4c2d1a1f20294991949ac35
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Nov 10 22:48:12 2011 -0800

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a15d4d640732edf31f462c606d358e6ff7ddb60f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Nov 10 22:47:27 2011 -0800

    Fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6ade8927be5a225e5a74e15f9212d11d1e6a576e
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 19 10:06:55 2011 -0500

    config: move man pages into their own directory
    
    Use services provided by XORG_MANPAGE_SECTIONS.
    Use standard Makefile for man pages.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit cf9f33527f9accbe2eba269513aa25fbf0df6fb3
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 13 11:15:00 2011 -0500

    man: remove trailing spaces and tabs
    
    Using s/[ \t]*$//
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 823b1e9e3b87c971e053a83346e530c7abb89d60
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 12 16:28:01 2011 -0500

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    This silences an Autoconf warning

commit ec9bcf172012b360663b3916c3fcd74bff263fd6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 13:00:46 2010 -0700

    fstobdf 1.0.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e5a6da16b73693c384715045705d6392ef0b4519
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 12:59:42 2010 -0700

    Purge CVS version tags
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 119b36c4591155c905f4776be41ecf660ecf78ef
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 12:55:05 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 049d4f1b9c2e1997693986d3c6cd5093e5553dbe
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 12:54:26 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    The existing statement can now be removed from the configuration file.
    
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 18f7bf1985e501fe3614ba935151ccafa258d2e3
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Oct 30 12:53:55 2010 -0700

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 1ca676f3939f1c7430d412294034110690205834
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Feb 11 10:08:06 2010 -0500

    config: move CWARNFLAGS from configure.ac to Makefile.am
    
    Compiler warning flags should be explicitly set in the makefile
    rather than being merged with other packages compiler flags.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit eaaec4ecdd160d3adf8a4d0c1049e6791debb0b3
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:52 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 92a49ab745c6f991d8dd869d86cc96dd49963b80
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:07 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit c379b54fc33c3c70247412f32f610b43f1f53066
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Oct 27 15:07:24 2009 -0400

    Deploy the new XORG_DEFAULT_OPTIONS #24242
    
    This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file from
    future changes.

commit 176ccf88401f26cd272e34aa3db6ac7ff81cd7b1
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:38 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit 594e00a6276875ffe8bd75cea8a4923f577eddfe
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:14 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 1979ff3ca19af4633df02d4eb4f636492afefe44
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:17 2009 -0700

    Add README with pointers to mailing lists, bugzilla, & git
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 4d6dc1290de14f23fe40e61b37d4c9b96e517958
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 15 18:33:52 2009 -0200

    Ansification and compile warning fixes.
    
      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
    make distcheck. There weren't any gcc 4.3 and sparse warnings.

commit 3c13b4d1e7d143149cfb34e1771cb28f903be2e2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri May 23 16:54:12 2008 -0700

    fstobdf 1.0.3

commit 30631bd1a0fae41c6544a40b2984229c5ed781e9
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri May 23 16:48:35 2008 -0700

    Fill in COPYING with copyright/license notices from sources

commit 76ce8815598d849228d27a0593bb8af75502bf75
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu May 22 20:10:40 2008 -0700

    Move extern declarations to fstobdf.h

commit a115e4506842b51f4bf76b5afb9d2ded2dacd51d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu May 22 20:06:13 2008 -0700

    Clarify syntax of -server & FONTSERVER in man page

commit f27374f843995264e0f2c7c3e2728811bcbd0f29
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:36:59 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit 50fc125ad63e62879ceb6aab70dea5b6088d15bd
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Aug 10 16:43:20 2007 -0700

    renamed: .cvsignore -> .gitignore

commit b3ea1fe30d53ba671edafc575854d3a832e95dff
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Aug 10 16:42:56 2007 -0700

    Change fstobdf_CFLAGS to AM_CFLAGS to make automake-1.10 happier

commit 5f2ab39899e6043c73b120ab0b2db92488e489e7
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Apr 26 23:34:13 2006 +0000

    Bump to 1.0.2

commit 188c68636a3e22d26ec35b634c801bad757495ef
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Apr 3 22:17:25 2006 +0000

    Bug #4381: Fix BDF corruption. (Laurent Deniel)

commit db72447aff80d8ffa431d3225c289ec49a4c8c84
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:42 2005 +0000

    Update package version for X11R7 release.

commit d70e1e74a6ce8d21767664d3bb6388586aaa3920
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:40 2005 +0000

    Stub COPYING files

commit c766cae078f347be18959a5dc2172bc6c4faf952
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:02 2005 +0000

    Update package version number for final X11R7 release candidate.

commit bad843b614c14e4cc02345ff4bec5d5c5bb9f993
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:16 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 4329e1ca1f0809914fddd60696e558e72caae494
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:15 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 7ff29b4374c214a0c58a3acd2a180b90a31dfe52
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:36 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 820c5e99361d1b6a5656c9853419d1c8ae7db787
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:34:55 2005 +0000

    Another pass at .cvsignores for apps.

commit 95d2bcad442604165a2f71d51db7f64ea29f9a47
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:48 2005 +0000

    Add/improve .cvsignore files for apps.

commit 05c773f65adf74398255d59a0ec812dc9b057d11
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:09:19 2005 +0000

    Update package version number for X11R7 RC2 release.

commit 27ad2aec059aea01355e2f6c8b60a04e9d247e08
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 31 16:05:45 2005 +0000

    Make extern declarations unsigned to match actual definitions

commit f24de18b73a4a8d5a40999dc217ca505ae96416a
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:48 2005 +0000

    Update package version number for RC1 release.

commit 2027f7ce5bb247d55038f51213525bbda841c5ce
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:19 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit 0e20abe944a79066a65a1531dbcffcd291e3c366
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:41 2005 +0000

    Use sed to fill in variables in man page

commit 7efa81258b496d9e5a56c827d10d048736f200e1
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:27 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit 125f805889f269b54c4d1d188da9ac7b3f2903e0
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:29 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit 58defa6321b6c44a61d45302ad8abaa71d2f7275
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:48 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit d487591b670d61283aa8482817af8dac6b82badb
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jul 6 16:22:21 2005 +0000

    Add buildsystem for fstobdf

commit b17424c318b7b63dad281d43ac60944309b60d72
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:32 2004 +0000

    Merging XORG-CURRENT into trunk

commit 2d7b7aac54d92e036daf84a97e120addae6f5e0e
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:34:50 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 0e2177c6d0111689ad142209377b792ba6bd76e7
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:50 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 222546046bd08aad239c1ee16623b98782fbba7b
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:15 2004 +0000

    readding XFree86's cvs IDs

commit 0890d1400abf5cec75dbb4c6dfa69c1edb703bdb
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:54 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit e57cbe87a9b8c8197c51ff12101726ed6924dfdf
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:29:02 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 6f1b843c87395c617f48793607797face574a188
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:57 2003 +0000

    XFree86 4.3.0.1

commit 33b0317bc68027d8814f264a45eaf19c68270cd3
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:57 2003 +0000

    Initial revision

commit 0f05b729fa8590f7473af78b1532cd9a3d589f1b
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:52 2003 +0000

    R6.6 is the Xorg base-line