This commit is contained in:
Matthias Clasen
2016-02-24 00:03:51 -05:00
parent 4b7eab187c
commit fe0a4aed27
2 changed files with 22 additions and 2 deletions

20
NEWS
View File

@@ -1,3 +1,23 @@
Overview of Changes in GTK+ 3.18.8
==================================
* Bugs fixed:
756751 Keypad decimal point patch prevents entry of comma in german key...
761026 Pressing ESC in a file chooser dialog doesn't dismiss it
761552 Warnings in filechooser when typing-to-search in Recent
761757 Crash in GtkFileChooserWidget
761838 Editing widgets may be drawn off the visible area if the column ...
762315 Assistant pages have no padding which looks weird
762319 issues with randr 1.5
Fix Quartz clipboard image retrieval
Fix Quartz Full Screen Crash
box: Fix rtl allocation with center widget
* Translation updates:
French
Scottish Gaelic
Overview of Changes in GTK+ 3.18.7
==================================

View File

@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [18])
m4_define([gtk_micro_version], [7])
m4_define([gtk_interface_age], [7])
m4_define([gtk_micro_version], [8])
m4_define([gtk_interface_age], [8])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],