summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-04-05 09:18:53 +0200
committerraveit65 <[email protected]>2018-04-05 09:18:53 +0200
commit02207368c3095c832180c2b687e7b22b953981c6 (patch)
tree5131b1978597b517a3337250ff30cde9b4ebf743
parentce14bef5c36993b13f117d3134abac36825fef9a (diff)
downloadcaja-02207368c3095c832180c2b687e7b22b953981c6.tar.bz2
caja-02207368c3095c832180c2b687e7b22b953981c6.tar.xz
release 1.20.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
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 ---------------------------------------------------------------------------