[gnome-builder] Release 3.22.0



commit 1db1fcbecc9926ba0eaa4a0568d54fba09e957b4
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 19 12:31:30 2016 -0700

    Release 3.22.0

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bf5fb3e..0015416 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+==============
+Version 3.22.0
+==============
+
+GNOME 3.22.0 is here and GNOME Builder is no different.
+
+Since 3.21.91, we've added a bunch of features to help Builder run better under
+Flatpak.
+
+ • Fixes improper invalidation of cache items like clang translation units.
+ • New transfers API for plugins.
+ • Support for prebuild/postbuild commands in .buildconfig.
+ • Run terminals on the host system when contained in Flatpak.
+ • Teach runtimes to run on the host system when necessary. Builder, when
+   running under Flatpak, can support using your host jhbuild now.
+ • Plugins can define if a process should run on the host with the
+   IdeSubprocessLauncher:run-on-host property.
+ • Various UI stablization fixes.
+ • Add Build and Run keybindings to Shortcut window (Ekta Nandwani)
+ • Fix running autotools targets with relative paths (Patrick Griffis)
+ • Fix running projects using GSettings (Patrick Griffis)
+ • Add Python Gnome project (Patrick Griffis)
+
+Thanks again to all of our translators!
+
+Alexandre Franke, Anders Jonsson, Andika Triwidada, Ask Hjorth Larsen, Aurimas
+Černius, Balázs Meskó, Balázs Úr, Baurzhan Muftakhidinov, Changwoo Ryu, Daniel
+Mustieles, David King, Enrico Nicoletto, Fran Dieguez, Gábor Kelemen, Marek
+Černocký, Mario Blättermann, Matej Urbančič, Muhammet Kara, Piotr Drąg, Rafael
+Fontenelle, Rūdolfs Mazurs
+
 ===============
 Version 3.21.91
 ===============
diff --git a/configure.ac b/configure.ac
index be06d18..d757d24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ dnl ***********************************************************************
 dnl Define Versioning Information
 dnl ***********************************************************************
 m4_define([builder_major_version],[3])
-m4_define([builder_minor_version],[21])
-m4_define([builder_micro_version],[91])
+m4_define([builder_minor_version],[22])
+m4_define([builder_micro_version],[0])
 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]