[gnome-builder] Release 3.25.90



commit 3050245bd23d87dc71faf42c4a779d86e058c852
Author: Christian Hergert <chergert redhat com>
Date:   Tue Aug 8 11:12:41 2017 -0700

    Release 3.25.90

 .gitmodules               |    8 ++++----
 NEWS                      |   34 ++++++++++++++++++++++++++++++++++
 doc/conf.py               |    2 +-
 meson.build               |    4 ++--
 subprojects/libdazzle     |    2 +-
 subprojects/libgd         |    2 +-
 subprojects/template-glib |    2 +-
 7 files changed, 44 insertions(+), 10 deletions(-)
---
diff --git a/.gitmodules b/.gitmodules
index ccd7043..2adef65 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
 [submodule "subprojects/libgd"]
        path = subprojects/libgd
-       url = ../libgd
+       url = https://git.gnome.org/browse/libgd
 [submodule "subprojects/jsonrpc-glib"]
        path = subprojects/jsonrpc-glib
-       url = ../jsonrpc-glib
+       url = https://git.gnome.org/browse/jsonrpc-glib
 [submodule "subprojects/template-glib"]
        path = subprojects/template-glib
-       url = ../template-glib
+       url = https://git.gnome.org/browse/template-glib
 [submodule "subprojects/libdazzle"]
        path = subprojects/libdazzle
-       url = ../libdazzle
+       url = https://git.gnome.org/browse/libdazzle
diff --git a/NEWS b/NEWS
index 2ad79cf..ecdc446 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+===============
+Version 3.25.90
+===============
+
+Changes since last release:
+
+ • Indentation fixes when using the fallback indenter.
+ • Various UI changes as we progress on the UI revamp.
+ • Diagnostics checks now blocked until the buffer has fully loaded.
+ • Highlight engine fixes for the recently added pause support.
+ • "Export" has been moved to a generic operation from the omnibar.
+ • A crash in the diagnostics manager has been fixed due to incorrect
+   assertions at runtime.
+ • Many keyboard shortcut fixes.
+ • The search bar has had missing pieces from the revamp ported.
+   This includes better keyboard interactions.
+ • Search navigation has been restored from the source editor.
+ • Our BuilderBlocks font has been improved to support both lower
+   and upper-case glyphs.
+ • Builder no longer uses Gtk's setting for sort-directories-first.
+ • Builder now supports a "run-opts" in .buildconfig files or
+   x-run-args in flatpak json files to pass arguments when running
+   the target application.
+ • The spellchecker has had a number of fixes that were broken during
+   the UI revamp.
+ • find-other-file will jump right to the matching file if only one
+   is matched. This more closely matches our previous implementation.
+ • The build pipeline now recognizes filenames with _ in them when
+   generating diagnostics.
+
+Translations:
+
+ Hungarian, Kazakh, German, Spanish, Indonesian, Czech, Slovenian
+
 ==============
 Version 3.25.5
 ==============
diff --git a/doc/conf.py b/doc/conf.py
index 55b7de1..c0710e8 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.5'
+release = '3.25.90'
 
 # 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 851dbac..596af82 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.25.5',
+          version: '3.25.90',
     meson_version: '>= 0.40.1',
   default_options: [
                      'c_std=gnu11',
@@ -166,7 +166,7 @@ libgtk_dep = dependency('gtk+-3.0', version: '>= 3.22.1')
 libpeas_dep = dependency('libpeas-1.0', version: '>= 1.21.0')
 libm_dep = cc.find_library('m', required: false)
 libjson_glib_dep = dependency('json-glib-1.0', version: '>= 1.2.0')
-libdazzle_dep = dependency('libdazzle-1.0', version: '>= 3.25.5', required: false)
+libdazzle_dep = dependency('libdazzle-1.0', version: '>= 3.25.90', required: false)
 libtemplate_glib_dep = dependency('template-glib-1.0', version: '>= 3.25.3', required: false)
 libjsonrpc_glib_dep = dependency('jsonrpc-glib-1.0', version: '>= 3.25.3',
   fallback: ['jsonrpc-glib', 'libjsonrpc_glib_dep'],
diff --git a/subprojects/libdazzle b/subprojects/libdazzle
index fc608d1..735879e 160000
--- a/subprojects/libdazzle
+++ b/subprojects/libdazzle
@@ -1 +1 @@
-Subproject commit fc608d1b9a736c69fd4e7bde331720ba54579fb4
+Subproject commit 735879ea131eff3eb00d1c4918d8f052da3f45f9
diff --git a/subprojects/libgd b/subprojects/libgd
index 974d793..63d13ea 160000
--- a/subprojects/libgd
+++ b/subprojects/libgd
@@ -1 +1 @@
-Subproject commit 974d79347be94a541daab223f8c790ed93a3c4b8
+Subproject commit 63d13ea49990ac23a214acc4f8a7c0d8b0405cfd
diff --git a/subprojects/template-glib b/subprojects/template-glib
index 69386e2..d26b116 160000
--- a/subprojects/template-glib
+++ b/subprojects/template-glib
@@ -1 +1 @@
-Subproject commit 69386e216308bc9eaaf4c2d6b57210df8c6443ba
+Subproject commit d26b1166e977ae3897446f014f109308e0ccf790


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