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



commit fb610e201c70ad146d16cad80d84dbf6e249b144
Author: Christian Hergert <chergert redhat com>
Date:   Mon Apr 9 21:48:27 2018 -0700

    release 3.28.1

 NEWS                                  | 36 +++++++++++++++++++++++++++++++++++
 data/org.gnome.Builder.appdata.xml.in | 26 +++++++++++++++++++++++++
 doc/help/conf.py                      |  2 +-
 meson.build                           |  2 +-
 4 files changed, 64 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 45b8615ab..233164716 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+==============
+Version 3.28.1
+==============
+
+Changes since last release:
+
+ • Correctness fixes in the xml-pack plugin.
+ • gdb plugin now updates frames properly for selected thread.
+ • Some improvements in the emacs bindings.
+ • The meson plugin handles meson being run outside of the builddir
+   now when extracting targets and tests.
+ • Many fixes in our introspection usage which translates into memory
+   leak fixes for some plugins written in languages other than C.
+ • Bug fixes for a number of build systems including cargo.
+ • The build pipeline is now invalidated when the branch changes.
+ • Right clicking on a project in the greeter now enters selection mode.
+ • The VCS backend now unconditionally ignores minified JSON to protect
+   various subsystems from parsing unnecessary data.
+ • The todo plugin ignores more patterns early on, avoiding loading the
+   content into memory.
+ • Safety fixes to the code-index, buffer manager, terminals, xml parsing,
+   and a number of other subsystems.
+ • The qemu plugin now checks for the 'F' option which is required.
+ • File settings now support setting auto-indent in GSettings. This fixes
+   a regression in the preferences to enable/disable auto-indent on a per
+   langugae basis.
+ • primary+shift+k now activates the symbol search for the document.
+ • Special handling of git worktrees has been added.
+ • Flatpak manifest "simple" build system types now run the build-commands
+   from the srcdir, as is done by flatpak-builder.
+
+Updated Translations:
+
+  Swedish, Indonesian, Lithuanian, Dutch, Czech, Italian,
+  Brazilian Portuguese, Latvian.
+
 ==============
 Version 3.28.0
 ==============
diff --git a/data/org.gnome.Builder.appdata.xml.in b/data/org.gnome.Builder.appdata.xml.in
index d103cf526..70dd08318 100644
--- a/data/org.gnome.Builder.appdata.xml.in
+++ b/data/org.gnome.Builder.appdata.xml.in
@@ -82,6 +82,32 @@
 
   <releases>
 
+    <release version="3.28.1" date="2018-04-09">
+      <description>
+        <p>
+          Builder 3.28.1 contains a number of bugfixes and translation updates.
+        </p>
+        <ul>
+          <li>Correctness fixes in the xml-pack plugin.</li>
+          <li>gdb plugin now updates frames properly for selected thread.</li>
+          <li>Some improvements in the emacs bindings.</li>
+          <li>The meson plugin handles meson being run outside of the builddir now when extracting targets 
and tests.</li>
+          <li>Many fixes in our introspection usage which translates into memory leak fixes for some plugins 
written in languages other than C.</li>
+          <li>Bug fixes for a number of build systems including cargo.</li>
+          <li>The build pipeline is now invalidated when the branch changes.</li>
+          <li>Right clicking on a project in the greeter now enters selection mode.</li>
+          <li>The VCS backend now unconditionally ignores minified JSON to protect various subsystems from 
parsing unnecessary data.</li>
+          <li>The todo plugin ignores more patterns early on, avoiding loading the content into memory.</li>
+          <li>Safety fixes to the code-index, buffer manager, terminals, xml parsing, and a number of other 
subsystems.</li>
+          <li>The qemu plugin now checks for the 'F' option which is required.</li>
+          <li>File settings now support setting auto-indent in GSettings. This fixes a regression in the 
preferences to enable/disable auto-indent on a per langugae basis.</li>
+          <li>primary+shift+k now activates the symbol search for the document.</li>
+          <li>Special handling of git worktrees has been added.</li>
+          <li>Flatpak manifest "simple" build system types now run the build-commands from the srcdir, as is 
done by flatpak-builder.</li>
+        </ul>
+      </description>
+    </release>
+
     <release version="3.28.0" date="2018-03-13">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 3891e2b11..031a3bf12 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.0'
+release = '3.28.1'
 
 # 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 6a62fefe5..c4abfe546 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.28.0',
+          version: '3.28.1',
     meson_version: '>= 0.44.0',
   default_options: [
                      'c_std=gnu11',


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