[gnome-builder] release 3.21.90
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] release 3.21.90
- Date: Tue, 23 Aug 2016 05:36:50 +0000 (UTC)
commit f13dcc6cb93b8bcc8e1d3e62add4bfe714953fe9
Author: Christian Hergert <chergert redhat com>
Date: Mon Aug 22 22:35:01 2016 -0700
release 3.21.90
AUTHORS | 3 +++
NEWS | 37 +++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
plugins/sysprof/configure.ac | 2 +-
4 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 7019160..9a7766a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ Akshaya Kakkilaya
Alex285
Alexander Larsson
Alexandre Franke
+Allan Day
Andreas Henriksson
Antoine Jacoutot
Anwar Sadath
@@ -16,6 +17,7 @@ Christian Hergert
Cosimo Cecchi
Daiki Ueno
Damien Lespiau
+Daniel Espinosa
David King
Debarshi
Dimitris Zenios
@@ -28,6 +30,7 @@ Florian
Florian Bäuerle
Florian Müllner
Garrett Regier
+Georges Basile Stavracas Neto
Giovanni Campagna
Hashem Nasarat
heroin
diff --git a/NEWS b/NEWS
index 687556f..abb38e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+===============
+Version 3.21.90
+===============
+
+Lots of new features have landed since we started down the road to 3.22.
+Some of them are enumerated below.
+
+ • New search and replace implementation
+ • New build bar which provides an overview of the build config,
+ VCS branch, and other important messages.
+ • A new sysprof-based profiler
+ • Perspectives have been revamped and we've removed the sidebar as we
+ mentioned would happen before 3.20.
+ • Improved project templates
+ • Support for configuration of version control systems
+ • ‘ide’ has been renamed to ‘gnome-builder-cli’
+ • New build icon
+ • Vim improvements
+ • New color picker plugin
+ • Autotools plugin can now extract various build targets
+ • New greeter design including revamped git clone, file-chooser, and
+ template wizard.
+
+Thank you to all of our contributors!
+
+ Akshaya Kakkilaya, Alexandre Franke, Allan Day, Anders Jonsson, Andika
+ Triwidada, Aurimas Černius, Balázs Meskó, Baurzhan Muftakhidinov, Carlos
+ Soriano, Christian Hergert, Christian Kirbach, Cédric Valmary, Daniel
+ Espinosa, Daniel Mustieles, Debarshi Ray, Enrico Nicoletto, Fangwen Yu,
+ Florian Müllner, František Zatloukal, Garrett Regier, Georges Basile
+ Stavracas Neto, Giovanni Campagna, Gábor Kelemen, Jeremy Bicha,
+ Marc-Antoine Perennou, Marcin Kolny, Marek Cernocky, Marek Černocký,
+ Mario Blättermann, Matthew Leeds, Michael Catanzaro, Muhammet Kara,
+ Patrick Griffis, Piotr Drąg, Rafael Fontenelle, Raunaq Abhyankar,
+ Sebastien Lafargue, Tiago Santos, Ting-Wei Lan
+
+
==============
Version 3.21.1
==============
diff --git a/configure.ac b/configure.ac
index e203d41..eb1f022 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],[21])
-m4_define([builder_micro_version],[1])
+m4_define([builder_micro_version],[90])
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/plugins/sysprof/configure.ac b/plugins/sysprof/configure.ac
index 0a2ca81..198ee55 100644
--- a/plugins/sysprof/configure.ac
+++ b/plugins/sysprof/configure.ac
@@ -1,4 +1,4 @@
-m4_define(sysprof_required_version, [3.20.1])
+m4_define(sysprof_required_version, [3.21.90])
PKG_CHECK_MODULES(SYSPROF,
[sysprof-ui-2 >= sysprof_required_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]