From 7998155d0910dc450d4a55f35bc3537353d10067 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 4 Oct 2006 12:11:16 +0000 Subject: [PATCH] * Set version to 0.99.beta7. * Updated NEWS and ChangeLog. --- ChangeLog | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 6 ++++++ configure.ac | 2 +- 3 files changed, 67 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5cfe1c3..631d47c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +------------------------------------------------------------------------ +r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines +Changed paths: + M /trunk/cucul/export.c + + * Support transparency in the colour UTF-8 exporter. + +------------------------------------------------------------------------ +r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines +Changed paths: + M /trunk/cucul/triangle.c + + * Better precision in cucul_fill_triangle(). + +------------------------------------------------------------------------ +r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines +Changed paths: + M /trunk/cucul/triangle.c + + * More optimisations in cucul_fill_triangle(). + +------------------------------------------------------------------------ +r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines +Changed paths: + M /trunk/cucul/triangle.c + + * Optimised triangle rasteriser. Thanks to Jylam for the hints. + +------------------------------------------------------------------------ +r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines +Changed paths: + M /trunk/cucul/import.c + + * Set default background to transparent in the ANSI and UTF-8 importers. + +------------------------------------------------------------------------ +r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines +Changed paths: + M /trunk/cxx/Makefile.am + M /trunk/cxx/cucul++.cpp + M /trunk/cxx/cucul++.h + A /trunk/cxx/cxxtest.cpp + + * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency. + + --This line, and those below, will be ignored-- + +M cxx/cucul++.cpp +A cxx/cxxtest.cpp +M cxx/cucul++.h +M cxx/Makefile.am + +------------------------------------------------------------------------ +r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines +Changed paths: + M /trunk/ChangeLog + M /trunk/NEWS + + * Updated NEWS and ChangeLog. + ------------------------------------------------------------------------ r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines Changed paths: diff --git a/NEWS b/NEWS index 6e11b47..c712977 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ /* $Id$ */ /** \page news News +\section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6 + + - transparency support in the UTF-8 importer and exporter + - optimised triangle fill routine + - updated C++ bindings + \section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5 - ANSI importer now handles transparency and UTF-8 diff --git a/configure.ac b/configure.ac index 46754d6..1db4024 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(libcaca, 0.99.beta6) +AM_INIT_AUTOMAKE(libcaca, 0.99.beta7) LT_VERSION="99:0:99" AC_SUBST(LT_VERSION) AM_CONFIG_HEADER(config.h)