diff --git a/ChangeLog b/ChangeLog index 1334c4a62..7aa3d6aca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-04-09 David Reveman + * 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. diff --git a/NEWS b/NEWS index 8b70aef97..cbb119003 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Snapshot 0.1.21 (2004-04-09 David Reveman ) +============================================================= +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 ) ======================================================== New pattern API diff --git a/configure.in b/configure.in index 42dfd9d22..09e6a9771 100644 --- a/configure.in +++ b/configure.in @@ -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