Skip to content

Commit 36ff37b

Browse files
author
raveit65
committed
release 1.22.1
1 parent a1fda5f commit 36ff37b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
### caja 1.22.0
219

320
* update translations

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dnl Interface break is not allowed.
2020
m4_define(caja_extension_current, 5)
2121
m4_define(caja_extension_revision, 0)
2222

23-
AC_INIT([caja], [1.22.0], [http://www.mate-desktop.org])
23+
AC_INIT([caja], [1.22.1], [http://www.mate-desktop.org])
2424

2525
dnl ---------------------------------------------------------------------------
2626

0 commit comments

Comments
 (0)