diff options
| author | raveit65 <[email protected]> | 2016-08-12 23:02:19 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2016-08-12 23:02:19 +0200 | 
| commit | 6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5 (patch) | |
| tree | c76192fc6d95f991fc1ee90edde45f839312acba | |
| parent | b2c2efdcaa0be600e32f4228db4ddca79c516c42 (diff) | |
| download | caja-6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5.tar.bz2 caja-6f295db45ebcb52c6e9ad39f8d639e35f88c5ef5.tar.xz | |
release 1.15.4v1.15.4
| -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 | 
