summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-09 22:33:37 +0100
committermbkma <[email protected]>2022-11-09 23:08:10 +0100
commit14dd4822ddbcafecd3bfb283920b6a60507134bd (patch)
treef22f7153e53e0bfa48cd1896efde4cdaa40aa233
parentfdedbdffdb7b910f8c5135e890469c5c74b8f08d (diff)
downloadcaja-14dd4822ddbcafecd3bfb283920b6a60507134bd.tar.bz2
caja-14dd4822ddbcafecd3bfb283920b6a60507134bd.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS46
-rw-r--r--configure.ac2
2 files changed, 47 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 28f0fd8a..05d4525a 100644
--- a/NEWS
+++ b/NEWS
@@ -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])