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
Nathaniel McCallum
gnome-builder
Commits
2b36af6b
Commit
2b36af6b
authored
May 23, 2018
by
Christian Hergert
Browse files
release 3.29.2
parent
f9bd2446
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2b36af6b
==============
Version 3.29.2
==============
Changes since last release:
• Fixes for DTD and RNG processing in xml-pack plugin
• Improvements to the vim-style search and replace command
• Continued improvements to the new sysroot plugin
• A new IdeToolchain abstraction has been added to help with systems
where multiple toolchains can exist within a runtime. We expect this
to be used later on for some cross-compiling.
• Various build systems have been migrated to toolchain support
• Various memory leak fixes
• Improved support for using subprocesses to perform compiler work
• Clang support has been moved out-of-process using the new
gnome-builder-clang subprocess. Clang-based auto-completion is temporarily
disabled until a future development release.
• A preferences button has been re-added to the perspective switcher
• Memory overhead of the clang plugin has been vastly reduced
• The code-indexer now uses less memory
• The highlighter can now deal with delayed requests to load a new
highlight index. It more correctly follows up on incorrectly highlighted
lines of code.
• A spinloop was fixed when opening certain files with double-click from
the project tree.
Updated Translations:
Swedish, Lithuanian, Hungarian, Spanish, Romanian, Turkish, Indonesian,
Czech, German, Slovenian, Italian, Brazilian Portuguese, Polish
==============
Version 3.29.1
==============
...
...
doc/help/conf.py
View file @
2b36af6b
...
...
@@ -58,9 +58,9 @@ author = 'Christian Hergert, et al.'
# built documents.
#
# The short X.Y version.
version
=
'3.2
8
'
version
=
'3.2
9
'
# The full version, including alpha/beta/rc tags.
release
=
'3.2
8.0
'
release
=
'3.2
9.2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
2b36af6b
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'3.29.
1
'
,
version
:
'3.29.
2
'
,
meson_version
:
'>= 0.44.0'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=c++11'
,
...
...
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