[gnome-builder/gnome-builder-3-28] release 3.28.4



commit a87c6a98d1a420dcb87015589e54c2913b3e6332
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 27 11:47:35 2018 -0700

    release 3.28.4

 NEWS                                  | 23 +++++++++++++++++++++++
 data/org.gnome.Builder.appdata.xml.in | 19 +++++++++++++++++++
 doc/help/conf.py                      |  2 +-
 meson.build                           |  2 +-
 4 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 34af82449..4ff382278 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+==============
+Version 3.28.4
+==============
+
+Changes since last release:
+
+ • Improvements to C indenter.
+ • More safety improvements using IdeTask
+ • Protections against pathological lines when parsing To-do's
+ • To-do plugin now uses "git grep" when possible
+ • Some guards against very large projects (Mesa, WebKit, Chromium) were
+   added. We still suggest disabling CTags on this size of project.
+ • Diagnostics are re-processed after initial build pipeline configure
+ • Fix for loading a project based on a flatpak manifest (gnome-buidler -m)
+ • Fix for SSH authentication when no username is supplied
+ • emacs-style modeline improvements on initial load of buffer
+ • Cloning a project from a manifest will now detect some situations where
+   downloads can be avoided
+
+Updated Translations:
+
+  German, Brazilian Portuguese, Polish, Italian, Hungarian, Indonesian
+
 ==============
 Version 3.28.3
 ==============
diff --git a/data/org.gnome.Builder.appdata.xml.in b/data/org.gnome.Builder.appdata.xml.in
index 92b8a23f0..4479d0bd7 100644
--- a/data/org.gnome.Builder.appdata.xml.in
+++ b/data/org.gnome.Builder.appdata.xml.in
@@ -81,6 +81,25 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.28.4" date="2018-07-27">
+      <description>
+        <p>
+          Builder 3.28.4 contains a number of critical bugfixes and translation updates.
+        </p>
+        <ul>
+          <li>Improvements to C indenter.</li>
+          <li>Protections against pathological lines when parsing To-do's</li>
+          <li>To-do plugin now uses "git grep" when possible</li>
+          <li>Some guards against very large projects (Mesa, WebKit, Chromium) were added. We still suggest 
disabling CTags on this size of project.</li>
+          <li>Diagnostics are re-processed after initial build pipeline configure</li>
+          <li>Fix for loading a project based on a flatpak manifest (gnome-buidler -m)</li>
+          <li>Fix for SSH authentication when no username is supplied</li>
+          <li>emacs-style modeline improvements on initial load of buffer</li>
+          <li>Cloning a project from a manifest will now detect some situations where downloads can be 
avoided</li>
+        </ul>
+      </description>
+    </release>
+
     <release version="3.28.3" date="2018-06-19">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index a8d3c5dd5..9dce3ae97 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.3'
+release = '3.28.4'
 
 # 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 f69a87181..74b9e4357 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.28.3',
+          version: '3.28.4',
     meson_version: '>= 0.44.0',
   default_options: [
                      'c_std=gnu11',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]