Browse Source

* Updated ChangeLog and NEWS.

* 0.99.beta3 release.
tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
db7670eb2a
3 changed files with 18 additions and 1 deletions
  1. +11
    -0
      ChangeLog
  2. +6
    -0
      NEWS
  3. +1
    -1
      configure.ac

+ 11
- 0
ChangeLog View File

@@ -1,3 +1,14 @@
------------------------------------------------------------------------
r790 | sam | 2006-08-25 12:16:53 +0200 (Fri, 25 Aug 2006) | 3 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/Makefile.am
M /trunk/configure.ac
D /trunk/debian

* Removed debian packaging stuff from the trunk. It'll now be at
svn://svn.debian.org/svn/sam-hocevar/pkg-misc

------------------------------------------------------------------------
r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines
Changed paths:


+ 6
- 0
NEWS View File

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

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

- libcaca functions use errno for error reporting
- updated C++ bindings
- minor improvements, bugfixes and documentation updates

\section news0_99_beta2 Changes between 0.9.beta2 and 0.99.beta1

- ANSI importer


+ 1
- 1
configure.ac View File

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

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


Loading…
Cancel
Save