summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-05-29 15:42:07 +0200
committerraveit65 <[email protected]>2022-07-21 19:33:51 +0200
commite10fb4705ae6d5198671276a9821ff49c229f1bc (patch)
treea78f2298f4ee6313dec281217bfd9e28078ec38c
parent19cb3e32e8dc7a79d5deb26b1e83abfc58066239 (diff)
downloadcaja-e10fb4705ae6d5198671276a9821ff49c229f1bc.tar.bz2
caja-e10fb4705ae6d5198671276a9821ff49c229f1bc.tar.xz
release 1.25.3
-rw-r--r--NEWS42
-rw-r--r--configure.ac2
2 files changed, 40 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2fd2e700..81506d1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,42 @@
+### caja 1.25.3
+
+ * update translations
+ caja-directory.c: Fix memory leak.
+ caja-bookmarks-window.ui: expand child widgets, sane default size
+ caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labels
+ caja-file-management-properties.ui: remove deprecated GtkAlignment (use
+ update resource for transifex
+ travis: disable travis builds for ubuntu
+ Add creation time support
+ caja-window: remove -Wcast-function-type warning
+ caja-window-menus: remove -Wcast-function-type warning
+ caja-window-manage-views: remove -Wcast-function-type warning
+ caja-property-browser: remove -Wcast-function-type warning
+ icon view: Add a directory setting to block moving icons
+ Improved filesystem check on dnd
+ No longer need to check the locale.h header as it's part of C90
+ warning: missing initializer for a field of ‘GtkActionEntry’
+ caja-places-sidebar: gnome-disk-utility ignores the --xid option
+ keep one .desktop suffix on desktop file renaming
+ caja-pathbar: Fix cppcheck warning nullPointerRedundantCheck
+ caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE
+ cppcheck warning: Local variable 'combo_box' shadows outer argument
+ Rename wallpaper pattern name from MATE to GNOME
+ caja-window: Fix cppcheck warning unusedAllocatedMemory
+ caja-file-management-properties: Do not cast the instance to GObject when connecting a signal
+ caja-file-management-properties: use gtk_builder_new_from_file
+ Fix warnings about xmlChar cast
+ caja-customization-data: keep the key of the hash table if exists
+ caja-customization-data: Do not build the path to the browser.xml file
+ caja-directory-async: drop istr_set_insert, use g_hash_table_add instead
+ build: allow users to disable gettext support (--disable-nls)
+ build: Use PACKAGE_URL variable
+ build: underline package name and version in configure summary
+ build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
+
### caja 1.25.2
- * sync with transifex
+ * update translations
* build: fix dist target
* i18n: Fix fetching all keywords on desktop files
* Fix desktop file validation warning
@@ -9,7 +45,7 @@
### caja 1.25.1
- * sync with transifex
+ * update translations
* Remove warning -Wtype-limits
* caja-bookmarks-window: upgrade ui file
* caja-file-operations: Let user mark trusted launcher
@@ -53,7 +89,7 @@
### caja 1.25.0
- * sync with transifex
+ * update translations
* Add informations about translation contribution
* caja-window-slot: fix window icon replacement/alternation
* fm-properties: Don't show notebook arrows
diff --git a/configure.ac b/configure.ac
index b3b5d2d4..56e23f68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
AC_INIT([caja],
- [1.25.2],
+ [1.25.3],
[https://github.com/mate-desktop/caja/issues],
[caja],
[https://mate-desktop.org])