Updated version number and release date
Updated to version 2.2.3, release date 12 January 2011, and also add self to author list with current year in Copyright notice. Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
parent
7abaf77501
commit
c4a2f0db58
4
CHANGES
4
CHANGES
@ -1,4 +1,4 @@
|
||||
Changes in FIGlet 2.2.3 (in progress)
|
||||
Changes in FIGlet 2.2.3
|
||||
-----------------------
|
||||
|
||||
FIGlet 2.2.3 is a revision of FIGlet 2.2.2 featuring minor bugfixes and
|
||||
@ -28,8 +28,6 @@ o Add a Turbo C makefile, just because I had the compiler. (this
|
||||
o Add Jonathon Abbott's man pages for figlist, showfigfonts and
|
||||
chkfont originally contributed to the Debian Project
|
||||
|
||||
o ...
|
||||
|
||||
These changes were made by Claudio Matsuoka <cmatsuoka@gmail.com>
|
||||
|
||||
Changes in FIGlet 2.2.2
|
||||
|
2
FAQ
2
FAQ
@ -5,7 +5,7 @@
|
||||
info@figlet.org http://www.figlet.org/ |__| [FIGlet FAQ v0.91]
|
||||
|
||||
===========================================================================
|
||||
The latest version of FIGlet is 2.2.2 and can be downloaded from
|
||||
The latest version of FIGlet is 2.2.3 and can be downloaded from
|
||||
ftp://ftp.figlet.org/pub/figlet/program
|
||||
===========================================================================
|
||||
|
||||
|
4
README
4
README
@ -1,5 +1,5 @@
|
||||
About FIGlet (Frank, Ian & Glenn's Letters) release 2.2.2, 05 July 2005
|
||||
-----------------------------------------------------------------------
|
||||
About FIGlet (Frank, Ian & Glenn's Letters) release 2.2.3, 12 January 2011
|
||||
--------------------------------------------------------------------------
|
||||
FIGlet is a program that creates large characters out of ordinary
|
||||
screen characters
|
||||
_ _ _ _ _ _
|
||||
|
@ -12,7 +12,7 @@
|
||||
.\"
|
||||
.\" Manual page by Jonathon Abbott, for the Debian Project
|
||||
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
||||
.TH CHKFONT 6 "9 April 2001" "v2.2.1"
|
||||
.TH CHKFONT 6 "12 January 2011" "v2.2.3"
|
||||
|
||||
.SH NAME
|
||||
chkfont \- checks figlet 2.0 and up font files for format errors
|
||||
|
3
figlet.6
3
figlet.6
@ -3,12 +3,13 @@
|
||||
.\" Internet: <info@figlet.org>
|
||||
.\" Portions Copyright 1996, 1997, 1998, 1999, 2000, 2001 by John Cowan <cowan@ccil.org>
|
||||
.\" Portions Copyright 2002 by Christiaan Keet
|
||||
.\" Portions Copyright 2011 by Claudio Matsuoka
|
||||
.\" FIGlet, along with the various FIGlet fonts and documentation, may
|
||||
.\" be freely copied and distributed.
|
||||
.\" If you use FIGlet, please send an e-mail message to
|
||||
.\" <info@figlet.org>
|
||||
.\"
|
||||
.TH FIGLET 6 "13 July 2002" "v2.2.2"
|
||||
.TH FIGLET 6 "12 January 2011" "v2.2.3"
|
||||
|
||||
.SH NAME
|
||||
FIGlet \- display large characters made up of ordinary screen characters
|
||||
|
4
figlet.c
4
figlet.c
@ -3,6 +3,7 @@
|
||||
FIGlet Copyright 1991, 1993, 1994 Glenn Chappell and Ian Chai
|
||||
FIGlet Copyright 1996, 1997, 1998, 1999, 2000, 2001 John Cowan
|
||||
FIGlet Copyright 2002 Christiaan Keet
|
||||
FIGlet Copyright 2011 Claudio Matsuoka
|
||||
Portions written by Paul Burton and Christiaan Keet
|
||||
Internet: <info@figlet.org>
|
||||
FIGlet, along with the various FIGlet fonts and documentation, is
|
||||
@ -10,7 +11,7 @@
|
||||
(as listed in the file "LICENSE" which is included in this package)
|
||||
****************************************************************************/
|
||||
|
||||
#define DATE "XX January 2011"
|
||||
#define DATE "12 January 2011"
|
||||
#define VERSION "2.2.3"
|
||||
#define VERSION_INT 20203
|
||||
|
||||
@ -36,6 +37,7 @@
|
||||
http://www.figlet.org/ */
|
||||
/* Release 2.2.2 by Christiaan Keet: License changed from "Artistic License"
|
||||
to "Academic Free License" as agreed by FIGlet authors. 05 July 2005 */
|
||||
/* Release 2.2.3 by Claudio Matsuoka, 12 January 2011 */
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
DEFAULTFONTDIR and DEFAULTFONTFILE should be defined in the Makefile.
|
||||
|
@ -8,7 +8,7 @@
|
||||
.\"
|
||||
.\" Manual page by Jonathon Abbott, for the Debian Project
|
||||
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
||||
.TH FIGLIST 6 "9 April 2001" "v2.2.1"
|
||||
.TH FIGLIST 6 "12 January 2011" "v2.2.3"
|
||||
|
||||
.SH NAME
|
||||
figlist \- lists figlet fonts and control files
|
||||
|
@ -11,7 +11,7 @@
|
||||
.\"
|
||||
.\" Manual page by Jonathon Abbott, for the Debian Project
|
||||
.\" slightly modified by Francesco Tapparo, for the Debian Project
|
||||
.TH SHOWFIGFONTS 6 "9 April 2001" "v2.2.1"
|
||||
.TH SHOWFIGFONTS 6 "12 January 2011" "v2.2.3"
|
||||
|
||||
.SH NAME
|
||||
showfigfonts \- prints a list of available figlet fonts
|
||||
|
Loading…
x
Reference in New Issue
Block a user