diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |