summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2023-03-03 10:05:49 +0100
committerAntónio Fernandes <antoniof@gnome.org>2023-03-05 00:27:22 +0000
commite74b847c4894e53c9fe42fe8ed10260fcf395427 (patch)
treee3af4d4930fc034b51db931afdbb8252ea58dd06
parentbe129ac9febc1f6f6814125628b2a4ecd1fc3a81 (diff)
downloadnautilus-e74b847c4894e53c9fe42fe8ed10260fcf395427.tar.gz
Release version 44.rc44.rc
-rw-r--r--NEWS12
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
-rw-r--r--meson.build2
3 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9c3ffe2bf..53f0e9ed0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 44.rc
+======================
+* Bugfixes:
+ - Fix crashes caused by extra free call (Corey Berla)
+ - Fix file order after renaming (Corey Berla)
+ - Fix libadwaita include path (Barnabás Pőcze)
+ - Fix handling of missing dates from Tracker (Pablo Correa Gomez)
+ - Cache clock format setting (Corey Berla)
+ - Try to own dbus name at the correct time (Ondrej Holy)
+ - Exchange mismatched error messages (Ondrej Holy)
+* Translation updates (GNOME Translation Project contributors)
+
Major changes in 44.beta
========================
* Enhacements:
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 6e5b69f6c..954e0740c 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="44.beta" date="2023-02-11" />
+ <release version="44.rc" date="2023-03-03" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-3.0-or-later</project_license>
diff --git a/meson.build b/meson.build
index 18feac8de..09d1956bb 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: '44.beta.1',
+ version: '44.rc',
meson_version: '>= 0.59.0',
license: 'GPL-3.0-or-later'