Skip to content

Commit

Permalink
release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkma committed Nov 9, 2022
1 parent fdedbdf commit 14dd482
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 14dd482

Please sign in to comment.