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
8c1b77d0
Commit
8c1b77d0
authored
Mar 14, 2021
by
Christian Hergert
Browse files
release Builder 40.rc
parent
9df019ed
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
8c1b77d0
===============
Version 3.39.94
===============
The release candidate for GNOME 40 is here!
• Various build system improvements
• New libide helpers for plugins to locate addins by module name
• Resiliency fixes language server protocol
• Use rust-analyzer from SDK inside build container when possible
• Fix use of F7 keyboard shortcut for build commands
• Allow use of $FILE from external shell commands
• Fix duplicated text when inserting various types of completion proposals
• Translation updates
===============
Version 3.39.92
===============
...
...
data/appdata/org.gnome.Builder.appdata.xml.in
View file @
8c1b77d0
...
...
@@ -85,6 +85,13 @@
<update_contact>
chergert@gnome.org
</update_contact>
<translation
type=
"gettext"
>
gnome-builder
</translation>
<releases>
<release
version=
"3.39.94"
date=
"2021-03-14"
>
<p>
Builder 40.rc is out and available for testing.
</p>
</release>
<releases>
<release
version=
"3.39.92"
date=
"2021-03-02"
>
<p>
...
...
doc/help/conf.py
View file @
8c1b77d0
...
...
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
# The short X.Y version.
version
=
'40'
# The full version, including alpha/beta/rc tags.
release
=
'40.
beta1
'
release
=
'40.
rc
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
8c1b77d0
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'3.39.9
2
'
,
version
:
'3.39.9
4
'
,
meson_version
:
'>= 0.54.0'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=gnu++2a'
,
...
...
@@ -9,7 +9,7 @@ project('gnome-builder', 'c',
],
)
symbolic_release
=
'40.
beta1
'
symbolic_release
=
'40.
rc
'
version_split
=
meson
.
project_version
().
split
(
'.'
)
MAJOR_VERSION
=
version_split
[
0
]
...
...
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