diff --git a/INSTALL.in b/INSTALL.in index 70c5a77020..477011318e 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -4,7 +4,7 @@ Prerequisites GTK+ requires the following packages: - The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at the same - location as GTK+. GTK+ @GTK_VERSION@ requires at least GLib 2.25.10, + location as GTK+. GTK+ @GTK_VERSION@ requires at least GLib 2.28.0, Pango 1.20, GdkPixbuf 2.21.0, ATK 1.29.2 and cairo 1.6.0. - gobject-introspection 0.9.3 or newer. diff --git a/NEWS b/NEWS index db121e3080..069b0f77f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of Changes from GTK+ 2.24.15 to 2.24.16 +================================================ + +* Bug fixes: + 694077 Make GtkItemFactory produce GtkSeparatorMenuItems + 645065 GtkFileChooserButton doesn't handle closing its dialog correctly + Reliably stop spinning when a GtkSpinButton is hidden + Overview of Changes from GTK+ 2.24.14 to 2.24.15 ================================================