File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### caja 1.22.1
2
+
3
+ tx: sync with transifex
4
+ caja-progress-info: make sure argument is initialized
5
+ Fix invocation with --geometry from the command line
6
+ Pass "NULL" for keyboard event
7
+ caja-file: Fix incomplete file replacement dialog
8
+ eel-gdk-pixbuf-extensions: Fix division by zero
9
+ caja-file: Fix use of memory after it is freed
10
+ caja-icon-container: Fix use of memory after it is freed
11
+ fm-tree-model: Fix use of memory after it is freed
12
+ caja-information-panel: Fix use of memory after it is freed
13
+ fm-directory-view: Fix use of memory after it is freed
14
+ caja-tree-view-drag-dest: Fix memory leak
15
+ [Security] eel-string: Use 'g_strlcat' instead of 'strcat'
16
+ [Security] Use 'g_strlcpy' instead of 'strcpy'
17
+
1
18
### caja 1.22.0
2
19
3
20
* update translations
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dnl Interface break is not allowed.
20
20
m4_define ( caja_extension_current , 5 )
21
21
m4_define ( caja_extension_revision , 0 )
22
22
23
- AC_INIT ( [ caja] , [ 1.22.0 ] , [ http://www.mate-desktop.org] )
23
+ AC_INIT ( [ caja] , [ 1.22.1 ] , [ http://www.mate-desktop.org] )
24
24
25
25
dnl ---------------------------------------------------------------------------
26
26
You can’t perform that action at this time.
0 commit comments