[cairo-commit] Changes to 'refs/tags/1.4.10'

Carl Worth cworth at kemper.freedesktop.org
Wed Jun 27 14:41:54 PDT 2007


Tag '1.4.10' created by Carl Worth <cworth at cworth.org> at 2007-06-27 22:37 -0700

cairo 1.4.10 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBGgtij6JDdNq8qSWgRAkQdAJ9my06g9mZqivv5BwCb0K8nPCnw4QCfXfV9
MzHsMzA3Ulwl7AIju60Jnqs=
=Yqfk
-----END PGP SIGNATURE-----

Changes since 1.4.8:
Behdad Esfahbod:
      [perf] Link to librt if available
      [test] Use check_PROGRAMS instead of custom made SUPPORT_PROGS
      [TODO] Add link to Adrian's finer-grain fallback thread

Brian Ewins:
      [quartz] pass quartz_stroke_t not CGContextRef
      commit 75be87b4093aaa7f477d587d5a68308cade1b29c
      [quartz] move glyph array declarations
      [quartz] remove unused code
      [atsui] Document ATSUI

Carl Worth:
      Update version to 1.4.9 after the 1.4.8 release.
      Fix cairo-perf-diff to compile cairo-perf explicitly
      Merge branch 'ooo-fix' into cairo
      Revert "[cairo-xlib-surface] Check for errors before installing a NOOP error handler."
      Revert "[cairo-xlib-display] Hide XErrors during processing of the work queue."
      Prefer local dpy variable instead of display->display
      Add notes to NEWS for 1.4.10
      Increment cairo version to 1.4.10 (and libtool versioning to 13:5:11)

Chris Wilson:
      [cairo-xlib-surface] Check for errors before installing a NOOP error handler.
      [cairo-xlib-display] Hide XErrors during processing of the work queue.
      [cairo-directfb] Correct minor typo.
      Avoid deferring resource cleanup for application drawables

Nis Martensen:
      Update INSTALL about status of backends

Ryan Lortie:
      [xlib] Create source xrender Picture with IncludeInferiors

Vladimir Vukicevic:
      [misc] Blow away last remaining $Id$ directives in sources
      [perf] Add pixman_region_init_rects and use in extract_region

---
 INSTALL                              |    6 +-
 NEWS                                 |   45 ++++++++++++++++
 TODO                                 |    2 
 configure.in                         |    8 ++
 doc/public/tmpl/cairo-atsui.sgml     |    2 
 perf/Makefile.am                     |    6 +-
 perf/cairo-perf-diff                 |    2 
 perf/cairo-perf.c                    |    1 
 perf/cairo-perf.h                    |    1 
 perf/long-dashed-lines.c             |   67 +++++++++++++++++++++++
 pixman/src/fbtrap.c                  |    2 
 pixman/src/pixman-remap.h            |    1 
 pixman/src/pixman.h                  |    2 
 pixman/src/pixregion.c               |   29 ++++++++++
 src/cairo-analysis-surface-private.h |    3 -
 src/cairo-atsui-font.c               |   13 ++++
 src/cairo-directfb-surface.c         |    2 
 src/cairo-quartz-surface.c           |   98 +++++++++--------------------------
 src/cairo-traps.c                    |   58 ++++++++++++++------
 src/cairo-xlib-display.c             |    6 +-
 src/cairo-xlib-surface.c             |   62 ++++++++++++++--------
 test/Makefile.am                     |   14 ++---
 test/rel-path.c                      |    2 
 23 files changed, 296 insertions(+), 136 deletions(-)
---


More information about the cairo-commit mailing list