diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-06 01:22:39 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-06 01:22:39 +0000 |
commit | ff0bd64e9436026f11e85eafcd74e9a0131c8b9f (patch) | |
tree | 3565c34f6c697634247f85ee44ff1931bab6db9b /NEWS | |
parent | 13627b46209f9239d10a155f2de7e53c0585e4c2 (diff) |
[NEWS] Add a few notes.
Help Carl with a speedy snapshot by writing a few notes about what has been
added so far to 1.9.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +Release 1.9.2 (2008-11-08?) +=========================== + +API additions: + + cairo_surface_set_mime_data() + cairo_surface_get_mime_data() + + Associate an alternate, compressed, representation for a surface. + Currently: + "image/jpeg" is understood by PDF,PS,SVG,win32-printing. + "image/png" is understood by SVG. + +New backend: + + Simple DirectMedia Layer + +New utility: + + cairo-trace + + Generates a human-readable, replayable, compact representation of + the sequences of drawing commands made by an application. + Though currently the replay tools are out-of-tree - + people.freedesktop.org:~ickle/cairo-script, + people.freedesktop.org:~ickle/sphinx + +Test suite overhaul: + The test suite is undergoing an overhaul, primarily to improve its speed + and utility. + +Optimisations: +Tweaks to tessellator, allocations of patterns, delayed initialisation of +the xlib backend (reduce the cairo overhead of render_bench by ~80%). + +Bug fixes: +EXTEND_PAD. +Better handling of large scale-factors on image patterns. +Emit /Interpolate for PS,PDF images. + + + Release 1.8.2 (2008-10-29 Carl Worth <cworth@cworth.org>) ========================================================= The cairo community is pleased to announce the 1.8.2 release of the |