Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Daigle
Files
Commits
8dca802e
Commit
8dca802e
authored
Apr 22, 2022
by
António Fernandes
🐚
Browse files
Release version 42.1.1
Fix a mistake.
parent
ca306b56
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
8dca802e
Major changes in 42.1.1
=========================
* Revert wrongly introduced dependency on unstable gnome-desktop. (António Fernandes)
Major changes in 42.1
=========================
* Add HighContrast syle support (António Fernandes)
...
...
data/org.gnome.Nautilus.appdata.xml.in.in
View file @
8dca802e
...
...
@@ -27,7 +27,7 @@
<url
type=
"translate"
>
https://wiki.gnome.org/TranslationProject
</url>
<launchable
type=
"desktop-id"
>
@appid@.desktop
</launchable>
<releases>
<release
version=
"42.1"
date=
"2022-04-22"
/>
<release
version=
"42.1
.1
"
date=
"2022-04-22"
/>
</releases>
<project_group>
GNOME
</project_group>
<project_license>
GPL-2.0+
</project_license>
...
...
meson.build
View file @
8dca802e
...
...
@@ -4,7 +4,7 @@ project('nautilus', 'c',
# Do not forget when releasing:
# * Update version in data/org.gnome.Nautilus.appdata.xml.in.in
# * Update GTK-based codes over src/gtk/gtk-code-generator.sh
version
:
'42.1'
,
version
:
'42.1
.1
'
,
meson_version
:
'>= 0.49.0'
,
license
:
'GPL3+'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment