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
mufmu jad
gnome-builder
Commits
a44cbf96
Commit
a44cbf96
authored
Mar 18, 2022
by
Christian Hergert
Browse files
release 42.0
parent
11216003
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
a44cbf96
============
Version 42.0
============
Changes since 42.rc1
• Template updates for C++ and Vala
• Only enable Vala search provider if Vala is supported language
by the projects build system to avoid spawning LSP.
• Build system changes to default plugins
• Translation updates
==============
Version 42.rc1
==============
...
...
data/appdata/org.gnome.Builder.appdata.xml.in
View file @
a44cbf96
...
...
@@ -90,6 +90,7 @@
<translation
type=
"gettext"
>
gnome-builder
</translation>
<releases>
<release
version=
"42.0"
date=
"2022-03-18"
/>
<release
version=
"42.rc1"
date=
"2022-03-07"
/>
<release
version=
"42.beta1"
date=
"2022-02-22"
/>
<release
version=
"42.alpha1"
date=
"2022-01-06"
/>
...
...
doc/help/conf.py
View file @
a44cbf96
...
...
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
# The short X.Y version.
version
=
'42'
# The full version, including alpha/beta/rc tags.
release
=
'42.
rc1
'
release
=
'42.
0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
a44cbf96
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'42.
rc1
'
,
version
:
'42.
0
'
,
meson_version
:
'>= 0.59.1'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=gnu++2a'
,
...
...
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