[gnome-builder] release 3.22.3
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] release 3.22.3
- Date: Tue, 29 Nov 2016 08:14:48 +0000 (UTC)
commit 2b9768297b5b381e58b5ec35020dbbdce7050e95
Author: Christian Hergert <chergert redhat com>
Date: Tue Nov 29 00:12:26 2016 -0800
release 3.22.3
AUTHORS | 3 +++
NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
3 files changed, 46 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index feee969..db48633 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,7 @@ Alexander Larsson
Alexandre Franke
Allan Day
Andreas Henriksson
+anoop chandu
Antoine Jacoutot
Anwar Sadath
Ben Iofel
@@ -59,6 +60,7 @@ Matthew Leeds
Matthias Clasen
Megh Parikh
Michael Catanzaro
+Mohammed Sadiq
Mohan R
Paolo Borelli
Patrick Griffis
@@ -78,4 +80,5 @@ Trinh Anh Ngoc
Wolf Vollprecht
Yannick Inizan
Yosef Or Boczko
+Zhang Cheng
zilla hmt im
diff --git a/NEWS b/NEWS
index 6975cab..195a94f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,46 @@
==============
+Version 3.22.3
+==============
+
+Summary of changes since 3.22.3
+
+ • Fix Clang auto-copmletion snippet insertion and scoring
+ • Various uninitialized and undefined behavior fixes
+ • Language defaults are now installed
+ • Support for building with llvm 3.9
+ • Remove <> pairs when backspacing
+ • Support added for building and runing Flatpak applications, including
+ from Builder distributed via Flatpak
+ • flatpak-builder integration using json manifests
+ • Project tree expands to previous location after refreshing contents
+ • Buffers are saved before performing build system install operation
+ • Show flatpak prebuild and postbuild output in Build Output panel
+ • Store app-id in buildconfig
+ • Enter/Return has been re-enabled for auto-completion
+ • Goto Line popover no longer uses popover animation/delay
+ • Avoid over activation of ctags, clang and other completion providers
+ • Set LD_LIBRARY_PATH for Rust rls language server
+ • Fallback to ptsname() when necessary
+ • Workbench CSS style improvements
+ • Fix tab to move between snippet chunks during auto-completion
+ • TTY support for FreeBSD when spawning processes
+ • A new Run Output panel has been added
+ • Fix for insertion of certain input methods next to quotations
+ • The editor now allows overwriting ;
+ • The terminal now supports highlighting and activating URLs
+ • Fixes for copy and paste commands in terminal
+ • Support for compiling C code outside of autotools projects has
+ been improved to correctly discover standard include files
+ • SSL and SSH improvements via Flatpak builds
+
+It is strongly recommended that all users of Bulider upgrade to 3.22.3.
+
+Updated translations
+
+ • Lithuanian, Hungarian, Kazakh, German, Spanish, Czech, Polish,
+ Brazilian Portuguese, Latvian, Serbian
+
+==============
Version 3.22.2
==============
diff --git a/configure.ac b/configure.ac
index 33bd334..1bb4c67 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],[2])
+m4_define([builder_micro_version],[3])
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]