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



commit da17179909ec1a1fbcb8aa713978804e970058a5
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 11 17:07:47 2019 -0700

    Release 3.32.3

 NEWS                                          | 28 +++++++++++++++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in | 26 +++++++++++++++++++++++++
 doc/help/conf.py                              |  2 +-
 meson.build                                   |  2 +-
 4 files changed, 56 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c122890c..89a7d6324 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+==============
+Version 3.32.3
+==============
+
+Changes since last release:
+
+ • Fixes for struct/enum when auto-formatting C headers.
+ • The application-id is now validated from the template assistant.
+ • The buffer monitor has had a number of fixes for situations involving
+   external file modifications.
+ • LD_LIBRARY_PATH is now set under various conditions when running
+   applications from non-default prefixes.
+ • FreeDesktop notifications are now removed when the build pipeline has been
+   invalidated.
+ • Meson unit tests are reloaded when build.ninja changes.
+ • Auto-save will only activate if the file on disk has not been modified.
+ • i18n/l10n improvements.
+ • The NPM plugin can now be disabled.
+ • Some missing shortcuts were added to they shortcuts dialog.
+ • The foundry is now unloaded when shutting down a project, this fixed
+   situations where build configurations were not saved.
+ • Glade priorities were lowered to ensure that the editor has preference
+   when opening .ui files.
+ • The meson plugin handles changes to introspection format more gracefully.
+ • The makefile plugin now handles Makefile/makefile/GNUmakefile.
+ • Hardening of GDBusServer usage.
+ • Updated translations.
+
 ==============
 Version 3.32.2
 ==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 0600d1876..0eaeb61fa 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,32 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.32.3" date="2019-06-11">
+      <description>
+        <p>
+          Builder 3.32.3 is here with another round of bug fixes!
+        </p>
+        <ul>
+          <li>Fixes for struct/enum when auto-formatting C headers</li>
+          <li>The application-id is now validated from the template assistant</li>
+          <li>The buffer monitor has had a number of fixes for situations involving external file 
modifications</li>
+          <li>LD_LIBRARY_PATH is now set under various conditions when running applications from non-default 
prefixes</li>
+          <li>FreeDesktop notifications are now removed when the build pipeline has been invalidated</li>
+          <li>Meson unit tests are reloaded when build.ninja changes</li>
+          <li>Auto-save will only activate if the file on disk has not been modified</li>
+          <li>i18n/l10n improvements</li>
+          <li>The NPM plugin can now be disabled</li>
+          <li>Some missing shortcuts were added to they shortcuts dialog</li>
+          <li>The foundry is now unloaded when shutting down a project, this fixed situations where build 
configurations were not saved</li>
+          <li>Glade priorities were lowered to ensure that the editor has preference when opening .ui 
files</li>
+          <li>The meson plugin handles changes to introspection format more gracefully</li>
+          <li>The makefile plugin now handles Makefile/makefile/GNUmakefile</li>
+          <li>Hardening of GDBusServer usage</li>
+          <li>Updated translations</li>
+        </ul>
+      </description>
+    </release>
+
     <release version="3.32.2" date="2019-05-06">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 23388f918..70e26ff6f 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.2'
+release = '3.32.3'
 
 # 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 3edbcd94e..b6faa3f1f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.32.2',
+          version: '3.32.3',
     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]