summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-12-27 16:24:43 +0100
committerraveit65 <[email protected]>2017-12-27 16:24:43 +0100
commit2ac7f3788d2bf9f4688da834856d53174f8f5124 (patch)
treefe5157799c029c427fe2dd60bb832c4fba6d4296
parentbf71268149a6641b7a9005884945c7afc06f7ff5 (diff)
downloadcaja-2ac7f3788d2bf9f4688da834856d53174f8f5124.tar.bz2
caja-2ac7f3788d2bf9f4688da834856d53174f8f5124.tar.xz
release 1.19.3v1.19.3
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b686af29..129117e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+### caja 1.19.3
+
+ * Translations update
+ * WidthOfScreen and HeightOfScreen implementation
+ * caja-places-sidebar: fix refusal to unmount when sidebar is wide
+ * caja-places-sidebar: disable overlay scrollbar
+ * Fix: wrong behavior with key "enter" while renaming files in list view
+ * open folder in new window: [ctrl] + [shift] + [w]
+ * zoom-control: change zoom with mousewheel scroll over button
+
### caja 1.19.2
* Translations update
diff --git a/configure.ac b/configure.ac
index e6c50954..e9dd423d 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.19.2], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.19.3], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------