[gnome-builder] Release 40.beta1 (3.39.92)
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Release 40.beta1 (3.39.92)
- Date: Wed, 3 Mar 2021 00:34:45 +0000 (UTC)
commit b735ca9e2182d1b49a5eed442ff26d260ef5f186
Author: Christian Hergert <chergert redhat com>
Date: Tue Mar 2 16:13:43 2021 -0800
Release 40.beta1 (3.39.92)
NEWS | 22 ++++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 6 ++++++
doc/help/conf.py | 4 ++--
meson.build | 4 ++--
4 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1f783d4c4..1bf25180f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+===============
+Version 3.39.92
+===============
+
+ • Update preferences for terminals including making scrollback configurable
+ • Add support for OSC 8 escape sequences in terminals
+ • Fix highlight after pasting when multiple cursors are in use
+ • Allow disabling show-right-margin with .editorconfig
+ • Reload build pipelines after bootstrapping initial runtimes
+ • Various podman runtime improvements
+ • Pass destination FD to host when reading files from host
+ • Various rust-analyzer improvements
+ • A new "gdiagnose" plugin which can find some common GObject issues
+ • The Flatpak plugin can now resolve SDK extensions through common SDK
+ ancestors improving the newcomer experience for applications such as those
+ that use org.freedesktop.Sdk.Extension.rust-stable.
+ • Improvements to the color picker and display extension
+ • Only show a single "update available" notification
+ • A new rust code formatter is available
+ • GNOME application templates now provide example icons
+ • Translation updates
+
===============
Version 3.39.90
===============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index d3ac5267c..c7e2521a7 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,12 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="3.39.92" date="2021-03-02">
+ <p>
+ Builder 40.beta1 is out and available for testing.
+ </p>
+ </release>
+
<release version="3.39.90" date="2021-01-14">
<p>
Builder 40.alpha1 is out and available for testing.
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 89d62a408..f0f71b984 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -58,9 +58,9 @@ author = 'Christian Hergert, et al.'
# built documents.
#
# The short X.Y version.
-version = '3.39'
+version = '40'
# The full version, including alpha/beta/rc tags.
-release = '3.39.0'
+release = '40.beta1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/meson.build b/meson.build
index 05db0cad9..5f059a058 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '3.39.90',
+ version: '3.39.92',
meson_version: '>= 0.54.0',
default_options: [ 'c_std=gnu11',
'cpp_std=gnu++2a',
@@ -9,7 +9,7 @@ project('gnome-builder', 'c',
],
)
-symbolic_release = '40.alpha1'
+symbolic_release = '40.beta1'
version_split = meson.project_version().split('.')
MAJOR_VERSION = version_split[0]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]