Browse Source

* Set version to 0.99.beta11.

* Updated NEWS and ChangeLog.
tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
2b6b68d7c5
3 changed files with 1391 additions and 5961 deletions
  1. +1379
    -5960
      ChangeLog
  2. +11
    -0
      NEWS
  3. +1
    -1
      configure.ac

+ 1379
- 5960
ChangeLog
File diff suppressed because it is too large
View File


+ 11
- 0
NEWS View File

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

\section news0_99_beta12 Changes between 0.9.beta12 and 0.99.beta11

- support for 90-degree canvas rotation
- better behaviour when trying to output Unicode on an ASCII terminal
- the built-in font now supports the Geometric Shapes, Halfwidth and Fullwidth
Forms and Miscellaneous Symbols Unicode blocks
- new rotozoom effect in cacademo
- Cocoa output driver for Mac OS X
- preliminary .NET bindings
- many bugfixes and documentation changes

\section news0_99_beta11 Changes between 0.9.beta11 and 0.99.beta10

- fixed compilation of the C++ bindings


+ 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.beta11)
AM_INIT_AUTOMAKE(libcaca, 0.99.beta12)
LT_VERSION="99:0:99"
AC_SUBST(LT_VERSION)
AM_CONFIG_HEADER(config.h)


Loading…
Cancel
Save