From 1feeb6bb4dd1a9d319074b90213bc9d6fe9b71ad Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 28 Aug 2014 23:01:18 -0400 Subject: [PATCH] Add a release note about X without render This reflects the findings in https://bugzilla.gnome.org/show_bug.cgi?id=735294 --- README.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.in b/README.in index badea8c470..9500024ad7 100644 --- a/README.in +++ b/README.in @@ -95,6 +95,10 @@ Release notes for 3.14 for event handling. Traditional event handlers in derived widgets are still being called. +* Using GTK+ under X11 without the X Render extension has been observed + to be problematic. This combination is using code paths in cairo and + graphics drivers which are rarely tested and likely buggy. + Release notes for 3.12 ======================