[gnome-builder] release Builder 3.20.0



commit 95da9d9b9a4c0417cde6e743d696067463439f93
Author: Christian Hergert <chergert redhat com>
Date:   Tue Mar 22 19:21:52 2016 -0700

    release Builder 3.20.0

 NEWS         |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b26f0d1..3394a4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+==============
+Version 3.20.0
+==============
+
+GNOME 3.20 has finally arrived, and Builder is here to help you
+write great software!
+
+A lot of stability improvements have landed since 3.19.90, as well
+as merging the beginning of our new panel engine. While Builder
+shouldn't look any different with the panel improvements, it lays
+the groundwork for us to provide a more powerful panel engine
+going forward, including all the features you would expect.
+
+Since our last release, you'll find:
+
+ • More stylability controls using GtkSourceView style schemes.
+ • The ability to toggle case-sensitivity with search context
+   menus.
+ • VIM movement improvements.
+ • The ability to disable project miners at startup.
+ • Improvements to the clang completion engine.
+ • Show empty state screen when last document is closed.
+ • Show project tree when last document is closed.
+ • Various build system improvements.
+ • Improvements to Control+Click on symbols in the editor.
+ • Snippet parser improvements.
+ • Filtering improvements in symbol tree.
+ • Various bugs squashed in menu management.
+ • A new comment code plugin.
+
+Thanks to all our contributors since 3.18.1!
+
+Akshaya Kakkilaya, Alex285, Alexandre Franke, Anders Jonsson, Anwar
+Sadath, Artur de Aquino Morais, Ask Hjorth Larsen, Aurimas Černius,
+Balázs Meskó, Balázs Úr, Baurzhan Muftakhidinov, Ben Iofel, Boris
+Egorov, CHHAVI GARG, Carl Simonson, Carlos Soriano, Changwoo Ryu,
+Chao-Hsiung Liao, Christian Hergert, Christian Kirbach, Cédric Valmary,
+Daiki Ueno, Damien Lespiau, Daniel Korostil, Daniel Mustieles, David
+King, Debarshi, Dušan Kazik, Elad Alfassa, Enrico Nicoletto, Erick Perez
+Castellanos, Fangwen Yu, Felix Schwarz, Fran Dieguez, Garrett Regier,
+Gustavo Marques, Gábor Kelemen, Ignacio Casal Quinteiro, Ignazio
+Sgalmuzzo, Igor Gnatenko, Joaquim Rocha, Kris Thomsen, Kristjan SCHMIDT,
+Kyrylo Polezhaiev, Lionel Landwerlin, Marek Černocký, Marinus Schraal,
+Mario Blättermann, Mario Sanchez Prada, Matej Urbančič, Mathieu
+Duponchelle, Matthias Clasen, Megh Parikh, Michael Catanzaro, Milo
+Casagrande, Patrick Griffis, Pedro Albuquerque, Philip Withnall, Piotr
+Drąg, Rafael Fontenelle, Ray Strode, Richard Hughes, Rūdolfs Mazurs,
+Sebastian Rasmussen, Sebastien Lafargue, Thibault Saunier, Timm Bäder,
+Ting-Wei Lan, Tom Tryfonidis, Varun Joshi, Wolfgang Stöggl, Yannick
+Inizan, adrian.zatreanu, chandu, heroin, Γιάννης Κουτσούκος, Марко
+Костић, Милош Поповић 
+
+Happy Hacking!
+
+
 ===============
 Version 3.19.90
 ===============
diff --git a/configure.ac b/configure.ac
index 1b448f7..81f1da8 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],[19])
-m4_define([builder_micro_version],[91])
+m4_define([builder_minor_version],[20])
+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]