From 67fd2aaf9e7097ac094e5cb2474a0b38b582c054 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Fri, 5 Jul 2024 20:58:18 +0100 Subject: [PATCH] 6.2.3 --- debian/changelog | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b6377caa2..074462b65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nemo (6.2.3) wilma; urgency=medium + + [ Michael Webster ] + * Fix handling of actions that are not part of the layout. + * nemo-icon-container.c: Don't tie the interactive search box with the window's lifetime. + * nemo-action-layout-editor.glade: Set a translation domain. + + -- Clement Lefebvre Fri, 05 Jul 2024 20:58:12 +0100 + nemo (6.2.2) wilma; urgency=medium [ Michael Webster ] diff --git a/meson.build b/meson.build index e0191d044..af53702ea 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # Meson build file # https://github.com/linuxmint/nemo -project('nemo', 'c', version : '6.2.2', meson_version : '>=0.56.0') +project('nemo', 'c', version : '6.2.3', meson_version : '>=0.56.0') # 1. If the library code has changed at all since last release, then increment revision. # 2. If any interfaces have been added, then increment current and set revision to 0.