[gnome-builder] release 3.35.91



commit e9f52db2b329326bfca7fbc579b1ee88fa4730bd
Author: Christian Hergert <chergert redhat com>
Date:   Fri Feb 14 13:41:17 2020 -0800

    release 3.35.91

 NEWS             | 20 ++++++++++++++++++++
 doc/help/conf.py |  2 +-
 meson.build      |  2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b492348ea..c8ef32593 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+===============
+Version 3.35.91
+===============
+
+ • Updated list of newcomers projects
+ • Various i18n improvements for more complete translations
+ • Many improvements in Language Server Protocol support
+ • Vala support is now provided from GVls instead of an internal plugin
+ • Remove RUSTFLAGS overrides from Cargo integration
+ • Added an update-manager plugin to track flatpak update availability
+ • Robustness fixes when running on non-local file systems
+ • Improvements to shortcuts including Glade integration
+ • Improvements to meson plugins
+ • A new copyright plugin that can update copyright years in headers
+ • Detection of CFLAGS and CXXFLAGS environment variables when using
+   Makefile has been fixed
+ • Jedi improvements
+ • Go language server is not set to use the upstream "gopls"
+ • Translation updates
+
 ==============
 Version 3.35.3
 ==============
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 156183611..fb474a1a5 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.35'
 # The full version, including alpha/beta/rc tags.
-release = '3.35.3'
+release = '3.35.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 a11eba445..f46942556 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.35.3',
+          version: '3.35.91',
     meson_version: '>= 0.51.2',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',


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