Changeset 1021
- Timestamp:
- Sep 9, 2006, 7:58:57 PM (16 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r1010 r1021 1 ------------------------------------------------------------------------ 2 r801 | sam | 2006-09-09 19:54:06 +0200 (Sat, 09 Sep 2006) | 2 lines 3 Changed paths: 4 M /trunk/doc/Makefile.am 5 6 * Replace 'man3caca' with 'man3' in generated manpages. 7 8 ------------------------------------------------------------------------ 9 r800 | sam | 2006-09-09 19:52:54 +0200 (Sat, 09 Sep 2006) | 2 lines 10 Changed paths: 11 M /trunk/test/demo0.c 12 13 * Fix dithering handling in demo0.c. 14 15 ------------------------------------------------------------------------ 16 r799 | sam | 2006-09-09 19:31:43 +0200 (Sat, 09 Sep 2006) | 2 lines 17 Changed paths: 18 M /trunk/caca-config.in 19 20 * Do not output unnecessary libraries in caca-output config. 21 22 ------------------------------------------------------------------------ 23 r798 | sam | 2006-09-09 19:20:32 +0200 (Sat, 09 Sep 2006) | 2 lines 24 Changed paths: 25 M /trunk/doc/migrating.dox 26 27 * Oops, thinko in the migration doc. 28 29 ------------------------------------------------------------------------ 30 r797 | sam | 2006-09-09 19:02:30 +0200 (Sat, 09 Sep 2006) | 3 lines 31 Changed paths: 32 M /trunk/doc/migrating.dox 33 34 * Updated the migration documentation so that it mentions the <caca0.h> 35 compatibility layer. 36 37 ------------------------------------------------------------------------ 38 r796 | sam | 2006-09-09 18:53:13 +0200 (Sat, 09 Sep 2006) | 3 lines 39 Changed paths: 40 M /trunk/caca/caca0.c 41 M /trunk/caca/caca0.h 42 43 * Made features (such as dithering mode) and caca_sqrt work in the legacy 44 0.x glue code. 45 46 ------------------------------------------------------------------------ 47 r795 | sam | 2006-09-09 17:40:16 +0200 (Sat, 09 Sep 2006) | 3 lines 48 Changed paths: 49 M /trunk/test 50 M /trunk/test/Makefile.am 51 A /trunk/test/demo0.c 52 53 * Added demo0.c, which is basically the old libcaca-0.9 demo.c file, as a 54 test for the <caca0.h> emulation layer. 55 56 ------------------------------------------------------------------------ 57 r794 | sam | 2006-09-09 17:38:06 +0200 (Sat, 09 Sep 2006) | 8 lines 58 Changed paths: 59 M /trunk/caca/Makefile.am 60 A /trunk/caca/caca0.c 61 A /trunk/caca/caca0.h 62 63 * Added an emulation layer for pre-1.0 libcaca API. Legacy applications 64 just need to include <caca0.h> instead of <caca.h> and should be source- 65 compatible with old versions of libcaca. 66 67 Most of the old API works, except features and caca_sqrt(). Sprites do 68 work API-wise but due to the new format they are no longer working in 69 the same way. 70 71 ------------------------------------------------------------------------ 72 r793 | sam | 2006-09-09 16:52:05 +0200 (Sat, 09 Sep 2006) | 2 lines 73 Changed paths: 74 M /trunk/test/export.c 75 76 * Fix a crash in export.c with unknown file formats. 77 78 ------------------------------------------------------------------------ 79 r792 | sam | 2006-08-30 23:30:29 +0200 (Wed, 30 Aug 2006) | 2 lines 80 Changed paths: 81 M /trunk/cucul/transform.c 82 83 * U+214B TURNED AMPERSAND 84 85 ------------------------------------------------------------------------ 86 r791 | sam | 2006-08-25 12:22:57 +0200 (Fri, 25 Aug 2006) | 3 lines 87 Changed paths: 88 M /trunk/ChangeLog 89 M /trunk/NEWS 90 M /trunk/configure.ac 91 92 * Updated ChangeLog and NEWS. 93 * 0.99.beta3 release. 94 1 95 ------------------------------------------------------------------------ 2 96 r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines -
libcaca/trunk/NEWS
r1010 r1021 1 1 /* $Id$ */ /** \page news News 2 3 \section news0_99_beta4 Changes between 0.9.beta4 and 0.99.beta3 4 5 - added a compatibility layer for pre-1.x libcaca applications 6 - fixed manpage generation 7 - minor bugfixes and documentation updates 2 8 3 9 \section news0_99_beta3 Changes between 0.9.beta3 and 0.99.beta2 -
libcaca/trunk/configure.ac
r1010 r1021 7 7 AC_CANONICAL_SYSTEM 8 8 9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta 3)9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta4) 10 10 LT_VERSION="99:0:99" 11 11 AC_SUBST(LT_VERSION)
Note: See TracChangeset
for help on using the changeset viewer.