diff options
author | raveit65 <[email protected]> | 2017-04-15 20:00:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-15 20:00:12 +0200 |
commit | 835b8be1055650beb400f06a1fb99c3d6711ab58 (patch) | |
tree | b50bba96169d69d2bf8c502a040f22079760bf02 | |
parent | d3ef2b3a5dfd9a8f7f5a99be184df287898d6cc1 (diff) | |
download | caja-1.16.5.tar.bz2 caja-1.16.5.tar.xz |
release 1.16.5v1.16.5
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Major changes in 1.16.5 are: +* icon and compact view: fix scrolling and renaming in large folders +* IconCanvasItem: fix overlapping filenames on hover + Major changes in 1.16.4 are: * Fix broken directory background in GTK+2 build (regression in 1.16.3) diff --git a/configure.ac b/configure.ac index 5b868bb8..9fa8155e 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.16.4], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.16.5], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |