Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gnome-desktop
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNOME
gnome-desktop
Commits
2657b9a9
Commit
2657b9a9
authored
3 years ago
by
Abderrahim Kitouni
Browse files
Options
Downloads
Patches
Plain Diff
Release 42.beta
parent
fbb3e9d2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+9
-0
9 additions, 0 deletions
NEWS
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
11 additions
and
2 deletions
NEWS
+
9
−
0
View file @
2657b9a9
===============
Version 42.beta
===============
- Add async methods for thumbnail creation
- thumbnail: Resolve symlinks before exporting them with Flatpak
- Make table:cangjie5 the default input method for zh_HK
- Translation updates
============
Version 42.alpha.1
============
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
2657b9a9
project
(
'gnome-desktop'
,
'c'
,
meson_version
:
'>= 0.56.2'
,
version
:
'42.
alpha.1
'
,
version
:
'42.
beta
'
,
license
:
[
'GPL-2.0-or-later'
,
'LGPL-2.1-or-later'
],
default_options
:
[
'c_std=gnu99'
,
...
...
@@ -17,7 +17,7 @@ project('gnome-desktop', 'c',
# to 0. When bumping the second version, set the third one to zero.
#
# A lot easier than libtool, right?
libversion
=
'1.
1
.0'
libversion
=
'1.
2
.0'
soversion
=
libversion
.
split
(
'.'
)[
0
]
# Compatibility versions for libgnome-desktop-3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment