summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-04-01 23:05:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-04-01 23:05:51 -0400
commit88d59448eab595f0f5461744c47b030d056561dc (patch)
tree487c5437945b5a5fa19bf47a6aaec4dee9bc6c34 /README.in
parent45a94ccc88b843b1301671b9919a31e5d76be57a (diff)
downloadgtk+-88d59448eab595f0f5461744c47b030d056561dc.tar.gz
Mention display:screen change in release notes
Diffstat (limited to 'README.in')
-rw-r--r--README.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.in b/README.in
index c10587d457..8511064179 100644
--- a/README.in
+++ b/README.in
@@ -69,7 +69,17 @@ to that bug report.
Otherwise, enter a new bug report that describes the patch,
and attach the patch to that bug report.
-Patches should be in unified diff form. (The -up option to GNU diff.)
+Patches should be in unified diff form. (The -up option to GNU diff)
+Even better are git-formatted patches. (Use git format-patch)
+
+
+Release notes for 3.10
+======================
+
+* GDK has been changed to allow only a single screen per display.
+ Only the X11 backend had multiple screens before, and multi-screen
+ setups (not multi-monitor!) are very rare nowadays. If you really
+ need multiple X screens, open them as separate displays.
Release notes for 3.8
=====================