From 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 12 Aug 2016 23:02:19 +0200 Subject: release 1.15.4 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c3dfa4c1..10953640 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Major changes in 1.15.4 are: + +* Translation update +* GTK+-3 property-browser: port GtkTable to GtkGrid +* GTK+-3 window: port GtkTable to GtkGrid +* Fix background change crash +* Bring back part of caja.css needed for compositing +* Fix background rendering in noncomposited case + Major changes in 1.15.3 are: * Translation update diff --git a/configure.ac b/configure.ac index d52fef5f..4d91c8da 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.3], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.15.4], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version -- cgit v1.2.1