[gnome-builder] release 3.25.91



commit d0150d0927e4e1c400eb54e3ee4b087c30762543
Author: Christian Hergert <chergert redhat com>
Date:   Fri Aug 25 13:36:50 2017 -0700

    release 3.25.91

 NEWS        |   33 +++++++++++++++++++++++++++++++++
 doc/conf.py |    2 +-
 meson.build |    2 +-
 3 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ecdc446..523c4b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
 ===============
+Version 3.25.91
+===============
+
+Changes since last release:
+
+ • Build systems can not implement an optimized path to extract build flags for
+   multiple files at once. This will be useful for upcoming code indexing
+   features.
+ • Mkdir pipeline stages can now request that directories are reaped at cleanup.
+ • The buffer manager can now protect against a single file being requested
+   multiple times while a previous load is in-flight.
+ • Various GAction fixes.
+ • A new documentation-card plugin has been included as part of the Summer '17
+   GSoC work. It provides documentation on functions from devhelp when you hover
+   the mouse pointer over a function or other type. It supports multiple backends,
+   but only Devhelp is currently implemented.
+ • A leak of various editor view plugins due to a bug in IdeExtensionSetAdapter
+   has been plugged.
+ • The beautifier plugin has been ported to the new UI design.
+ • The spellcheck plugin got numerous fixes from fallout during the UI redesign.
+ • The XML plugin got a fix for a potential NULL deref.
+ • The volume monitor has been restored on the editor.
+ • Many widgets and plugins have been ported to the new shortcut engine.
+ • The shortcut window should now work better on smaller screen sizes.
+ • "Insert matching brance" has been moved to a per-language setting.
+
+Updated Translations:
+
+ French, Malayalam, Lithuanian, Hungarian, Kazakh, German, Spanish, Galician,
+ Indonesian, Czech, Turkish, Nepali
+
+
+===============
 Version 3.25.90
 ===============
 
diff --git a/doc/conf.py b/doc/conf.py
index c0710e8..1361b47 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
 # The short X.Y version.
 version = '3.25'
 # The full version, including alpha/beta/rc tags.
-release = '3.25.90'
+release = '3.25.91'
 
 # 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 5b3473e..ae75eae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.25.90',
+          version: '3.25.91',
     meson_version: '>= 0.40.1',
   default_options: [
                      'c_std=gnu11',


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