[gtk+] 3.18.1
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] 3.18.1
- Date: Sat, 3 Oct 2015 18:32:14 +0000 (UTC)
commit edcdba6223fba6dc99ea9397ef5bfa90f67cdbec
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 2 08:35:33 2015 -0400
3.18.1
NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 50 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c164010..6459341 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+Overview of Changes in GTK+ 3.18.1
+==================================
+
+* Speed up rounded rectangle drawing by caching arcs
+
+* Make popover animations faster
+
+* Bug fixes:
+ 582747 Print dialog sets wrong printer options
+ 751368 wayland: gnome-terminal does not fill entire area when fullscreen...
+ 751787 Images of refresh button and logo are pixelated on scaled outputs
+ 753628 user options of wrong printer are used
+ 755038 Add some (nullable) annotations to gtkmain.c
+ 755215 Crash when renaming a sidebar’s folder (function that shouldn’t b...
+ 755268 [HighContrast] GtkPlacesSidebar’s “eject” button should probably ...
+ 755432 gtkapplication: segfault when destroying window
+ 755435 Optimize GtkPopover positioning
+ 755444 Rename bookmark crashes nautilus
+ 755455 undefined reference to `__builtin_popcount'
+ 755473 segfault freeing popover from no parent
+ 755528 Popover transitions are rather slow
+ 755691 /bitmask/invert_range_hardcoded test fails
+ 755692 gtk-demo bad return value for the callback function for the "comm...
+ 755926 Directory navigation awkward with search in the file chooser
+ 755931 File chooser: interactive search drops the 1st character when use...
+ 755954 Crash when accessing Gtk.Application.add_window()
+ Robustness fixes in GtkAppChooser
+ Avoid showing duplicate entries in GtkAppChooser
+ Inspector: ellipsize accessible names
+
+* Translation updates:
+ Arabic
+ Bosnian
+ Finnish
+ German
+ Hebrew
+ Irish
+ Italian
+ Khmer
+ Kikongo
+ Russian
+ Serbian
+ Serbian Latin
+ Tajik
+ Uyghur
+ Vietnamese
+
+
Overview of Changes in GTK+ 3.18.0
==================================
diff --git a/configure.ac b/configure.ac
index 11e7795..2af8198 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [18])
-m4_define([gtk_micro_version], [0])
-m4_define([gtk_interface_age], [0])
+m4_define([gtk_micro_version], [1])
+m4_define([gtk_interface_age], [1])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]