diff options
author | monsta <[email protected]> | 2016-03-14 18:01:09 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-14 18:01:09 +0300 |
commit | bbb428f82bf9d5d93c2e394cdf34430eec52f4b7 (patch) | |
tree | 1e718ca40cd6916e9ae1eb98506ca9a5da20d747 | |
parent | cb1020ce38edc5d956e981b1c8f092a329b7ade9 (diff) | |
download | caja-bbb428f82bf9d5d93c2e394cdf34430eec52f4b7.tar.bz2 caja-bbb428f82bf9d5d93c2e394cdf34430eec52f4b7.tar.xz |
Release 1.12.6v1.12.6
-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.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 + list will now have duplicate Python entries if more than one Python + extension is loaded. + Major changes in 1.12.5 are: * Fix loading multiple python extensions * GTK+3: fix crash on Ctrl + scroll wheel diff --git a/configure.ac b/configure.ac index a366d6e2..aafbaf2e 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.5], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.12.6], [http://www.mate-desktop.org]) # GLib min/max required versions AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], |