From 02207368c3095c832180c2b687e7b22b953981c6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 5 Apr 2018 09:18:53 +0200 Subject: release 1.20.2 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4ba414c9..1a636438 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +### caja 1.20.2 + + sidebar: Respect sidebar dimensions on HiDPI + HiDPI: Convert Pixbufs to Cairo Surfaces + general: use gdk_monitor_get_scale_factor + list-view: use the cairo surface as a drag icon + Scale screen dimensions + icon-info: hash/store icons using scale factor as well as size + file: support HiDpi for thumbnails images + properties-window: support HiDpi for the properties window icon + Support HiDpi icons + canvas-container: listen to scale factor to invalidate icons + canvas-item: use gtk_render_icon_surface for the DnD surface + desktop-canvas-view: scale desktop workarea + modify code error: end the statement with a semicolon + ### caja 1.20.1 * tx: update translations diff --git a/configure.ac b/configure.ac index 60d70ae5..ea09b111 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.20.1], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.20.2], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- -- cgit v1.2.1