summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-01-19 20:19:50 +0100
committerraveit65 <[email protected]>2020-01-19 20:19:50 +0100
commitdc73321da1ae7a6f7f16e7467847b15e8fa376a3 (patch)
treee5c68d0042dc2dbe4b877ebacacc4620f79dc782
parentde3a7ef1144d334e7bb213d42687a7d909b766e6 (diff)
downloadcaja-dc73321da1ae7a6f7f16e7467847b15e8fa376a3.tar.bz2
caja-dc73321da1ae7a6f7f16e7467847b15e8fa376a3.tar.xz
release 1.23.3v1.23.3
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7bae6aa8..b28f6088 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+### caja 1.23.3
+
+ * update translations
+ * fm-properties: Remove use of mate-desktop-thumbnail helper
+ * Update copyright to 2020
+ * Make device ejection notifications translatable
+ * Keep path same when opening new window from an existing one
+ * editable-label: Don't hyphenate filenames
+ * libcaja-private/caja-file: redundant condition
+ * avoid redundant redeclarations
+ * canvas-item: Don't hyphenate filenames
+ * change name from caja.{its,loc} to mimeinfo.{its,loc}
+ * caja-extensions: allows the translation of copyright
+ * caja-window-slot: "folder-saved-search" icon instead "text-x-generic"
+ * Let some strings be translatable
+ * add document for CajaWidgetViewProvider api
+ * add new interface
+ * add CajaWidgetViewProvider docs
+ * add new extension for widget view
+ * hide menu and toolbutton when view is only one
+ * Set FmWidgetView is single view.
+ * add new FmWidgetView object
+ * fix build error about autoptr clean
+ * Don't export translation for Icon keyword in desktop files
+ * desktop files: Add comments for translators
+ * Fix a grammar mistake reported by translators
+ * Remove comments that are not written to translators from pot file
+ * Use absolute path of binary on desktop files
+
### caja 1.23.2
* update translations
diff --git a/configure.ac b/configure.ac
index 9f13a692..63a98612 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja], [1.23.2], [https://mate-desktop.org])
+AC_INIT([caja], [1.23.3], [https://mate-desktop.org])
dnl ---------------------------------------------------------------------------