From: Matthias Clasen Date: Tue, 5 Mar 2013 21:49:44 +0000 (-0500) Subject: 3.7.12 X-Git-Url: http://pileus.org/git/?p=~andy%2Fgtk;a=commitdiff_plain;h=07bf19d512052f5a8c29b06f9546af04755f6db9 3.7.12 --- diff --git a/NEWS b/NEWS index 20d2d5748..43e438254 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +Overview of Changes in GTK+ 3.7.12 +================================== + +* We now support touch friendly popups on entries and text views + in place of context menus, on touch devices + +* The print dialog now shows printers that are discovered + using avahi, if configured with --enable-avahi-browsing + +* Bugs fixed: + 650424 treeview: expander is not easily themable + 674207 window: Compiler warning when not building on X11 + 675333 Cannot forget association in Open With dialog: program... + 688956 Print dialog needs to support Bonjour broadcasting of ... + 691426 get_current_desktop does not interpret property data c... + 692955 GtkIconCache fails to load non-builtin icons + 693995 GkColorChooserWidget crashes in select_swatch if palet... + 694059 GtkTreeView accessible object:state-changed-expanded e... + 694162 Memory leaks due to extra ref in gtk_ui_manager_builda... + 694217 drag&drop half-broken – items get stuck while dragging + 694274 wayland: don't attempt to unqueue events when events a... + 694302 Convert pixbuf animation demo (both copies) to GdkFram... + 694395 Remove unused code + 694406 Excessive amount of accessible text events when changi... + 694451 Containers shouldn't special case RTL positions + 694732 gdk: prevent NULL pointer access when debugging is ena... + 694742 Fix possible memory leak when GlobalAlloc() fails + 694924 Dead code in GtkClipboard + 694925 non-expose based draw() doesn't render window background + 694968 GtkIconTheme: fix failed assertion when asynchrnously ... + 694990 use primary icon slot for search icon + 695131 gtkbin: initialize minimum and natural size to zero fo... + +Translation updates: + Brazilian Portuguese + Czech + Estonian + German + Greek + Gujarati + Lithuanian + Polish + Punjabi + Russian + Serbian + Simplified Chinese + Slovenian + Spanish + Traditional Chinese + Vietnamese + + Overview of Changes in GTK+ 3.7.10 ================================== diff --git a/configure.ac b/configure.ac index 31c41be58..259adca1e 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], [11]) +m4_define([gtk_micro_version], [12]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)])