From 3393126f95baeed3bebb21560c7548484475e935 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 8 Jun 2016 13:20:36 +0200 Subject: release 1.15.0 --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 65517b60..9e261dda 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Major changes in 1.15.0 are: + +* sync with Transiflex +* remove old gnome files +* GTK+-3 fm-icon-view: fix a Wincompatible-pointer-types build warning +* GTK+-3 sidebars and caja-places: port style_set to style_updated +* GTK+-3 caja-zoom-control: GtkStyle>GtkStyleContext +* GTK+-3 caja-places-sidebar: use GtkStyleContext +* GTK+-3 caja-pathbar: remove GtkStyle vars +* GTK+-3 caja-location-bar: use GtkStyleContext +* GTK+-3 caja-information-panel: use GtkStyleContext +* GTK+-3 history sidebar: port to GtkStyleContext + Major changes in 1.14.1 are: * prefs dialog: don't crash on toggling "Show hidden and backup files" * GTK+-3 theming: add a CSS file for caja, and initialize it at startup diff --git a/configure.ac b/configure.ac index c571656a..6899acbe 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.14.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.15.0], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version -- cgit v1.2.1