[gnome-builder] release 3.33.4



commit e43d68e2c549cac8489bb59358410f6c45a31867
Author: Christian Hergert <chergert redhat com>
Date:   Thu Aug 1 14:36:20 2019 -0700

    release 3.33.4

 NEWS                                          | 20 ++++++++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in |  9 +++++++++
 doc/help/conf.py                              |  2 +-
 meson.build                                   |  2 +-
 4 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9f6abec61..20c19f49a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+==============
+Version 3.33.4
+==============
+
+Changes since last release:
+
+ • The greeter will disable input while opening a project
+ • The sysprof plugin includes many new data sources
+ • Git status in the project tree no longer uses color, instead
+   opting for an open circle for changes, and closed circle for
+   new files (along with bold)
+ • The UI tries to be more consistent in using italics for changes
+   as bold is used for new files in the project tree
+ • Various project tree styling changes
+ • Discovery of programs within Flatpak runtimes no longer requires
+   using `which'. The files are located directly using known PATH
+ • Various FreeBSD compilation fixes with Clang
+ • Many other bug fixes and improvements
+ • Translation updates
+
 ==============
 Version 3.33.3
 ==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 891674eca..f3f5dbc95 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,15 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.33.4" date="2019-08-01">
+      <description>
+        <p>
+          Builder 3.33.4 is here as we march along towards 3.34.
+          This release includes a number of bug fixes and improvements to foundational libraries.
+        </p>
+      </description>
+    </release>
+
     <release version="3.33.3" date="2019-06-25">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 205b26538..3f5146da8 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.33'
 # The full version, including alpha/beta/rc tags.
-release = '3.33.3'
+release = '3.33.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 4c87be382..215754d7b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.33.3',
+          version: '3.33.4',
     meson_version: '>= 0.50.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',


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