[gnome-builder/gnome-builder-3-28] release 3.28.2
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-28] release 3.28.2
- Date: Tue, 29 May 2018 01:17:54 +0000 (UTC)
commit ee71a5ea4ff8b3ece9f6b4db4086655270074302
Author: Christian Hergert <chergert redhat com>
Date: Mon May 28 18:10:48 2018 -0700
release 3.28.2
NEWS | 33 +++++++++++++++++++++++++++++++++
data/org.gnome.Builder.appdata.xml.in | 22 ++++++++++++++++++++++
doc/help/conf.py | 2 +-
meson.build | 2 +-
4 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 233164716..41af4ee0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+==============
+Version 3.28.2
+==============
+
+Changes since last release:
+
+ • A leak of buffers when using semantic highlighting as been fixed,
+ which has the potential to significantly reduce memory usage for some
+ languages such as C.
+ • Various fixes with DTD validation.
+ • Various correctness fixes in API usage.
+ • The new task and threading engine has been backported which provides
+ a new layer of saftey for our threading usage.
+ • Various fixes for the flatpak plugin.
+ • Ctags tries to be more careful to avoid recursive mining and no longer
+ attempts to load ~/.tags.
+ • The clang plugin tries harder to cook cflags delivered to libclang.
+ • A preferences menu item was added back to the perspective selector. It
+ still uses a dialog for preferences.
+ • The recent-projects plugin performs additional checks to avoid recursive
+ directory cleanup when that would result in deleting some external data.
+ • A number of miscellaneous memory leaks have been plugged.
+ • When meson/ninja are not found, a message is displayed to the user in
+ the messages pane.
+ • The clang plugin will try to drop state as soon as possible to help keep
+ memory usage down.
+ • The npm modules now marks "node_modules" as an ignored pattern.
+
+Updated Translations:
+
+ Swedish, Indonesian, Lithuanian, Hungarian, British English, Romanian,
+ Czech, German, Slovenian, Italian, Turkish, Polish, Brazilian Portuguese
+
==============
Version 3.28.1
==============
diff --git a/data/org.gnome.Builder.appdata.xml.in b/data/org.gnome.Builder.appdata.xml.in
index 70dd08318..ebee055d2 100644
--- a/data/org.gnome.Builder.appdata.xml.in
+++ b/data/org.gnome.Builder.appdata.xml.in
@@ -81,6 +81,28 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="3.28.2" date="2018-05-28">
+ <description>
+ <p>
+ Builder 3.28.2 contains a number of important bugfixes and translation updates.
+ </p>
+ <ul>
+ <li>A leak of buffers when using semantic highlighting as been fixed, which has the potential to
significantly reduce memory usage for some languages such as C.</li>
+ <li>Various fixes with DTD validation.</li>
+ <li>Various correctness fixes in API usage.</li>
+ <li>The new task and threading engine has been backported which provides a new layer of saftey for
our threading usage.</li>
+ <li>Various fixes for the flatpak plugin.</li>
+ <li>Ctags tries to be more careful to avoid recursive mining and no longer attempts to load
~/.tags.</li>
+ <li>The clang plugin tries harder to cook cflags delivered to libclang.</li>
+ <li>A preferences menu item was added back to the perspective selector. It still uses a dialog for
preferences.</li>
+ <li>The recent-projects plugin performs additional checks to avoid recursive directory cleanup
when that would result in deleting some external data.</li>
+ <li>A number of miscellaneous memory leaks have been plugged.</li>
+ <li>When meson/ninja are not found, a message is displayed to the user in the messages pane.</li>
+ <li>The clang plugin will try to drop state as soon as possible to help keep memory usage
down.</li>
+ <li>The npm modules now marks "node_modules" as an ignored pattern.</li>
+ </ul>
+ </description>
+ </release>
<release version="3.28.1" date="2018-04-09">
<description>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 031a3bf12..9124441e6 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -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.1'
+release = '3.28.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/meson.build b/meson.build
index c4abfe546..2e714d751 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '3.28.1',
+ version: '3.28.2',
meson_version: '>= 0.44.0',
default_options: [
'c_std=gnu11',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]