diff options
| -rw-r--r-- | NEWS | 19 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 20 insertions, 1 deletions
| @@ -1,3 +1,22 @@ +Major changes in 1.15.1 are: + +* configure: increase mate-desktop min. version +* sync with Transiflex +* eel: make code better readable +* GTK+-3 eel-labeled-image: port to GtkStyleContext +* GTK+-3 eel: rename GdkRGBA functions +* GTK+-3 eel-backgrounds: port to GtkStyleContext and GdkRGBA +* GTK+-3 eel-gdk-extensions: port GtkColor to GdkRGBA +* GTK+-3 eel-background: prepare code for GtkStyleContext port +* GTK+3 eel-labeled-image: simplify code for port to GtkStyleContext +* navigation-bar: fix deprecated GTK_TYPE_HBOX usage +* GTK+-3 eel-editable-label: do not use deprecated gtk_misc_get_padding +* drop gnome leftover +* GTK3: Fix caja information panel +* GTK+3: do not use deprecated gtk_widget_modify_font +* GTK+-3.20: do not use deprecated gtk_button_set_focus_on_click +* GTK+3 pathbar: Do not use deprecate composite-child API +  Major changes in 1.15.0 are:  * sync with Transiflex diff --git a/configure.ac b/configure.ac index a00d36c2..77836bb7 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed.  m4_define(caja_extension_current,  5)  m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.15.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.15.1], [http://www.mate-desktop.org])  dnl ---------------------------------------------------------------------------  dnl GTK library version | 
