diff options
author | Ondrej Holy <oholy@redhat.com> | 2023-03-03 10:05:49 +0100 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2023-03-05 00:27:22 +0000 |
commit | e74b847c4894e53c9fe42fe8ed10260fcf395427 (patch) | |
tree | e3af4d4930fc034b51db931afdbb8252ea58dd06 | |
parent | be129ac9febc1f6f6814125628b2a4ecd1fc3a81 (diff) | |
download | nautilus-e74b847c4894e53c9fe42fe8ed10260fcf395427.tar.gz |
Release version 44.rc44.rc
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | data/org.gnome.Nautilus.appdata.xml.in.in | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -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' |