This commit is contained in:
Matthias Clasen 2015-10-02 08:35:33 -04:00
parent cfcd28041c
commit edcdba6223
2 changed files with 50 additions and 2 deletions

48
NEWS
View File

@ -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 sidebars folder (function that shouldnt b...
755268 [HighContrast] GtkPlacesSidebars “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
==================================

View File

@ -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],