From 77d90258ff1b36dbe728737fc2bce8b7ee46fd55 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 19 Feb 2014 00:43:36 -0500 Subject: [PATCH] 3.11.7 --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index ef18a52e2a..4a47e14220 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Overview of Changes in GTK+ 3.11.6 to 3.11.7 +============================================ + +* GtkActionBar: + - Fix theming + +* GtkBox: + - Allow setting center widget to NULL + - Fix a size-allocation error + +* GtkPopover: + - Fix a crash with text handles (#724392) + - Allow resetting relative-to (#724407) + +* Wayland: + - Use new xdg-shell ping + - Use new xdg-shell focus methods + +* Printing: + - Fix a small memory leak (#724631) + + Overview of Changes in GTK+ 3.11.5 to 3.11.6 ============================================