summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2023-03-17 14:43:33 +0100
committerOndrej Holy <oholy@redhat.com>2023-03-17 14:43:33 +0100
commit001b80c9529ef6da868254b80c76285cb2c086a5 (patch)
treea318e360ec738b26b1242f8c7dbf8c4a2f0a959c
parent5a2b7a64e717eb5657eff4d5a379b5547e95353b (diff)
downloadnautilus-001b80c9529ef6da868254b80c76285cb2c086a5.tar.gz
Release version 43.343.3
-rw-r--r--NEWS11
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
-rw-r--r--meson.build2
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d1f4bca5d..39fae79aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 43.3
+=====================
+* Bugfixes:
+ - Fix critical errors with recent GLib versions (Ondrej Holy)
+ - Fix file order after renaming (Corey Berla, António Fernandes)
+ - Fix several memory leaks (Corey Berla)
+ - Fix crashes caused by inverted g_assert condition (Ondrej Holy)
+ - Fix various drag and drop issues (Corey Berla)
+ - Fix other issues (Corey Berla, António Fernandes, Ondrej Holy, Athul Iddya)
+* Translation updates (GNOME Translation Project contributors)
+
Major changes in 43.2
=========================
* Regressions addressed:
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index a8074a4cb..9dae88478 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -27,7 +27,7 @@
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
<launchable type="desktop-id">@appid@.desktop</launchable>
<releases>
- <release version="43.2" date="2023-01-08" />
+ <release version="43.3" date="2023-03-17" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-3.0-or-later</project_license>
diff --git a/meson.build b/meson.build
index 66a6048f1..0c32f4a37 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('nautilus', 'c',
# Do not forget when releasing:
# * Update version in data/org.gnome.Nautilus.appdata.xml.in.in
- version: '43.2',
+ version: '43.3',
meson_version: '>= 0.59.0',
license: 'GPL-3.0-or-later'