[gnome-builder] release 3.22.4



commit 054d54c8c9a6952e6480408e96decfe1955fd40d
Author: Christian Hergert <chergert redhat com>
Date:   Wed Dec 21 16:38:40 2016 -0800

    release 3.22.4

 NEWS         |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 41 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 87c9f3b..1c7878f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
 ==============
+Version 3.22.4
+==============
+
+Summary of changes since 3.22.3
+
+ • Some minor improvements to vala auto-completion
+ • UI tweaks to project creation view for better discovery
+ • Allow wider content in the file selection popover
+ • Improve cache eviction when certain project files change
+ • Allow talking to FileManager1 DBUS interface from flatpak
+ • A handful of leak fixes
+ • Improved unit tests
+ • Avoid overzealous background project builds
+ • Runtimes can now translate paths to files such as headers so that the
+   processes outside the runtime can access them.
+ • Allow libclang to parse files inside of Flatpak runtimes. This ensures
+   that autocompletion and diagnostics work when building against org.gnome.Sdk
+ • Autotools will discover gmake vs make from the runtime
+ • A "clone and edit this flatpak" feature as been added using the -m command
+   line option. This integrates with some GNOME-based compositors to allow an
+   "edit this app" feature.
+ • Various build system improvements
+ • Improved support for building flatpaks
+ • Improved support for the meson build system
+ • Builder depends on a newer VTE for various regex features and now the
+   build system configure check reflects that.
+ • Some vim improvements
+
+Updated translations
+
+ • Hungarian, Kazakh, German, Spanish, Esperanto, Czech, Polish,
+   and Brazilian Portuguese
+
+Thanks everyone for your contributions!
+
+The Builder project team will be progressing on larger features for the 3.24
+cycle so packagers should look to the 3-22 branch for additional stablizing
+patches.
+
+==============
 Version 3.22.3
 ==============
 
diff --git a/configure.ac b/configure.ac
index a2b2d5a..4292d00 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],[22])
-m4_define([builder_micro_version],[3])
+m4_define([builder_micro_version],[4])
 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]