[gnome-builder] release 3.29.2



commit 2b36af6b1751cc6c428040bf644d56057fe754a5
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 23 15:28:49 2018 -0700

    release 3.29.2

 NEWS             | 32 ++++++++++++++++++++++++++++++++
 doc/help/conf.py |  4 ++--
 meson.build      |  2 +-
 3 files changed, 35 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index db564d5e7..99db5d5dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+==============
+Version 3.29.2
+==============
+
+Changes since last release:
+
+ • Fixes for DTD and RNG processing in xml-pack plugin
+ • Improvements to the vim-style search and replace command
+ • Continued improvements to the new sysroot plugin
+ • A new IdeToolchain abstraction has been added to help with systems
+   where multiple toolchains can exist within a runtime. We expect this
+   to be used later on for some cross-compiling.
+ • Various build systems have been migrated to toolchain support
+ • Various memory leak fixes
+ • Improved support for using subprocesses to perform compiler work
+ • Clang support has been moved out-of-process using the new
+   gnome-builder-clang subprocess. Clang-based auto-completion is temporarily
+   disabled until a future development release.
+ • A preferences button has been re-added to the perspective switcher
+ • Memory overhead of the clang plugin has been vastly reduced
+ • The code-indexer now uses less memory
+ • The highlighter can now deal with delayed requests to load a new
+   highlight index. It more correctly follows up on incorrectly highlighted
+   lines of code.
+ • A spinloop was fixed when opening certain files with double-click from
+   the project tree.
+
+Updated Translations:
+
+   Swedish, Lithuanian, Hungarian, Spanish, Romanian, Turkish, Indonesian,
+   Czech, German, Slovenian, Italian, Brazilian Portuguese, Polish
+
 ==============
 Version 3.29.1
 ==============
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 3891e2b11..506eea3c6 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.28'
+version = '3.29'
 # The full version, including alpha/beta/rc tags.
-release = '3.28.0'
+release = '3.29.2'
 
 # 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 490179884..bf66e6421 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.29.1',
+          version: '3.29.2',
     meson_version: '>= 0.44.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',


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