瀏覽代碼

* Updated ChangeLog and NEWS.

* 0.99.beta4 release.
tags/v0.99.beta14
Sam Hocevar sam 18 年之前
父節點
當前提交
7949f346bc
共有 3 個檔案被更改,包括 101 行新增1 行删除
  1. +94
    -0
      ChangeLog
  2. +6
    -0
      NEWS
  3. +1
    -1
      configure.ac

+ 94
- 0
ChangeLog 查看文件

@@ -1,3 +1,97 @@
------------------------------------------------------------------------
r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am

* Replace 'man3caca' with 'man3' in generated manpages.

------------------------------------------------------------------------
r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines
Changed paths:
M /trunk/test/demo0.c

* Fix dithering handling in demo0.c.

------------------------------------------------------------------------
r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines
Changed paths:
M /trunk/caca-config.in

* Do not output unnecessary libraries in caca-output config.

------------------------------------------------------------------------
r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines
Changed paths:
M /trunk/doc/migrating.dox

* Oops, thinko in the migration doc.

------------------------------------------------------------------------
r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines
Changed paths:
M /trunk/doc/migrating.dox

* Updated the migration documentation so that it mentions the <caca0.h>
compatibility layer.

------------------------------------------------------------------------
r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines
Changed paths:
M /trunk/caca/caca0.c
M /trunk/caca/caca0.h

* Made features (such as dithering mode) and caca_sqrt work in the legacy
0.x glue code.

------------------------------------------------------------------------
r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines
Changed paths:
M /trunk/test
M /trunk/test/Makefile.am
A /trunk/test/demo0.c

* Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a
test for the <caca0.h> emulation layer.

------------------------------------------------------------------------
r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines
Changed paths:
M /trunk/caca/Makefile.am
A /trunk/caca/caca0.c
A /trunk/caca/caca0.h

* Added an emulation layer for pre-1.0 libcaca API. Legacy applications
just need to include <caca0.h> instead of <caca.h> and should be source-
compatible with old versions of libcaca.

Most of the old API works, except features and caca_sqrt(). Sprites do
work API-wise but due to the new format they are no longer working in
the same way.

------------------------------------------------------------------------
r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines
Changed paths:
M /trunk/test/export.c

* Fix a crash in export.c with unknown file formats.

------------------------------------------------------------------------
r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines
Changed paths:
M /trunk/cucul/transform.c

* U+214B TURNED AMPERSAND

------------------------------------------------------------------------
r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
M /trunk/configure.ac

* Updated ChangeLog and NEWS.
* 0.99.beta3 release.

------------------------------------------------------------------------
r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
Changed paths:


+ 6
- 0
NEWS 查看文件

@@ -1,5 +1,11 @@
/* $Id$ */ /** \page news News

\section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3

- added a compatibility layer for pre-1.x libcaca applications
- fixed manpage generation
- minor bugfixes and documentation updates

\section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2

- libcaca functions use errno for error reporting


+ 1
- 1
configure.ac 查看文件

@@ -6,7 +6,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM

AM_INIT_AUTOMAKE(libcaca, 0.99.beta3)
AM_INIT_AUTOMAKE(libcaca, 0.99.beta4)
LT_VERSION="99:0:99"
AC_SUBST(LT_VERSION)
AM_CONFIG_HEADER(config.h)


Loading…
取消
儲存