[gnome-builder] release 3.25.1



commit 04db2526b22ee7249d8cb3088f52ef4ad38ed6c2
Author: Christian Hergert <chergert redhat com>
Date:   Tue Apr 25 09:23:23 2017 -0700

    release 3.25.1

 NEWS         |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 41 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d64049c..39fc229 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,41 @@
 ==============
+Version 3.25.1
+==============
+
+The road to 3.26 has begun, and 3.25.1 is here to kick that off.
+
+ • A new retab plugin to reindent your source code.
+ • Auto-save can now be configured.
+ • A new notification plugin to notify of build completion.
+ • Preview support for Sphinx.
+ • Improved jump support in the editor.
+ • The "install" action can be run from the command-bar to install
+   your project without running.
+ • Word completion minimum length can now be configured.
+ • Ctags improvements.
+ • A save button has been added to the Build Log.
+ • Release auto-save timeout after a manual save to reduce the
+   number of file-system operations.
+ • Allow jhbuild from alternate PATHs.
+ • Animation improvements, including support for animating based on
+   screen DPI and physical space. This has the potential to make
+   animations smoother, but may cause issues with miss-reporting
+   EDID information. Mitigations are provided.
+ • Do not download SDKs or dependencies when on metered connections.
+   This can be disabled in preferences.
+ • Bump vala requirement to 0.38.
+ • The editor now supports text-wrapping but is not enabled by default
+   due to the performance penalty.
+ • Plugins are discovered in ~/.local/share/gnome-builder/plugins, even
+   when distributed under Flatpak.
+ • Don't take into account failed or cancelled transfers when calculating
+   transfer progress.
+ • Various build tooling widgetry will become insensitive while the build
+   pipeline is not useable.
+ • Language Server Protocol improvements.
+ • Various memory leaks and bug fixes.
+
+Updated translations:
+
+  French, Swedish, Danish, Lithuanian, Hungarian, Korean, German, Spanish,
+  Italian, Slovak, Brazilian Portuguese, Latvian, Russian, Serbian
diff --git a/configure.ac b/configure.ac
index 4dc55a2..cbc939d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl Define Versioning Information
 dnl ***********************************************************************
 m4_define([builder_major_version],[3])
 m4_define([builder_minor_version],[25])
-m4_define([builder_micro_version],[0])
+m4_define([builder_micro_version],[1])
 m4_define([builder_version],[builder_major_version.builder_minor_version.builder_micro_version])
 m4_define([builder_interface_age],[0])
 m4_define([builder_bugreport_url],


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