[gnome-builder] Release 3.33.90



commit 9acfbfe7f1e6d4754b511290e1c44e3b1b5a933c
Author: Christian Hergert <chergert redhat com>
Date:   Sat Aug 10 21:32:56 2019 -0700

    Release 3.33.90

 NEWS                                          | 17 +++++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in | 10 ++++++++++
 doc/help/conf.py                              |  2 +-
 meson.build                                   |  2 +-
 4 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 20c19f49a..5e7cb9a8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+===============
+Version 3.33.90
+===============
+
+Changes since last release:
+
+ • Fix deprecations from recent GLib changes
+ • Update for recent Sysprof API changes
+ • Multiple cursors improvements in editor
+ • Fix meson tests use of IdeRunner
+ • Sort commands in command-bar by priority
+ • A new shellcmd plugin to execute shell commands from host, build,
+   or runtime environments including support for keyboard shortcuts.
+ • Fix a number of "execve()" errors in build system usage
+ • Project template improvements
+ • Translation updates
+
 ==============
 Version 3.33.4
 ==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index f3f5dbc95..1889e4cba 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,16 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.33.90" date="2019-08-10">
+      <description>
+        <p>
+          Builder 3.33.90 is here as we march along towards 3.34.
+          This release includes a number of bug fixes and improvements to foundational libraries.
+          A new shellcmd plugin has been added to allow executing external commands in a number of 
environments.
+        </p>
+      </description>
+    </release>
+
     <release version="3.33.4" date="2019-08-01">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 3f5146da8..8e1fec349 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.4'
+release = '3.33.90'
 
 # 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 dd67f1542..1df96033e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.33.4',
+          version: '3.33.90',
     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]