mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-30 19:00:13 +01:00
Bump version to 0.1.21
This commit is contained in:
parent
73df0e81cb
commit
aa83e5c2c1
3 changed files with 21 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2004-04-09 David Reveman <c99drn@cs.umu.se>
|
||||
|
||||
* NEWS: Added notes for snapshot 0.1.21.
|
||||
|
||||
* configure.in: Bump version to 0.1.21.
|
||||
|
||||
* src/cairo_surface.c (_cairo_surface_create_pattern):
|
||||
* src/cairo_pattern.c (_cairo_pattern_get_image): Fixed
|
||||
incorrect rounding of pattern image size.
|
||||
|
|
|
|||
16
NEWS
16
NEWS
|
|
@ -1,3 +1,19 @@
|
|||
Snapshot 0.1.21 (2004-04-09 David Reveman <c99drn@cs.umu.se>)
|
||||
=============================================================
|
||||
New OpenGL backend
|
||||
------------------
|
||||
The OpenGL backend provides hardware accelerated output for
|
||||
X11 and OS X. The significant new functions are:
|
||||
|
||||
cairo_set_target_gl
|
||||
cairo_gl_surface_create
|
||||
|
||||
Automatic detection of available backends
|
||||
-----------------------------------------
|
||||
The configure script now automatically detect what backends are
|
||||
available, (use ./configure --disable-`backend' to prevent
|
||||
compilation of specific backends).
|
||||
|
||||
Snapshot 0.1.20 (2004-04-06 Carl Worth <cworth@isi.edu>)
|
||||
========================================================
|
||||
New pattern API
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_INIT(src/cairo.h)
|
|||
dnl ===========================================================================
|
||||
|
||||
# Package version number, (as distinct from shared library version)
|
||||
CAIRO_VERSION=0.1.20
|
||||
CAIRO_VERSION=0.1.21
|
||||
|
||||
# libtool shared library version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue