From 07f33074708d31d0c53c8c4274ba91c12eb106a0 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 29 Mar 2016 14:55:16 +0300 Subject: Release 1.12.7 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09f791e4..1e24974f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Major changes in 1.12.7 are: +* Fix remaining random changes of font color in icon view + Major changes in 1.12.6 are: * Really fix loading multiple python extensions: revert the commit that proved to broke the fix. NOTE: as a side effect, the extensions diff --git a/configure.ac b/configure.ac index aafbaf2e..e411dd1b 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.12.6], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.12.7], [http://www.mate-desktop.org]) # GLib min/max required versions AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], -- cgit v1.2.1