Skip to content

Commit 8d48119

Browse files
committed
6.4.5
1 parent ce542ee commit 8d48119

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
nemo (6.4.5) xia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* layout editor: Don't use gettext.install to set up the locale.
5+
* nemo-places-sidebar.c: Fix query-tooltip callback.
6+
* nemo-style-fallback-mandatory.css: Add fallback support for the floating status bar.
7+
8+
-- Clement Lefebvre <[email protected]> Mon, 24 Feb 2025 15:23:49 +0000
9+
110
nemo (6.4.4) xia; urgency=medium
211

312
[ Michael Webster ]

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.4', meson_version : '>=0.56.0')
4+
project('nemo', 'c', version : '6.4.5', 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)