diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-21 14:14:56 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-21 14:14:56 +0100 |
commit | bbdaab78b0f28b41543291557b5d3b545300b7d0 (patch) | |
tree | d074411ffac1acc704b04f75a94f5ded2249371e | |
parent | faac58e63ce64603ac1ec0be66160511acfa2592 (diff) | |
download | caja-bbdaab78b0f28b41543291557b5d3b545300b7d0.tar.bz2 caja-bbdaab78b0f28b41543291557b5d3b545300b7d0.tar.xz |
release 1.13.1v1.13.1
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +Major changes in 1.13.1 are: + +* GTK+-3.20: add missing style classes to simplify theming +* window-slot: fix wrong reference handling on dispose +* use g_hash_table_remove_all and get rid of some callbacks +* eel: fix some forgotten memory leaks +* fix crash when restoring file with special characters from trash +* properties-window: use 'bold and right-aligned are always FALSE' +* fix random crash on startup when python-caja extension is enabled +* fix serveral build warnings +* use g_strcmp0 instead of strcmp +* GTK+3: more deprecation fixes + + Major changes in 1.13.0 are: * Gtk+3: a lot of deprecation fixes diff --git a/configure.ac b/configure.ac index b0733d50..fa7c0bda 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.13.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.13.1], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |