[gnome-builder] release 3.33.3



commit bb1b57ce2a41b627a1933cfd9dbe681f31e10f31
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 25 15:01:53 2019 -0700

    release 3.33.3

 NEWS                                          | 28 +++++++++++++++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in |  9 +++++++++
 doc/help/conf.py                              |  2 +-
 meson.build                                   |  2 +-
 4 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2e6729cb9..9f6abec61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+==============
+Version 3.33.3
+==============
+
+Changes since last release:
+
+ • The sysprof dependency has been bumped to 3.33.3. Note that sysprof
+   3.33.3 introduces a new org.gnome.Sysprof3 service we rely on, but also
+   provides org.gnome.Sysprof2 for compat with older systems
+ • Validate application IDs when creating projects
+ • Improvements to the golang language server integration
+ • Improved formatting with `format-decls` comand-bar action
+ • Updates for newcomer workflow
+ • Improvements to Vim emulation
+ • Cargo build system integration improvements
+ • Improved gtkmm templates
+ • Use --watch-bus when emulating rofiles-fuse to host
+ • Improvements to completion-window opacity on Ctrl key-press/release
+ • Window stacking fixes
+ • Directory names are now indexed and can be used to open a file-browser
+ • Foundry improvements including unit testing and PTY usage
+ • Avoid displaying notifications in some situations
+ • Terminal spawning has been redesigned to make it easier to re-use
+ • We now load .ui files in the editor by default, you can open them
+   from the designer using "View Design"
+ • GNUmakefile fixes
+ • Translation updates
+
 ==============
 Version 3.33.1
 ==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 66cbefde1..891674eca 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.3" date="2019-06-25">
+      <description>
+        <p>
+          Builder 3.33.3 is here as we march along towards 3.34.
+          A number of new features are in this release including improved Sysprof support.
+        </p>
+      </description>
+    </release>
+
     <release version="3.33.1" date="2019-04-23">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 7ebd0c492..205b26538 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.1'
+release = '3.33.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 783fb5170..4c87be382 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.33.1',
+          version: '3.33.3',
     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]