[gnome-builder] release 3.30.0



commit 81a9a8235f3c9818147cd1a710ac870bed4c5938
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 4 22:11:45 2018 -0700

    release 3.30.0

 NEWS                                  | 16 ++++++++++++++++
 data/org.gnome.Builder.appdata.xml.in | 17 +++++++++++++++++
 doc/help/conf.py                      |  4 ++--
 meson.build                           |  2 +-
 4 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3135cacb6..c19f393b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+==============
+Version 3.30.0
+==============
+
+Changes since last (beta) release:
+
+ • Allow disabling interactive completion
+ • Additional gobject snippets
+ • Theme fixes for non-Adwaita themes
+ • Build Config fixes when duplicating environments
+
+Updated Translations:
+
+  Swedish, Danish, Hungarian, Korean, Romanian, Turkish, Galician, Indonesian,
+  Czech, German, Italian, Polish, Brazilian Portuguese
+
 ===============
 Version 3.29.92
 ===============
diff --git a/data/org.gnome.Builder.appdata.xml.in b/data/org.gnome.Builder.appdata.xml.in
index 4fc191b47..0afb63aba 100644
--- a/data/org.gnome.Builder.appdata.xml.in
+++ b/data/org.gnome.Builder.appdata.xml.in
@@ -82,6 +82,23 @@
 
   <releases>
 
+    <release version="3.30.0" date="2018-09-04">
+      <description>
+        <p>
+          After six months of development, Builder 3.30 is finally here.
+          Some notable improvements include:
+        </p>
+        <ul>
+          <li>A new completion engine that is faster and more scalable.</li>
+          <li>Interactive tooltips in the source code editor.</li>
+          <li>Builder now saves your session and restores it upon re-opening the project.</li>
+          <li>Clang has been moved out of process and requires significantly less memory when combined with 
Clang 6.0 or newer.</li>
+          <li>Initial support for sysroots and non-standard toolchains.</li>
+          <li>Builder now uses even less memory.</li>
+        </ul>
+      </description>
+    </release>
+
     <release version="3.29.92" date="2018-08-29">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 2801bcdf7..e5ae0cdad 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -58,9 +58,9 @@ author = 'Christian Hergert, et al.'
 # built documents.
 #
 # The short X.Y version.
-version = '3.29'
+version = '3.30'
 # The full version, including alpha/beta/rc tags.
-release = '3.29.91'
+release = '3.30.0'
 
 # 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 86f101b9a..45314a2d5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.29.92',
+          version: '3.30.0',
     meson_version: '>= 0.47.1',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',


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