diff options
author | raveit65 <[email protected]> | 2022-07-03 13:34:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 19:45:27 +0200 |
commit | d2e7fb4a03b8d97c9b5425cd197615fb3caf1e1d (patch) | |
tree | 78fb5e51dc869471c7942f9b538eb53f94bc1b7c | |
parent | 99c7b638016c0acb3bd286e41757aa86c5890be8 (diff) | |
download | caja-d2e7fb4a03b8d97c9b5425cd197615fb3caf1e1d.tar.bz2 caja-d2e7fb4a03b8d97c9b5425cd197615fb3caf1e1d.tar.xz |
release 1.26.1
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +### caja 1.26.1 + + * tx: sync with transifex + * Fix Caja does not show icons of application launchers + * caja-mime-actions: fix memory leak + * caja-bookmark: fix memory leak + * caja-bookmark: drop create_image_cairo_for_bookmark + * 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 + * 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 + * caja-places-sidebar: fix right-click menu height + +### caja 1.26.0 + + * update translations + * Update copyright to 2021 + ### caja 1.25.3 * update translations diff --git a/configure.ac b/configure.ac index 56e23f68..55fa74e9 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.3], + [1.26.1], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) |