Update changelog, version number and release date
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
parent
24b935eb59
commit
3cd070553d
20
CHANGES
20
CHANGES
@ -1,3 +1,23 @@
|
|||||||
|
Changes in FIGlet 2.2.5
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
FIGlet 2.2.5 is a revision of FIGlet 2.2.4 containing updated andproperly
|
||||||
|
licensed ISO8859 map files. The full list of changes is:
|
||||||
|
|
||||||
|
o Add regression tests for uskata and jis0201 control files
|
||||||
|
|
||||||
|
o Properly escape mins signs in figlist(6) man page (Jonathan
|
||||||
|
McCrohan)
|
||||||
|
|
||||||
|
o Fix chkfont coredump on invalid input (Kenneth Davies and
|
||||||
|
Jonathan McCrohan)
|
||||||
|
|
||||||
|
o Update ISO8859 map files to fix licensing issue raised in Debian
|
||||||
|
bugs 673096 and 674844
|
||||||
|
|
||||||
|
These changes were made by Claudio Matsuoka <cmatsuoka@gmail.com>
|
||||||
|
31 May 2012
|
||||||
|
|
||||||
Changes in FIGlet 2.2.4
|
Changes in FIGlet 2.2.4
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
2
FAQ
2
FAQ
@ -5,7 +5,7 @@
|
|||||||
info@figlet.org http://www.figlet.org/ |__| [FIGlet FAQ v0.91]
|
info@figlet.org http://www.figlet.org/ |__| [FIGlet FAQ v0.91]
|
||||||
|
|
||||||
===========================================================================
|
===========================================================================
|
||||||
The latest version of FIGlet is 2.2.4 and can be downloaded from
|
The latest version of FIGlet is 2.2.5 and can be downloaded from
|
||||||
ftp://ftp.figlet.org/pub/figlet/program
|
ftp://ftp.figlet.org/pub/figlet/program
|
||||||
===========================================================================
|
===========================================================================
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ DEFAULTFONTFILE = standard
|
|||||||
## END OF CONFIGURATION SECTION
|
## END OF CONFIGURATION SECTION
|
||||||
##
|
##
|
||||||
|
|
||||||
VERSION = 2.2.4
|
VERSION = 2.2.5
|
||||||
DIST = figlet-$(VERSION)
|
DIST = figlet-$(VERSION)
|
||||||
OBJS = figlet.o zipio.o crc.o inflate.o utf8.o
|
OBJS = figlet.o zipio.o crc.o inflate.o utf8.o
|
||||||
BINS = figlet chkfont figlist showfigfonts
|
BINS = figlet chkfont figlist showfigfonts
|
||||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
About FIGlet (Frank, Ian & Glenn's Letters) release 2.2.4, 26 January 2011
|
About FIGlet (Frank, Ian & Glenn's Letters) release 2.2.5, 31 May 2012
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
FIGlet is a program that creates large characters out of ordinary
|
FIGlet is a program that creates large characters out of ordinary
|
||||||
screen characters
|
screen characters
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Manual page by Jonathon Abbott, for the Debian Project
|
.\" Manual page by Jonathon Abbott, for the Debian Project
|
||||||
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
||||||
.TH CHKFONT 6 "26 January 2011" "v2.2.4"
|
.TH CHKFONT 6 "31 May 2012" "v2.2.5"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
chkfont \- checks figlet 2.0 and up font files for format errors
|
chkfont \- checks figlet 2.0 and up font files for format errors
|
||||||
|
4
figlet.6
4
figlet.6
@ -3,13 +3,13 @@
|
|||||||
.\" Internet: <info@figlet.org>
|
.\" Internet: <info@figlet.org>
|
||||||
.\" Portions Copyright 1996, 1997, 1998, 1999, 2000, 2001 by John Cowan <cowan@ccil.org>
|
.\" Portions Copyright 1996, 1997, 1998, 1999, 2000, 2001 by John Cowan <cowan@ccil.org>
|
||||||
.\" Portions Copyright 2002 by Christiaan Keet
|
.\" Portions Copyright 2002 by Christiaan Keet
|
||||||
.\" Portions Copyright 2011 by Claudio Matsuoka
|
.\" Portions Copyright 2011, 2012 by Claudio Matsuoka
|
||||||
.\" FIGlet, along with the various FIGlet fonts and documentation, may
|
.\" FIGlet, along with the various FIGlet fonts and documentation, may
|
||||||
.\" be freely copied and distributed.
|
.\" be freely copied and distributed.
|
||||||
.\" If you use FIGlet, please send an e-mail message to
|
.\" If you use FIGlet, please send an e-mail message to
|
||||||
.\" <info@figlet.org>
|
.\" <info@figlet.org>
|
||||||
.\"
|
.\"
|
||||||
.TH FIGLET 6 "26 January 2011" "v2.2.4"
|
.TH FIGLET 6 "31 May 2012" "v2.2.5"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
FIGlet \- display large characters made up of ordinary screen characters
|
FIGlet \- display large characters made up of ordinary screen characters
|
||||||
|
11
figlet.c
11
figlet.c
@ -3,7 +3,7 @@
|
|||||||
FIGlet Copyright 1991, 1993, 1994 Glenn Chappell and Ian Chai
|
FIGlet Copyright 1991, 1993, 1994 Glenn Chappell and Ian Chai
|
||||||
FIGlet Copyright 1996, 1997, 1998, 1999, 2000, 2001 John Cowan
|
FIGlet Copyright 1996, 1997, 1998, 1999, 2000, 2001 John Cowan
|
||||||
FIGlet Copyright 2002 Christiaan Keet
|
FIGlet Copyright 2002 Christiaan Keet
|
||||||
FIGlet Copyright 2011 Claudio Matsuoka
|
FIGlet Copyright 2011, 2012 Claudio Matsuoka
|
||||||
Portions written by Paul Burton and Christiaan Keet
|
Portions written by Paul Burton and Christiaan Keet
|
||||||
Internet: <info@figlet.org>
|
Internet: <info@figlet.org>
|
||||||
FIGlet, along with the various FIGlet fonts and documentation, is
|
FIGlet, along with the various FIGlet fonts and documentation, is
|
||||||
@ -11,9 +11,9 @@
|
|||||||
(as listed in the file "LICENSE" which is included in this package)
|
(as listed in the file "LICENSE" which is included in this package)
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#define DATE "26 January 2011"
|
#define DATE "31 May 2012"
|
||||||
#define VERSION "2.2.4"
|
#define VERSION "2.2.5"
|
||||||
#define VERSION_INT 20204
|
#define VERSION_INT 20205
|
||||||
|
|
||||||
/* FIGlet (Frank, Ian & Glenn's Letters) */
|
/* FIGlet (Frank, Ian & Glenn's Letters) */
|
||||||
/* by Glenn Chappell */
|
/* by Glenn Chappell */
|
||||||
@ -39,6 +39,7 @@
|
|||||||
to "Academic Free License" as agreed by FIGlet authors. 05 July 2005 */
|
to "Academic Free License" as agreed by FIGlet authors. 05 July 2005 */
|
||||||
/* Release 2.2.3 by Claudio Matsuoka, 12 Jan 2011: BSD license, fixes */
|
/* Release 2.2.3 by Claudio Matsuoka, 12 Jan 2011: BSD license, fixes */
|
||||||
/* Release 2.2.4 by Claudio Matsuoka, 26 Jan 2011: tlf2 font support */
|
/* Release 2.2.4 by Claudio Matsuoka, 26 Jan 2011: tlf2 font support */
|
||||||
|
/* Release 2.2.5 by Claudio Matsuoka, 31 May 2012: flc licensing, minor fixes */
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------
|
/*---------------------------------------------------------------------------
|
||||||
DEFAULTFONTDIR and DEFAULTFONTFILE should be defined in the Makefile.
|
DEFAULTFONTDIR and DEFAULTFONTFILE should be defined in the Makefile.
|
||||||
@ -431,7 +432,7 @@ int infonum;
|
|||||||
{
|
{
|
||||||
switch (infonum) {
|
switch (infonum) {
|
||||||
case 0: /* Copyright message */
|
case 0: /* Copyright message */
|
||||||
printf("FIGlet Copyright (C) 1991-2011 Glenn Chappell, Ian Chai, ");
|
printf("FIGlet Copyright (C) 1991-2012 Glenn Chappell, Ian Chai, ");
|
||||||
printf("John Cowan,\nChristiaan Keet and Claudio Matsuoka\n");
|
printf("John Cowan,\nChristiaan Keet and Claudio Matsuoka\n");
|
||||||
printf("Internet: <info@figlet.org> ");
|
printf("Internet: <info@figlet.org> ");
|
||||||
printf("Version: %s, date: %s\n\n",VERSION,DATE);
|
printf("Version: %s, date: %s\n\n",VERSION,DATE);
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Manual page by Jonathon Abbott, for the Debian Project
|
.\" Manual page by Jonathon Abbott, for the Debian Project
|
||||||
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
||||||
.TH FIGLIST 6 "26 January 2011" "v2.2.4"
|
.TH FIGLIST 6 "31 May 2012" "v2.2.5"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
figlist \- lists figlet fonts and control files
|
figlist \- lists figlet fonts and control files
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Manual page by Jonathon Abbott, for the Debian Project
|
.\" Manual page by Jonathon Abbott, for the Debian Project
|
||||||
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
||||||
.TH SHOWFIGFONTS 6 "26 January 2011" "v2.2.4"
|
.TH SHOWFIGFONTS 6 "31 May 2012" "v2.2.5"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
showfigfonts \- prints a list of available figlet fonts
|
showfigfonts \- prints a list of available figlet fonts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user