Changeset 1186


Ignore:
Timestamp:
Oct 4, 2006, 2:11:16 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Set version to 0.99.beta7.
  • Updated NEWS and ChangeLog?.
Location:
libcaca/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/ChangeLog

    r1155 r1186  
     1------------------------------------------------------------------------
     2r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines
     3Changed paths:
     4   M /trunk/cucul/export.c
     5
     6  * Support transparency in the colour UTF-8 exporter.
     7
     8------------------------------------------------------------------------
     9r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines
     10Changed paths:
     11   M /trunk/cucul/triangle.c
     12
     13  * Better precision in cucul_fill_triangle().
     14
     15------------------------------------------------------------------------
     16r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines
     17Changed paths:
     18   M /trunk/cucul/triangle.c
     19
     20  * More optimisations in cucul_fill_triangle().
     21
     22------------------------------------------------------------------------
     23r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines
     24Changed paths:
     25   M /trunk/cucul/triangle.c
     26
     27  * Optimised triangle rasteriser. Thanks to Jylam for the hints.
     28
     29------------------------------------------------------------------------
     30r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines
     31Changed paths:
     32   M /trunk/cucul/import.c
     33
     34  * Set default background to transparent in the ANSI and UTF-8 importers.
     35
     36------------------------------------------------------------------------
     37r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines
     38Changed paths:
     39   M /trunk/cxx/Makefile.am
     40   M /trunk/cxx/cucul++.cpp
     41   M /trunk/cxx/cucul++.h
     42   A /trunk/cxx/cxxtest.cpp
     43
     44 * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
     45 
     46 --This line, and those below, will be ignored--
     47
     48M    cxx/cucul++.cpp
     49A    cxx/cxxtest.cpp
     50M    cxx/cucul++.h
     51M    cxx/Makefile.am
     52
     53------------------------------------------------------------------------
     54r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines
     55Changed paths:
     56   M /trunk/ChangeLog
     57   M /trunk/NEWS
     58
     59  * Updated NEWS and ChangeLog.
     60
    161------------------------------------------------------------------------
    262r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines
  • libcaca/trunk/NEWS

    r1155 r1186  
    11/* $Id$ */ /** \page news News
     2
     3\section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6
     4
     5 - transparency support in the UTF-8 importer and exporter
     6 - optimised triangle fill routine
     7 - updated C++ bindings
    28
    39\section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5
  • libcaca/trunk/configure.ac

    r1154 r1186  
    77AC_CANONICAL_SYSTEM
    88
    9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta6)
     9AM_INIT_AUTOMAKE(libcaca, 0.99.beta7)
    1010LT_VERSION="99:0:99"
    1111AC_SUBST(LT_VERSION)
Note: See TracChangeset for help on using the changeset viewer.