Skip to content

Commit c5bab9b

Browse files
committed
6.4.4
1 parent c51a8e5 commit c5bab9b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nemo (6.4.4) xia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* nemo-places-sidebar.c: Remove delete key action for removing bookmarks.
5+
* nemo-places-sidebar.c: Fix bookmark renaming.
6+
7+
-- Clement Lefebvre <[email protected]> Fri, 07 Feb 2025 18:33:25 +0000
8+
19
nemo (6.4.3) xia; urgency=medium
210

311
* l10n: generate additional files

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meson build file
22

33
# https://github.com/linuxmint/nemo
4-
project('nemo', 'c', version : '6.4.3', meson_version : '>=0.56.0')
4+
project('nemo', 'c', version : '6.4.4', meson_version : '>=0.56.0')
55

66
# 1. If the library code has changed at all since last release, then increment revision.
77
# 2. If any interfaces have been added, then increment current and set revision to 0.

0 commit comments

Comments
 (0)