Update version number and changelog file

List current changes to the CHANGES file and call this version 2.3.
The version and date must be updated in several places before the
final release, including the FAQ and all man pages.

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
Claudio Matsuoka 2011-01-12 00:27:50 -02:00
parent 897df1c955
commit d971045702
3 changed files with 38 additions and 4 deletions

34
CHANGES

@ -1,3 +1,37 @@
Changes in FIGlet 2.3 (in progress)
---------------------
FIGlet 2.3 is a revision of FIGlet 2.2.2 featuring minor bugfixes and
important licensing changes in the zipio files. The full list of
changes is:
o New JIS X 0201 control file (Micah Cowan)
o Fix behavior of JIS0201 SHIFT-OUT and SHIFT-IN that were previouly
inverted (Micah Cowan)
o Fix memory violation when smushing at line start
o Fix handling of memory allocation errors
o Relicense Ed Hamrick zipio under the MIT license. This should
eliminate any concerns about redistribution of FIGlet as libre
software.
o Update Makefile to meet modern standards in variable naming, using
BINDIR as the pathname for binary files and reservind DESTDIR
as the extra prefix commonly used in package building.
o Add a Turbo C makefile, just because I had the compiler. (this
also tests portability to old compilers and foreign platforms)
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
-----------------------

@ -45,7 +45,7 @@ DEFAULTFONTFILE = standard.flf
## END OF CONFIGURATION SECTION
##
VERSION = 2.3.0
VERSION = 2.3
DIST = figlet-$(VERSION)
OBJS = figlet.o zipio.o crc.o inflate.o
BINS = figlet chkfont

@ -10,9 +10,9 @@
(as listed in the file "LICENSE" which is included in this package)
****************************************************************************/
#define DATE "05 July 2005"
#define VERSION "2.2.2"
#define VERSION_INT 20202
#define DATE "XX January 2011"
#define VERSION "2.3"
#define VERSION_INT 20300
/* FIGlet (Frank, Ian & Glenn's Letters) */
/* by Glenn Chappell */