[gnome-builder/gnome-builder-3-32] release 3.32.1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-32] release 3.32.1
- Date: Thu, 11 Apr 2019 01:12:27 +0000 (UTC)
commit 6691743e0dd3434a46b6ca09392212c04284dac3
Author: Christian Hergert <chergert redhat com>
Date: Wed Apr 10 18:06:52 2019 -0700
release 3.32.1
NEWS | 23 +++++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 24 ++++++++++++++++++++++++
doc/help/conf.py | 4 ++--
meson.build | 2 +-
4 files changed, 50 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6d1f8a257..821ecdcd2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+==============
+Version 3.32.1
+==============
+
+Changes since last release:
+
+ • Appdata updates
+ • The project-tree now auto-resizes the column
+ • Stability improvements to the flatpak plugin
+ • The flatpak plugin now queries before installing dependencies
+ • The code-index can be avoided by placing a ".noindex" file in a directory
+ • Transfer notifications have cancel buttons restored
+ • Waf improvements
+ • Flatpak uses fallback-x11 now instead of x11 by default
+ • RLS support can now be disabled by disabling the plugin
+ • A leak was fixed for semantic highlight indexes
+ • Scroll improvements for the source code editor
+ • Improved support for symlinks above the project directory
+ • Support for podman's --preserve-fds option
+ • Sourceview line number background drawing is improved
+ • Updated documentation
+ • Updated translations
+
==============
Version 3.32.0
==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index b55276c99..4c2d873ab 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,30 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="3.32.1" date="2019-04-10">
+ <description>
+ <p>
+ Builder 3.32.1 is here with many bug fixes!
+ </p>
+ <ul>
+ <li>Appdata updates</li>
+ <li>The project-tree now auto-resizes the column</li>
+ <li>Stability improvements to the flatpak plugin</li>
+ <li>The flatpak plugin now asks the user before installing dependencies</li>
+ <li>The code-index can be disabled by placing a ".noindex" file in a directory</li>
+ <li>Transfer notifications have their cancel buttons restored</li>
+ <li>Waf build system improvements</li>
+ <li>RLS support can now be disabled by disabling the plugin</li>
+ <li>A leak was fixed for semantic highlight indexes</li>
+ <li>Scroll improvements for the source code editor</li>
+ <li>Improved support for symlinks above the project directory</li>
+ <li>Support for podman's --preserve-fds option</li>
+ <li>Source code line number background drawing is improved</li>
+ <li>Updated documentation</li>
+ <li>Updated translations</li>
+ </ul>
+ </description>
+ </release>
<release version="3.32.0" date="2019-03-12">
<description>
<p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 3cfde99d4..1d4208ed8 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -50,7 +50,7 @@ master_doc = 'index'
# General information about the project.
project = 'Builder'
-copyright = '2018, Christian Hergert, et al.'
+copyright = '2019, Christian Hergert, et al.'
author = 'Christian Hergert, et al.'
# The version info for the project you're documenting, acts as replacement for
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
# The short X.Y version.
version = '3.32'
# The full version, including alpha/beta/rc tags.
-release = '3.32.0'
+release = '3.32.1'
# 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 ffa085f4b..cdd99a236 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '3.32.0',
+ version: '3.32.1',
meson_version: '>= 0.49.2',
default_options: [ 'c_std=gnu11',
'cpp_std=gnu++2a',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]