From 4be82195e4be64506f8831872fac5a79b7eb6c06 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Nov 2012 19:12:16 -0500 Subject: [PATCH] 3.7.2 --- NEWS | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 394cbe831..6e7291ce1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,56 @@ +Overview of Changes in GTK+ 3.7.2 +================================= + +* Theming: + - Improve touch text handle theming + - Always draw background of menuitems + +* Geometry management + - Size groups now handle height-for-width + - Fix corner cases in label size allocation + +* Accessibility + - Make entry icons accessible + +* Filechooser + - Don't add duplicate bookmarks + - Remember sidebar width + +* Wayland: Build against wayland-client 1.0 + +* Bugs fixed: + 524295 remember the file chooser side pane's position + 577806 gtk_file_chooser_add_shortcut_folder adds duplicates... + 677609 GtkSizeGroup regression in GTK+ 3.3.20 + 683896 Clean up global resources when the display is closed + 686021 spinner animation should not be subject to enable-an... + 686347 Clickable icons are not accessible as children of te... + 687059 icon-theme: support loading symbolic GFileIcons from... + 687196 filesystemmodel: invalidate nodes on file remove + 687467 Commit "Implement proper cross-fades for gradients" ... + 687842 Support partially transparent widgets + 687872 Segfault when attempting to get character extents fo... + 687977 icon-theme: Add some preconditions for NULL arguments + +* Translation updates: + Assamese + Brazilian Portuguese + Estonian + Galician + German + Greek + Gujarati + Indonesian + Latvian + Lithuanian + Marathi + Norwegian bokmål + Serbian + Slovenian + Spanish + Traditional Chinese + + Overview of Changes in GTK+ 3.7.0 ================================= diff --git a/configure.ac b/configure.ac index cdf3c75a8..44c67be6f 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [7]) -m4_define([gtk_micro_version], [1]) +m4_define([gtk_micro_version], [2]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) -- 2.43.2