[gtksourceview] Release GtkSourceView 5.2.0



commit 7de47430d0962f23f94ae3f2bccb1fc558574685
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 3 12:30:33 2021 -0700

    Release GtkSourceView 5.2.0

 NEWS        | 22 ++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ebafbc03..7bbb6d75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+News in 5.2.0, 2021-09-03
+-------------------------
+
+GtkSourceView 5.2.0 is the release corresponding with GNOME 41.0 for
+GTK 4-based applications. We expect performance improvements when
+combined with GTK 4.4's NGL renderer, especially on HiDPI systems.
+
+Changes since 5.1.0
+
+ * Add support for drawing a highlight line between the gutter and
+   text area. kate.xml uses this to more closely match Kate.
+ * Python 3 is now preferred over Python 2.
+ * Fixes for moving words.
+ * A new scheduler API to help with background buffer work
+ * Improvements to YARA syntax.
+ * Translation updates.
+
+More information can be found at:
+
+ * https://blogs.gnome.org/chergert/2021/07/05/gtksourceview-searching-with-pcre2/
+ * https://blogs.gnome.org/chergert/2021/06/27/performance-improvements-in-text-editing/
+
 News in 5.1.0, 2021-07-19
 -------------------------
 
diff --git a/meson.build b/meson.build
index 7f22d4fb..c9a8d4d4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtksourceview', 'c',
-          version: '5.1.1',
+          version: '5.2.0',
           license: 'LGPL-2.1-or-later',
     meson_version: '>= 0.53.0',
   default_options: [ 'c_std=gnu99',


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