[gnome-builder] release 3.21.91



commit bb82d03d76a8393a8a612179bf60c9cfd9bdb348
Author: Christian Hergert <chergert redhat com>
Date:   Thu Sep 1 19:01:08 2016 -0700

    release 3.21.91

 AUTHORS      |    2 ++
 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 9a7766a..5d58368 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -47,6 +47,7 @@ Lionel Landwerlin
 Marcin Kolny
 Marek Černocký
 Mario Sanchez Prada
+Martin Blanchard
 Mathieu Bridon
 Mathieu Duponchelle
 Matthew Leeds
@@ -56,6 +57,7 @@ Michael Catanzaro
 Mohan R
 Paolo Borelli
 Patrick Griffis
+Philip Chimento
 Philip Withnall
 Piotr Drąg
 Raunaq Abhyankar
diff --git a/NEWS b/NEWS
index abb38e9..bf5fb3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
 ===============
+Version 3.21.91
+===============
+
+Another incremental release as we work towards GNOME 3.22.
+
+ • Build system improvements (Andreas Henriksson, Kalev Lember)
+ • A new "Quick Highlight" plugin to highlight words matching the
+   current selection (Martin Blanchard)
+ • New snippets for GJS have been added (Philip Chimento)
+ • Incremental gstyle/colorpicker improvements (Sebastien Lafargue)
+ • A new "Transfers API" has landed but is not yet used by any
+   components. This will be useful for plugins that involve download
+   or upload operations, such as those to a physical device.
+ • SCSS files are mapped to CSS for gnome-code-assistance.
+ • Sysprof support is now automatically detected.
+ • The devhelp search provider has been removed as it was
+   better served via the Ctrl+Shift+F accelerator.
+ • Builder now prefers the project id (sanitized name) in more
+   places such as directory names which should improve building some
+   projects.
+ • The create-project workflow will now check to see if a directory
+   exists before progressing the workflow.
+ • The C, XML, and HTML indenters have been improved to respect the
+   language indentation settings for tab vs spaces and indent-width.
+
+And thanks to our translators!
+
+Alexandre Franke, Andika Triwidada, Balázs Meskó, Daniel Mustieles, Enrico
+Nicoletto, Gábor Kelemen, Marek Černocký, Mario Blättermann, Piotr Drąg,
+and Wolfgang Stöggl.
+
+
+===============
 Version 3.21.90
 ===============
 
diff --git a/configure.ac b/configure.ac
index 7c33b2f..d862d57 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],[21])
-m4_define([builder_micro_version],[90])
+m4_define([builder_micro_version],[91])
 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]