From bbdaab78b0f28b41543291557b5d3b545300b7d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sun, 21 Feb 2016 14:14:56 +0100 Subject: release 1.13.1 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fe63163f..4a1300fc 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.1