[gnome-builder/gnome-builder-3-32] release 3.32.4



commit 6854e08c105feb655ca3ad3253dd3571b838cabe
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 15 16:20:30 2019 -0700

    release 3.32.4

 NEWS                                          | 14 ++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in | 17 +++++++++++++++++
 doc/help/conf.py                              |  2 +-
 meson.build                                   |  2 +-
 4 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 89a7d6324..1dc997cf5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+==============
+Version 3.32.4
+==============
+
+Changes since last release:
+
+ • Be more graceful when used without version control
+ • Fix initial selection in project-tree popovers
+ • Prevent interactivity when opening a project from the greeter
+ • Make about dialog transient/modal
+ • Disable gdb self-inspection when launched outside of a terminal
+ • Fixes when run outside of a terminal (related to O_NOCTTY).
+ • Updated translations
+
 ==============
 Version 3.32.3
 ==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 0eaeb61fa..d3afd37ad 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,23 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.32.4" date="2019-07-15">
+      <description>
+        <p>
+          Builder 3.32.4 is here with another round of bug fixes!
+        </p>
+        <ul>
+          <li>Be more graceful when used without version control</li>
+          <li>Fix initial selection in project-tree popovers</li>
+          <li>Prevent interactivity when opening a project from the greeter</li>
+          <li>Make about dialog transient/modal</li>
+          <li>Disable gdb self-inspection when launched outside of a terminal</li>
+          <li>Fixes when run outside of a terminal</li>
+          <li>Updated translations</li>
+        </ul>
+      </description>
+    </release>
+
     <release version="3.32.3" date="2019-06-11">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 70e26ff6f..88a24221f 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.3'
+release = '3.32.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 b6faa3f1f..e580658df 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.32.3',
+          version: '3.32.4',
     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]