diff options
author | mbkma <[email protected]> | 2022-11-09 22:33:37 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-09 23:08:10 +0100 |
commit | 14dd4822ddbcafecd3bfb283920b6a60507134bd (patch) | |
tree | f22f7153e53e0bfa48cd1896efde4cdaa40aa233 | |
parent | fdedbdffdb7b910f8c5135e890469c5c74b8f08d (diff) | |
download | caja-14dd4822ddbcafecd3bfb283920b6a60507134bd.tar.bz2 caja-14dd4822ddbcafecd3bfb283920b6a60507134bd.tar.xz |
release 1.27.0v1.27.0
-rw-r--r-- | NEWS | 46 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 47 insertions, 1 deletions
@@ -1,3 +1,49 @@ +### caja 1.27.0 + + * release 1.27.0 + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * image properties: Look for supported mime types at runtime + * caja-extensions: print filename when caja failed to open keys file + * caja-bookmark: 'caja_bookmark_get_uri (CajaBookmark *)' may return NULL + * configure.ac: Bump Autoconf version because of LT_INIT + * image properties: Improve the layout + * Fix build warning -Wmissing-field-initializers + * Fix build warning -Wbad-function-cast + * Document and fix default-sort-order preference + * caja-file-conflict-dialog: Move to automatic signal disconnection + * caja-file-conflict-dialog: Properly release references on dispose() + * caja-file-conflict-dialog: update the icons once + * build: Cleanup long deprecated macros usage + * Properly initialize IconKey::scale + * caja-bookmark: Fix build warning -Wlogical-not-parentheses + * caja-application: Variable is assigned a value that is never used + * caja-bookmark: fix memory leak + * caja-bookmark: drop create_image_cairo_for_bookmark + * Fix implicit conversion changes signedness: 'gboolean' to 'guint' + * Fix some -Wsign-compare warnings + * caja-file-operations: overlapping comparisons always evaluate to true + * remove '-' from a m4_define + * CI: Drop -Wunused-parameter for debian build + * eel-editable-label: remove unused method get_font_description + * eel-editable-label: drop eel_editable_label_clear_layout + * caja-property-browser: 'gdk_color_parse' is deprecated + * caja-property-browser: Fix build warning -Wconstant-conversion + * caja-module: fix memory leak + * caja-sidebar-title: fix memory leak + * fm-directory-view: fix memory leak + * eel-background: fix memory leak + * caja-application: avoid SEGV when profiling/debugging code + * Use gresources for ui files + * caja-mime-actions: fix memory leak + * Remove whitespaces before #define, #if, and #endif + * Use a blank line at most + * caja-file: Remove unreachable code + * caja-places-sidebar: fix right-click menu height + * caja-dnd: wrong type field in printf format string + * Fix Caja does not show icons of application launchers + ### caja 1.26.0 * update translations diff --git a/configure.ac b/configure.ac index fccd6818..99858732 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.26.0], + [1.27.0], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) |