Skip to content

Commit

Permalink
release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 4, 2021
1 parent bf46c69 commit 651bded
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
69 changes: 37 additions & 32 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
### caja 1.26.0

* update translations
* Update copyright to 2021

### 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-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

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.25.3],
[1.26.0],
[https://github.com/mate-desktop/caja/issues],
[caja],
[https://mate-desktop.org])
Expand Down

0 comments on commit 651bded

Please sign in to comment.