add packaging
[platform/upstream/mkfontdir.git] / ChangeLog
1 commit b99d2e8d1d2cd07d12cc3c08e3a33ac0aca13d68
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Feb 10 19:58:00 2012 -0800
4
5     mkfontdir 1.0.7
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit e3ee2b17572a26b6a6e78fdbfa4e38059da6c170
10 Author: Jeremy Huddleston <jeremyhu@apple.com>
11 Date:   Thu Oct 6 10:29:42 2011 -0700
12
13     Fix issues where mkfontscale and mkfontdir are installed in different locations or bindir contains a space
14     
15     https://bugs.freedesktop.org/show_bug.cgi?id=24465
16     
17     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
18
19 commit f8ef438aba81485ff4402ff7f8cb4becf437b073
20 Author: Jon TURNEY <jon.turney@dronecode.org.uk>
21 Date:   Tue Mar 15 11:55:11 2011 +0000
22
23     Fix for non-srcdir builds
24     
25     Fix commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199 for non-srcdir builds
26     
27     Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
28     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29
30 commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199
31 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
32 Date:   Fri Mar 11 14:10:19 2011 -0800
33
34     Make Makefile.am compatible with Solaris make
35     
36     Solaris make won't substitute $< in explicit rules, only implicit ones
37     
38     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39
40 commit 7f9922eac028518fa9f06aaf06c1bd6779b1e4c7
41 Author: Gaetan Nadon <memsize@videotron.ca>
42 Date:   Sat Jan 22 09:27:09 2011 -0500
43
44     config: substitute bindir in mkfontdir using Autoconf @bindir@
45     
46     Use the Autoconf recommended way of substituting bindir, see
47     http://www.gnu.org/software/autoconf/manual/autoconf.html
48     
49     Use # sign for comment in script.
50     Only sed is used, drop the cpp terminology.
51     
52     Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
53     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
54
55 commit b9ccbf0de88e95aad25e368500a7eab217f6d434
56 Author: Gaetan Nadon <memsize@videotron.ca>
57 Date:   Wed Jan 19 10:06:55 2011 -0500
58
59     config: move man pages into their own directory
60     
61     Use services provided by XORG_MANPAGE_SECTIONS.
62     Use standard Makefile for man pages.
63     
64     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
65
66 commit ffd737b4a391415b9d5cae0c6323101f68b1cac0
67 Author: Gaetan Nadon <memsize@videotron.ca>
68 Date:   Thu Jan 13 11:15:47 2011 -0500
69
70     man: remove trailing spaces and tabs
71     
72     Using s/[ \t]*$//
73     
74     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
75
76 commit 4790afc4c0992912ba6aed0996aba96c0355e0b3
77 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
78 Date:   Sun Nov 7 11:16:38 2010 -0800
79
80     mkfontdir 1.0.6
81     
82     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84 commit 3122bbfac0a6ef937b0d3058bf65a901f420ec7d
85 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86 Date:   Sun Nov 7 11:14:14 2010 -0800
87
88     Drop CVS version tag from mkfontdir.cpp too
89     
90     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
91
92 commit 5a57ccd8ee6f7b5692b2b3f9b3135c05282dae4b
93 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
94 Date:   Sun Nov 7 11:12:11 2010 -0800
95
96     config: Add missing AC_CONFIG_SRCDIR
97     
98     Regroup AC statements under the Autoconf initialization section.
99     Regroup AM sttaements under the Automake initialization section.
100     
101     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
102
103 commit 8ee1e27b63c5f90bcf8a9b55b947f3b0a00eaf91
104 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
105 Date:   Sun Nov 7 11:10:09 2010 -0800
106
107     config: Remove unnecessary calls from configure.ac
108     
109     AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
110     
111     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
112
113 commit b03b1b175d551a4990d1c3ee2cf710592112095e
114 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115 Date:   Sun Nov 7 11:09:27 2010 -0800
116
117     config: upgrade to util-macros 1.8 for additional man page support
118     
119     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
120     The value of MAN_SUBST is the same for all X.Org packages.
121     
122     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
123     Enables use of platform appropriate version of sed.
124     
125     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
126
127 commit 103f1b40357aee8099fd6071e11b710c516f6053
128 Author: Gaetan Nadon <memsize@videotron.ca>
129 Date:   Sun Nov 7 11:06:20 2010 -0800
130
131     config: update AC_PREREQ statement to 2.60
132     
133     Unrelated to the previous patches, the new value simply reflects
134     the reality that the minimum level for autoconf to configure
135     all x.org modules is 2.60 dated June 2006.
136     
137     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
138     
139     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
140     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
141
142 commit e252249722a5eda00bf6b10601d4dbdae9de1d00
143 Author: Jesse Adkins <jesserayadkins@gmail.com>
144 Date:   Tue Sep 28 13:29:49 2010 -0700
145
146     Purge cvs tags.
147     
148     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
149
150 commit 8fd1d5d18a567c46982e5c9f3918e24a38e7329e
151 Author: Gaetan Nadon <memsize@videotron.ca>
152 Date:   Thu Nov 26 09:19:52 2009 -0500
153
154     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
155     
156     Now that the INSTALL file is generated.
157     Allows running make maintainer-clean.
158
159 commit c6975a3be5cb34a3d1fd5bbf65816923bd5b2394
160 Author: Gaetan Nadon <memsize@videotron.ca>
161 Date:   Wed Oct 28 14:09:07 2009 -0400
162
163     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
164     
165     Add missing INSTALL file. Use standard GNU file on building tarball
166     README may have been updated
167     Remove AUTHORS file as it is empty and no content available yet.
168     Remove NEWS file as it is empty and no content available yet.
169
170 commit 47b4daf16e246c1fc23073a5cc692da702dcc2d8
171 Author: Gaetan Nadon <memsize@videotron.ca>
172 Date:   Mon Oct 26 22:08:38 2009 -0400
173
174     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
175     
176     ChangeLog filename is known to Automake and requires no further
177     coding in the makefile.
178
179 commit c258f52cfb477d7bd48dca503b8a8842e6b17513
180 Author: Gaetan Nadon <memsize@videotron.ca>
181 Date:   Thu Oct 22 12:34:14 2009 -0400
182
183     .gitignore: use common defaults with custom section # 24239
184     
185     Using common defaults will reduce errors and maintenance.
186     Only the very small or inexistent custom section need periodic maintenance
187     when the structure of the component changes. Do not edit defaults.
188
189 commit e8be20c2cd3ba3ac94b3a9d9b5a22b31aa2686a8
190 Author: Alan Coopersmith <alan.coopersmith@sun.com>
191 Date:   Sat Oct 10 22:47:34 2009 -0700
192
193     mkfontdir 1.0.5
194     
195     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
196
197 commit 006fa08ebb08b03b2c390c708e96d005f3613538
198 Author: Alan Coopersmith <alan.coopersmith@sun.com>
199 Date:   Sat Oct 10 22:47:09 2009 -0700
200
201     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
202     
203     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
204
205 commit ca2834cb13734a4a3fa7b44f00ae1d69f7b8d364
206 Author: Alan Coopersmith <alan.coopersmith@sun.com>
207 Date:   Thu Oct 1 14:54:18 2009 -0700
208
209     Add README with pointers to mailing lists, bugzilla, & git
210     
211     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
212
213 commit 5cff04431124e447f3499850924601ae28d4fceb
214 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
215 Date:   Fri Jan 16 20:11:47 2009 -0200
216
217     Use XORG_CHANGELOG to correct "make distcheck"
218
219 commit ae3643d936ae4eed9d0b1dfa60fe83718a9987e8
220 Author: Adam Jackson <ajax@redhat.com>
221 Date:   Thu Mar 6 16:47:38 2008 -0500
222
223     mkfontdir 1.0.4
224
225 commit 24c0bbb24d2bc5aa37f4ef0bc79882d9ed48b94d
226 Author: Alan Coopersmith <alan.coopersmith@sun.com>
227 Date:   Fri Jan 11 12:40:52 2008 -0800
228
229     Fix formatting of man page so ellipsis are shown with Solaris nroff
230
231 commit e5c6ba63b4848d6d747ef0af51f641d864ab75ea
232 Author: Alan Coopersmith <alan.coopersmith@sun.com>
233 Date:   Fri Jan 11 12:39:00 2008 -0800
234
235     Fill in COPYING file with copyright/license notices
236
237 commit 4b24431325f37f8c2b1489bf16790fdb2db4872b
238 Author: Alan Coopersmith <alan.coopersmith@sun.com>
239 Date:   Mon Jan 7 14:16:07 2008 -0800
240
241     Add references to mkfontscale to man page
242     
243     Also convert (1) to (__appmansuffix__)
244
245 commit b88571e67d65f0d6b98b49b955cd6750a1ff7c82
246 Author: James Cloos <cloos@jhcloos.com>
247 Date:   Thu Dec 6 16:37:03 2007 -0500
248
249     Replace static ChangeLog with dist-hook to generate from git log
250
251 commit 1c77c767024e60aac427c6c70a891f01ba2bcceb
252 Author: James Cloos <cloos@jhcloos.com>
253 Date:   Mon Sep 3 05:51:05 2007 -0400
254
255     Add *~ to .gitignore to skip patch/emacs droppings
256
257 commit fbe9cd99f9d96df07b0a499fefe5129ae8e1f715
258 Author: James Cloos <cloos@jhcloos.com>
259 Date:   Thu Aug 23 19:24:28 2007 -0400
260
261     Rename .cvsignore to .gitignore
262
263 commit 980d8223e76c39bce7765cef5a15457b29a1176a
264 Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
265 Date:   Wed Mar 21 16:06:59 2007 -0500
266
267     Bump version number. (No changes, but source tarball will
268     use recent util macros.)
269
270 commit 8a0dcc73228a7efc59dbcc59401c68deb632c4a0
271 Author: Adam Jackson <ajax@nwnk.net>
272 Date:   Sun Apr 2 00:38:25 2006 +0000
273
274     Bump to 1.0.2.
275
276 commit 6c8aba9e4c5211eec5829f2fe4c60103439355dd
277 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
278 Date:   Sun Mar 5 19:52:51 2006 +0000
279
280     Let BSD make find mkfontdir.cpp when building in a separate obj dir
281
282 commit 97ea84ce9da0e5aa8f98c008def6fcc20fd0f211
283 Author: Kevin E Martin <kem@kem.org>
284 Date:   Wed Dec 21 02:29:43 2005 +0000
285
286     Update package version for X11R7 release.
287
288 commit 907ed17423b86fc13753540e9dcaa59c699163b0
289 Author: Adam Jackson <ajax@nwnk.net>
290 Date:   Mon Dec 19 16:22:41 2005 +0000
291
292     Stub COPYING files
293
294 commit 3897b3a8ccd63807f813571175270f977e7de051
295 Author: Kevin E Martin <kem@kem.org>
296 Date:   Thu Dec 15 00:24:03 2005 +0000
297
298     Update package version number for final X11R7 release candidate.
299
300 commit bc722dc4035ad4504c78ce80066827021f40724e
301 Author: Kevin E Martin <kem@kem.org>
302 Date:   Tue Dec 6 22:48:17 2005 +0000
303
304     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
305
306 commit bbba337b8317ea3ca7bae517b4fd84d77335e0a4
307 Author: Kevin E Martin <kem@kem.org>
308 Date:   Sat Dec 3 05:49:16 2005 +0000
309
310     Update package version number for X11R7 RC3 release.
311
312 commit d3ae95c6b1d87c5842ba011b353da4cadb9fb066
313 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
314 Date:   Mon Nov 28 22:01:37 2005 +0000
315
316     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
317         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
318
319 commit 60da31432b2994b24a15d4bad6b99a49134e2fa1
320 Author: Eric Anholt <anholt@freebsd.org>
321 Date:   Mon Nov 21 10:34:56 2005 +0000
322
323     Another pass at .cvsignores for apps.
324
325 commit b9eb4c859cc3b40a1b3500a759e3a9b4c0c5adf0
326 Author: Eric Anholt <anholt@freebsd.org>
327 Date:   Sun Nov 20 22:08:49 2005 +0000
328
329     Add/improve .cvsignore files for apps.
330
331 commit fa50ea85ba0e0fb5cea23f9b9965da091acdf3d0
332 Author: Kevin E Martin <kem@kem.org>
333 Date:   Wed Oct 19 02:47:49 2005 +0000
334
335     Update package version number for RC1 release.
336
337 commit 8c7d262a193403bccdebc95abcdca44651d23ce7
338 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
339 Date:   Mon Oct 17 23:56:19 2005 +0000
340
341     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
342         work better with BSD make
343
344 commit 8595ad93606fd05002cdc61638002882b273438d
345 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
346 Date:   Fri Oct 14 00:25:41 2005 +0000
347
348     Use sed to fill in variables in man page
349
350 commit 16391b048755896eec71059f5b410e666f3199fb
351 Author: Adam Jackson <ajax@nwnk.net>
352 Date:   Tue Aug 2 01:58:09 2005 +0000
353
354     Find mkfontscale through @bindir@ rather than AC_PATH_PROG, since the one
355         in the path could be from an old install that doesn't support all the
356         needed flags.
357
358 commit 77232fd7d2789345182dc8604c3f361d51283fb9
359 Author: Kevin E Martin <kem@kem.org>
360 Date:   Fri Jul 29 21:22:29 2005 +0000
361
362     Various changes preparing packages for RC0:
363     - Verify and update package version numbers as needed
364     - Implement versioning scheme
365     - Change bug address to point to bugzilla bug entry form
366     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
367         reenable it)
368     - Fix makedepend to use pkgconfig and pass distcheck
369     - Update build script to build macros first
370     - Update modular Xorg version
371
372 commit ec144c204d5a94f13e472af21e3970e68171beae
373 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
374 Date:   Thu Jul 14 20:59:48 2005 +0000
375
376     build fix for non-GNU make
377
378 commit c234aba48a96ff7b63841227ba62abb821306231
379 Author: Kevin E Martin <kem@kem.org>
380 Date:   Sat Jul 2 21:42:05 2005 +0000
381
382     Add build system for bdftopcf, mkfontdir and mkfontscale
383
384 commit a6969b729206fd626562609348e0bff7c71939e2
385 Author: Egbert Eich <eich@suse.de>
386 Date:   Fri Apr 23 19:54:36 2004 +0000
387
388     Merging XORG-CURRENT into trunk
389
390 commit 572109412f1b8c3c835348e995c0de9283fc4d18
391 Author: Egbert Eich <eich@suse.de>
392 Date:   Sun Mar 14 08:34:54 2004 +0000
393
394     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
395
396 commit ed58ece79a71af17459bf70954e3902a7e4c624a
397 Author: Egbert Eich <eich@suse.de>
398 Date:   Wed Mar 3 12:12:53 2004 +0000
399
400     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
401
402 commit e5ec1a9dc8d2b70d5411ec7bcaeb4faa498515b0
403 Author: Egbert Eich <eich@suse.de>
404 Date:   Thu Feb 26 13:36:15 2004 +0000
405
406     readding XFree86's cvs IDs
407
408 commit 8ce96bf2557fdf043e22efef53a882dd8d6a11e6
409 Author: Egbert Eich <eich@suse.de>
410 Date:   Thu Feb 26 09:23:56 2004 +0000
411
412     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
413
414 commit 2a85fa572521b9ec3fb846f20d0fa192f23ba7ec
415 Author: Kaleb Keithley <kaleb@freedesktop.org>
416 Date:   Tue Nov 25 19:29:02 2003 +0000
417
418     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
419
420 commit 38106b47a4d9ae68758540e278f094712742467c
421 Author: Kaleb Keithley <kaleb@freedesktop.org>
422 Date:   Tue Nov 25 19:29:02 2003 +0000
423
424     Initial revision
425
426 commit 4b54ae25437aaaa8ff02175d23835421bff22030
427 Author: Kaleb Keithley <kaleb@freedesktop.org>
428 Date:   Fri Nov 14 16:48:57 2003 +0000
429
430     XFree86 4.3.0.1
431
432 commit 0d023fcb40ca4eea0a466dcb170fc3258dbdcf3c
433 Author: Kaleb Keithley <kaleb@freedesktop.org>
434 Date:   Fri Nov 14 15:54:53 2003 +0000
435
436     R6.6 is the Xorg base-line