[nautilus/wip/corey/selection-performance: 6/16] Release version 43.0




commit 906388245276e7e6d5921339cdfc6c942ec704e8
Author: António Fernandes <antoniof gnome org>
Date:   Sun Sep 18 00:37:20 2022 +0200

    Release version 43.0

 NEWS                                      | 7 +++++++
 data/org.gnome.Nautilus.appdata.xml.in.in | 2 +-
 meson.build                               | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2dd15855b..5f36e8281 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 43.0
+=========================
+* Bugfixes
+  - Open first search result with Enter, as before (Corey Berla)
+  - Don't freeze when opening media storage (Corey Berla)
+* Translation updates (GNOME Translation Project contributors)
+
 Major changes in 43.rc
 =========================
 * Resolving regressions from the GTK 3 to 4 switch:
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 0acd9f447..7ed4c165c 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.rc" date="2022-09-04" />
+    <release version="43.0" date="2022-09-18" />
   </releases>
   <project_group>GNOME</project_group>
   <project_license>GPL-3.0-or-later</project_license>
diff --git a/meson.build b/meson.build
index 79697523f..00f01f6a2 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.rc',
+  version: '43.0',
 
   meson_version: '>= 0.59.0',
   license: 'GPL-3.0-or-later'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]