summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-03-22 15:22:28 -0700
committerCarl Worth <cworth@cworth.org>2010-03-22 15:22:28 -0700
commit11142cffe4bc81e1ce465ea725fcaef024130082 (patch)
treede70f61f403e82e27360ed134c355a368ec49771
parentf206816154fd44e61b0bdeaab1aa4c5359c3b70a (diff)
NEWS: Add notes for 2.10.903
For today's snapshot.
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee18bd20..8fdf442e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Snapshot 2.10.903 (2010-03-22)
+==============================
+Some notable bug fixes
+----------------------
+* Fix unpredictable results in page-flipping code due to access of an
+ uninitialized variable.
+
+* Two fixes that address a number of long-outstanding failures in the
+ cairo test suite:
+
+ Remove coord-adjust for nearest centre-sampling.
+
+ Fill alpha on xrgb images. Closes:
+
+ Bug 17933 - x8r8g8b8 doesn't sample alpha=0 outside surface bounds
+ http://bugs.freedesktop.org/show_bug.cgi?id=17933
+
+* Fix a regression introduced in 2.10.902:
+
+ Fatal server error:
+ i915_emit_composite_setup: ADVANCE_BATCH:
+ under-used allocation 100/104
+
+ Bug 21723 [i915 bisected] rendering makes X crash
+ http://bugs.freedesktop.org/show_bug.cgi?id=27123
+
+Other minor fixes (avoid trying to print an error message with a freed
+string, set a variable to NULL after freeing), and documentation
+updates are also included.
+
Snapshot 2.10.902 (2010-03-15)
==============================
Some significant bug fixes