summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-11-06 01:22:39 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-11-06 01:22:39 +0000
commitff0bd64e9436026f11e85eafcd74e9a0131c8b9f (patch)
tree3565c34f6c697634247f85ee44ff1931bab6db9b /NEWS
parent13627b46209f9239d10a155f2de7e53c0585e4c2 (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--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ec2041ff..a2965a06 100644
--- a/NEWS
+++ b/NEWS
@@ -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