diff options
author | raveit65 <[email protected]> | 2023-10-12 13:33:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-12 13:33:02 +0200 |
commit | be4360f5014bd01fb2ab522d2c3dee22617b85c3 (patch) | |
tree | 2a944304902af5abf88dd61fbcd5ff1fed70222d | |
parent | bbac57d1543d733053fdf92d49fe5681d020e90b (diff) | |
download | caja-7912c95a69dfde40ce001a8cc98ac4517f9c51b7.tar.bz2 caja-7912c95a69dfde40ce001a8cc98ac4517f9c51b7.tar.xz |
release 1.26.2v1.26.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,14 @@ +### caja 1.26.2 + + * update translations + * caja-file: fix future informal date bug + * caja-file: fix yesterday/today informal date bug + * Replace deprecated code from xrandr + * caja-desktop-window: Fix the xrandr error + ### caja 1.26.1 - * tx: sync with transifex + * update translations * Fix Caja does not show icons of application launchers * caja-mime-actions: fix memory leak * caja-bookmark: fix memory leak diff --git a/configure.ac b/configure.ac index 5b7c01c3..796f9c1f 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.1], + [1.26.2], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) |