[gnome-builder/gnome-builder-3-24] build: release 3.24.1



commit 25a10a49a9fa74a9714a28042ebe7d86591fa88c
Author: Christian Hergert <chergert redhat com>
Date:   Mon Apr 10 13:25:36 2017 -0700

    build: release 3.24.1

 AUTHORS                                      |    4 ++
 NEWS                                         |   49 ++++++++++++++++++++++++++
 configure.ac                                 |    2 +-
 libide/application/ide-application-credits.h |    4 ++
 4 files changed, 58 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index c55190e..0d6c2a2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,7 @@ David King
 Debarshi
 Dimitrios Christidis
 Dimitris Zenios
+Dor Askayo
 Ekta Nandwani
 Elad Alfassa
 Erick Pérez Castellanos
@@ -37,6 +38,7 @@ Florian Bäuerle
 Florian Müllner
 Garrett Regier
 Gautier Pelloux-Prayer
+Gennady Kovalev
 Georges Basile Stavracas Neto
 Georg Vienna
 Giovanni Campagna
@@ -72,6 +74,7 @@ Mohan R
 namanyadav12
 Paolo Borelli
 Patrick Griffis
+Peter Sonntag
 Philip Chimento
 Philip Withnall
 Piotr Drąg
@@ -87,6 +90,7 @@ Timm Bäder
 Ting-Wei Lan
 Tobias Schönberg
 Trinh Anh Ngoc
+Umang Jain
 Wolf Vollprecht
 Yannick Inizan
 Yosef Or Boczko
diff --git a/NEWS b/NEWS
index 0da055f..6377006 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,53 @@
 ==============
+Version 3.24.1
+==============
+
+Changes since 3.24.0
+
+ • Support for live editing Sphinx documentation
+ • The "install" action can be activated from the command bar to install your
+   project without running it.
+ • Fix error propagation in autotools and jsonrpc
+ • Defer to ninja for installability of project
+ • Various build system fixes
+ • Lower diagnosis priority to improve UI interactivity
+ • Fix hgih number FD mappings into worker processes
+ • Always build with V=0 for less verbose builds
+ • Translate paths for out-of-tree builds when handling diagnostics
+ • Allow pipeline stages to signify stdout should be checked for errors
+ • Allow network access from fallback flatpak launcher
+ • Use flatpak-builder --run when possible
+ • Use build-args from manifest when building with flatpak build
+ • Various Rust RLS fixes
+ • Floating ref fix for jsonrpc
+ • Rustfmt support for Rust
+ • Support for reformat-selection with gq in vim mode when language
+   supports it. C-c C-f in Emacs mode. Currently only Rust/RLS support
+   exists.
+ • Symbol Resolvers can now support locating all references to a symbol
+   so that the editor can move between them. Currently, only Rust/RLS
+   is supported. Ctrl+shift+space will display the popup.
+ • Configurations will be properly "prepared" again when changing runtimes
+   so that a new --prefix may be applied.
+ • Flatpak manifest discovery has changed to breadth-first search
+ • Flatpak'd versions of Builder will still look for plugins in the host
+   ~/.local/share/gnome-builder/plugins for consistency.
+ • Auto-save of buffer is dismissed when user initiated save occurs
+ • Various memory leaks have been plugged
+ • File monitor improvements during rename events
+ • The greeter will display the build system type to help users transition
+   to new build systems such as Meson.
+ • A menu item to launch a terminal in flatpak has been added. While this
+   is not flatpak specific, it is the general way users think about it.
+ • Documentation improvements
+
+
+Updated transitions:
+
+  Swedish, Danish, Lithuanian, Hungarian, Korean, Spanish, Indonesian, German,
+  Slovak, Polish, Brazilian Portuguese, Latvian, Russian
+
+==============
 Version 3.24.0
 ==============
 
diff --git a/configure.ac b/configure.ac
index 2987c4c..3ea7ca3 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],[24])
-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],
diff --git a/libide/application/ide-application-credits.h b/libide/application/ide-application-credits.h
index 004f5f6..f9b727e 100644
--- a/libide/application/ide-application-credits.h
+++ b/libide/application/ide-application-credits.h
@@ -65,6 +65,7 @@ static const gchar *ide_application_credits_authors[] = {
   "Debarshi Dutta",
   "Dimitrios Christidis",
   "Dimitris Zenios",
+  "Dor Askayo",
   "Dušan Kazik",
   "Ekaterina Gerasimova",
   "Elad Alfassa",
@@ -78,6 +79,7 @@ static const gchar *ide_application_credits_authors[] = {
   "Gábor Kelemen",
   "Garrett Regier",
   "Gautier Pelloux-Prayer",
+  "Gennady Kovalev",
   "Georg Vienna",
   "Giovanni Campagna",
   "Hashem Nasarat",
@@ -117,6 +119,7 @@ static const gchar *ide_application_credits_authors[] = {
   "namanyadav12",
   "Paolo Borelli",
   "Patrick Griffis",
+  "Peter Sonntag",
   "Pedro Albuquerque",
   "Pete Travis",
   "Philip Withnall",
@@ -134,6 +137,7 @@ static const gchar *ide_application_credits_authors[] = {
   "Tobias Schönberg",
   "Tom Tryfonidis",
   "Trinh Anh Ngoc",
+  "Umang Jain",
   "Wolf Vollprecht",
   "Yannick Inizan",
   "Yosef Or Boczko",


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