Prepare Changelog for version 0.3.

This commit is contained in:
Sam Hocevar 2013-09-18 07:03:59 +00:00 committed by sam
parent 7caaf1a742
commit 57eff2e092
3 changed files with 48 additions and 2 deletions

View file

@ -1,3 +1,46 @@
Commit: UNSUBMITTED
Author: Sam
Date: Fri Apr 6 22:20:43 2012 +0200
fix: use the upcoming libcaca's canvas width and smushing mode features.
src/figlet.c | 3 +++
src/main.c | 12 ++++++------
src/toilet.h | 10 +---------
3 files changed, 10 insertions(+), 15 deletions(-)
Commit: 4682
Author: sam
Date: Thu Oct 7 21:43:58 2010 +0000
Remove useless reference to deprecated libcucul.
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Commit: 4681
Author: sam
Date: Thu Oct 7 21:38:43 2010 +0000
Remove the build dependency on the getopt implementation and use libcaca
instead.
configure.ac | 18 +-------
src/Makefile.am | 9 +---
src/main.c | 38 ++++++-----------
src/mygetopt.c | 120 -------------------------------------------------------
src/mygetopt.h | 29 -------------
5 files changed, 18 insertions(+), 196 deletions(-)
Commit: 4356
Author: sam
Date: Tue Feb 9 01:22:20 2010 +0000
Update ChangeLog.
ChangeLog | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
Commit: 4355
Author: sam
Date: Tue Feb 9 01:21:56 2010 +0000

3
NEWS
View file

@ -1,3 +1,6 @@
New in 0.3:
- most of the code was moved to libcaca
- terminal width support was fixed
New in 0.2:
- support for 90-degree rotations

View file

@ -1,12 +1,12 @@
AC_INIT(toilet, 0.2)
AC_INIT(toilet, 0.3)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(toilet, 0.2)
AM_INIT_AUTOMAKE(toilet, 0.3)
AM_CONFIG_HEADER(config.h)
AM_PROG_CC_C_O