Browse Source

* 0.99.beta1 release.

tags/v0.99.beta14
Sam Hocevar sam 19 years ago
parent
commit
1d3b712e67
3 changed files with 71 additions and 3 deletions
  1. +66
    -0
      ChangeLog
  2. +4
    -2
      NEWS
  3. +1
    -1
      TODO

+ 66
- 0
ChangeLog View File

@@ -1,3 +1,69 @@
------------------------------------------------------------------------
r640 | sam | 2006-04-22 23:36:11 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
M /trunk/configure.ac
M /trunk/cucul/Makefile.am
M /trunk/test/Makefile.am

* Got rid of CUCUL_LIBS. It's unused.

------------------------------------------------------------------------
r639 | sam | 2006-04-22 23:31:42 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/debian
M /trunk/debian/Makefile.am
A /trunk/debian/caca-utils.install
M /trunk/debian/changelog
M /trunk/debian/control
A /trunk/debian/libcaca-dev.install
A /trunk/debian/libcaca0.install
A /trunk/debian/libcucul-dev.install
A /trunk/debian/libcucul0.install
M /trunk/debian/rules
M /trunk/doc/Makefile.am

* Updated Debian build rules.

------------------------------------------------------------------------
r638 | sam | 2006-04-22 21:46:43 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
M /trunk/caca/event.c
M /trunk/doc/migrating.dox
M /trunk/test/colors.c
M /trunk/test/dithering.c
M /trunk/test/font.c
M /trunk/test/frames.c
M /trunk/test/hsv.c
M /trunk/test/transform.c
M /trunk/test/truecolor.c
M /trunk/test/unicode.c

* Allow the caca_event_t *ev argument for caca_get_event() to be NULL.

------------------------------------------------------------------------
r637 | sam | 2006-04-22 21:35:43 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
M /trunk/doc/migrating.dox

* Minor updates to the migration documentation.

------------------------------------------------------------------------
r636 | sam | 2006-04-22 21:22:14 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am

* Slightly improved the documentation build rules dependencies.

------------------------------------------------------------------------
r635 | sam | 2006-04-22 21:17:38 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
M /trunk/TODO

* Updated ChangeLog, NEWS and TODO.

------------------------------------------------------------------------
r634 | sam | 2006-04-22 21:14:49 +0200 (Sat, 22 Apr 2006) | 2 lines
Changed paths:


+ 4
- 2
NEWS View File

@@ -2,16 +2,18 @@

\section news0_99 Changes between 0.9 and 0.99

- license switched to WTFPL
- libcaca was split into libcucul, a standalone text manipulation backend,
and libcaca, the display and user input frontend
- Unicode support
- TrueColor support
- TrueColor (more than 16 colours) support
- Floyd-Steinberg dithering
- gamma correction
- import/export functions for many text formats
- export functions for HTML, IRC, ANSI, SVG, PostScript, TGA...
- builtin fonts for device-independent bitmap output
- various text transformation routines (rotation, horizontal flip...)
- OpenGL renderer
- kernel mode to build libcaca programs into a bootable x86 kernel
- cacaserver, a telnet server that can be hooked to libcaca applications
- img2irc, an image to IRC conversion utility



+ 1
- 1
TODO View File

@@ -4,7 +4,7 @@

\subsection dep API-dependent stuff

- nothing!
- support for multi-frame canvases in the caca exporter

\subsection indep API-independent stuff



Loading…
Cancel
Save