[gnome-builder] release 3.31.90



commit 6c913dc192e3d932e25d589075662694bc476644
Author: Christian Hergert <chergert redhat com>
Date:   Wed Feb 6 18:36:41 2019 -0800

    release 3.31.90

 NEWS                                          | 28 +++++++++++++++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in |  8 ++++++++
 meson.build                                   |  2 +-
 3 files changed, 37 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 6dd54853a..5feff2413 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+===============
+Version 3.31.90
+===============
+
+Changes since last release:
+
+ • Appdata and icon updates.
+ • Many bugs found from refactoring fallout have been fixed.
+ • New plugin APIs have been added and some existing APIs tweaked
+   as we stabilize for release.
+ • Theme tweaks to match upcoming Adwaita changes.
+ • gdb improvements including use of fewer deprecated MI commands.
+ • The greeter has been redesigned and simplified.
+ • The git gutter now more accurately displays line information.
+ • Menus have been tweaked to more closely fit with GNOME 3.32 guidelines.
+ • The code indexer was redesigned to provide progress and improved pausibility.
+   We expect more changes before 3.32 to reduce overhead of larger projects.
+ • Code indexers and ctags will delay initial indexing until a user operation
+   has occurred like saving a file or a successful build.
+ • LSP conformance improvements.
+ • The project tree now provides some basic VCS information and allows
+   switching branches using the context menu. This exposed a bug in libgit2-glib
+   which has been fixed there too. We recommend packagers ensure that bug fix
+   has landed in their libgit2-glib.
+ • Updated translations.
+
+Thanks to the many contributors that provided patches during this cycle!
+
 ==============
 Version 3.31.4
 ==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 30cb992b1..afbfc06f0 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -82,6 +82,14 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.31.90" date="2019-02-06">
+      <description>
+        <p>
+          This release contains a number of bug fixes and performance improvements.
+        </p>
+      </description>
+    </release>
+
     <release version="3.31.4" date="2019-01-09">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 0bcd62ae6..b40bf9a8b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.31.4',
+          version: '3.31.90',
     meson_version: '>= 0.48.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',


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