[gnome-builder/gnome-builder-3-32] Release 3.32.2



commit fb19922e34420d84c89c68eeb614341c3f58ada3
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 6 14:38:07 2019 -0700

    Release 3.32.2

 NEWS                                          | 32 +++++++++++++++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in | 29 ++++++++++++++++++++++++
 doc/help/conf.py                              |  2 +-
 meson.build                                   |  2 +-
 4 files changed, 63 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 821ecdcd2..8c122890c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+==============
+Version 3.32.2
+==============
+
+Changes since last release:
+
+ • Glade design view improvements.
+ • Improve CFLAGS and CXXFLAGS discovery with compile_commands.json when
+   a direct match is not found (such as with headers).
+ • Improve symlink detection warning.
+ • Fix block selection in terminals.
+ • Enable VTE hyperlinks feature.
+ • NPM build system bug fixes and improvements.
+ • The diagnostic manager now properly tracks changes to a buffers configured
+   source language. This will improve diagnostic detection in some situations.
+ • rofiles-fuse and flatpak-builder will attempt to retire their corresponding
+   host processes when flatpak is in use.
+ • Unit tests will now properly run when uninstalled.
+ • The unit tests panel now properly scrolls when a large amount of content
+   is provided to the PTY.
+ • The unit tests panel now allows for cancelling an ongoing unit test.
+ • The file monitor now properly detects file changes when no version control
+   is in use.
+ • The clang plugin now discovers the location of the C++ standard includes.
+ • Project template improvements.
+ • Folder selection is fixed when cloning a repository.
+ • menus.ui no longer is opened with the Glade design view by default.
+ • "Open in Terminal" will now properly open a terminal from the host system
+   instead of expecting flatpak bundling.
+ • Updated documentation.
+ • Updated translations.
+
 ==============
 Version 3.32.1
 ==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index bce10461f..0600d1876 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,35 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.32.2" date="2019-05-06">
+      <description>
+        <p>
+          Builder 3.32.2 is here with many bug fixes!
+        </p>
+        <ul>
+          <li>Glade design view improvements.</li>
+          <li>Improve CFLAGS and CXXFLAGS discovery with compile_commands.json when a direct match is not 
found (such as with headers).</li>
+          <li>Improve symlink detection warning.</li>
+          <li>Fix block selection in terminals.</li>
+          <li>Enable VTE hyperlinks feature.</li>
+          <li>NPM build system bug fixes and improvements.</li>
+          <li>The diagnostic manager now properly tracks changes to a buffers configured source language. 
This will improve diagnostic detection in some situations.</li>
+          <li>rofiles-fuse and flatpak-builder will attempt to retire their corresponding host processes 
when flatpak is in use.</li>
+          <li>Unit tests will now properly run when uninstalled.</li>
+          <li>The unit tests panel now properly scrolls when a large amount of content is provided to the 
PTY.</li>
+          <li>The unit tests panel now allows for cancelling an ongoing unit test.</li>
+          <li>The file monitor now properly detects file changes when no version control is in use.</li>
+          <li>The clang plugin now discovers the location of the C++ standard includes.</li>
+          <li>Project template improvements.</li>
+          <li>Folder selection is fixed when cloning a repository.</li>
+          <li>menus.ui no longer is opened with the Glade design view by default.</li>
+          <li>"Open in Terminal" will now properly open a terminal from the host system instead of expecting 
flatpak bundling.</li>
+          <li>Updated documentation.</li>
+          <li>Updated translations.</li>
+        </ul>
+      </description>
+    </release>
+
     <release version="3.32.1" date="2019-04-10">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 1d4208ed8..23388f918 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.32'
 # The full version, including alpha/beta/rc tags.
-release = '3.32.1'
+release = '3.32.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 cdd99a236..3edbcd94e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.32.1',
+          version: '3.32.2',
     meson_version: '>= 0.49.2',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',


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