diff options
author | raveit65 <[email protected]> | 2016-05-21 10:45:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-21 10:45:22 +0200 |
commit | 59b2084029a164bddaa7036de060ccc9e9148b99 (patch) | |
tree | eabacba4641d3b5256c78d4fff830531467a4cfc | |
parent | f21c0af0033c2d9b0f813ebb2aa9f42991470cae (diff) | |
download | caja-59b2084029a164bddaa7036de060ccc9e9148b99.tar.bz2 caja-59b2084029a164bddaa7036de060ccc9e9148b99.tar.xz |
update to 1.14.1 release
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +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 +* GTK+3: add style class caja-desktop-window at top level +* translation update + Major changes in 1.14.0 are: * Drop MateConf migration script * Allow closing tabs on middle-click diff --git a/configure.ac b/configure.ac index 01f7823f..c571656a 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.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.14.1], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |