summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-06-26 14:16:27 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-26 14:32:26 +0100
commit7a68a7bfd550b5e4b6635495e7de49fe306fbad4 (patch)
treeb3bf4343148594e91454acb8a9665ec3c706f4e5 /NEWS
parent8df41361196c7ba1b8d272507cc3d523cdcf5632 (diff)
NEWS for 1.9.10 snapshot
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a6b4479fe..6320226a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Snapshot 1.9.10 (2010-06-26)
+============================
+
+ The first "quick" snapshot in the run up to the stable release. The
+ last snapshot was picked up by the bleeding edge distributions and so the
+ bug reports have to started to roll in. The most frequent of these are the
+ introduction of rendering errors by applications that modify a surface
+ without subsequently calling cairo_surface_mark_dirty(). Make sure the
+ application developers are aware of increased reliance on strict use of the
+ Cairo API before 1.10 is released!
+
+ The usual slew of bugs reported and we would like to thank Zoxc for
+ contributing the WGL interface for cairo-gl, and finding more build
+ failures on win32. And it just wouldn't be a 1.9 snapshot unless
+ Benjamin Otte improved the error handling within cairo-gl, as well as
+ isolating and fixing some more errors in the test suite. The biggest bug of
+ the snapshot turned out to be a major sign extension issue that had lain
+ hidden for many years and was suddenly exposed by incorrectly rounding
+ rectangles when performing non-antialiased rendering. Also to the relief
+ of many we have included the downstream patch to honour the user's LCD
+ filtering preferences for subpixel rendering of fonts. The interface
+ remains private for the time being, whilst the proposed public API is
+ finalized.
+
+API changes
+-----------
+ None.
+
Snapshot 1.9.8 (2010-06-12)
===========================