[gnome-builder/gnome-builder-3-30] release 3.30.1



commit 13aeec93c878f0d48794fd5eac77298efada155c
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 24 18:03:07 2018 -0700

    release 3.30.1

 NEWS                                  | 22 ++++++++++++++++++++++
 data/org.gnome.Builder.appdata.xml.in | 18 ++++++++++++++++++
 doc/help/conf.py                      |  2 +-
 meson.build                           |  2 +-
 4 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c19f393b7..69a915423 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+==============
+Version 3.30.1
+==============
+
+Changes since last release:
+
+ • Build fixes for distributions using --buildtype=release.
+ • Fixes to history tracking while loading a buffer.
+ • Include PACKAGE_VERSION in meson project templates.
+ • Fix Night-mode tracking to update style-scheme when appropriate.
+ • Editor session tracking will now skip missing files during restoration.
+ • The editor search bar now includes error state visibility similar to gedit.
+ • Documentation improvements.
+ • CMake improvements when used from sub-directories.
+ • Empty C# and C/Vala CLI project templates were added.
+ • Fixes for `yyp` in Vim-mode at the end of a document.
+
+Updated Translations:
+
+  Swedish, Danish, Turkish, French, Indonesian, Czech, German, Italian,
+  Polish, Brazilian Portuguese, Latvian.
+
 ==============
 Version 3.30.0
 ==============
diff --git a/data/org.gnome.Builder.appdata.xml.in b/data/org.gnome.Builder.appdata.xml.in
index 0afb63aba..00df970e6 100644
--- a/data/org.gnome.Builder.appdata.xml.in
+++ b/data/org.gnome.Builder.appdata.xml.in
@@ -82,6 +82,24 @@
 
   <releases>
 
+    <release version="3.30.1" date="2018-09-24">
+      <description>
+        <p>
+          Builder 3.30.1 is a bug-fix release.
+        </p>
+        <ul>
+          <li>Fixes to history tracking while loading a buffer.</li>
+          <li>Night-mode will now update the style-scheme when appropriate.</li>
+          <li>Vim improvements.</li>
+          <li>Editor search improvements.</li>
+          <li>Editor session tracking is more robust in discovering missing files.</li>
+          <li>New C#, C, and Vala project templates.</li>
+          <li>CMake build system improvements.</li>
+          <li></li>
+        </ul>
+      </description>
+    </release>
+
     <release version="3.30.0" date="2018-09-04">
       <description>
         <p>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index e5ae0cdad..e52011f95 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
 # The short X.Y version.
 version = '3.30'
 # The full version, including alpha/beta/rc tags.
-release = '3.30.0'
+release = '3.30.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 b1239c8ec..392663082 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.30.0',
+          version: '3.30.1',
     meson_version: '>= 0.47.1',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=c++11',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]