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
66a07578
Commit
66a07578
authored
Jun 20, 2018
by
Christian Hergert
Browse files
build: release 3.28.3
parent
dbb02428
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
66a07578
==============
Version 3.28.3
==============
Changes since last release:
• Fixes for a number of crashers and potential data loss.
• The editor more reliably restores cursor position.
• The todo plugin more aggresively ignores some common build tooling directories.
==============
Version 3.28.2
==============
...
...
doc/help/conf.py
View file @
66a07578
...
...
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
# The short X.Y version.
version
=
'3.28'
# The full version, including alpha/beta/rc tags.
release
=
'3.28.
2
'
release
=
'3.28.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
66a07578
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'3.28.
2
'
,
version
:
'3.28.
3
'
,
meson_version
:
'>= 0.44.0'
,
default_options
:
[
'c_std=gnu11'
,
...
...
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