[gspell] Release 1.5.1
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell] Release 1.5.1
- Date: Sun, 23 Apr 2017 11:16:58 +0000 (UTC)
commit 4482249d2e123f3a595f37fa9193203b890910e8
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Apr 23 13:13:40 2017 +0200
Release 1.5.1
NEWS | 17 +++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 993e2fa..4613ac5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+News in 1.5.1, 2017-04-23
+-------------------------
+This is an unstable release in the 1.5 development cycle. The 1.6 stable
+version will be released at the same time as GNOME 3.26.
+
+* Change underline type to PANGO_UNDERLINE_SINGLE, to remove the workaround for
+ the GtkTextView bug where wavy underlines are not properly removed:
+ https://bugzilla.gnome.org/show_bug.cgi?id=763741
+* Up to 20x faster implementation for the GtkTextView inline spell-checker, to
+ fix a responsiveness problem when editing long lines.
+* Rework symbol visibility handling, by using the -export-dynamic LDFLAG
+ and -fvisibility=hidden CFLAG, instead of the -export-symbols-regex LDFLAG.
+* Add note for packagers in the README file: aspell doesn't work well with
+ gspell, hunspell is preferred.
+* Various other small improvements.
+* Translation updates.
+
News in 1.4.1, 2017-04-09
-------------------------
* GspellEntry: do not emit the GtkEditable::changed signal.
diff --git a/README b/README
index 3b39a4e..9de25f0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
gspell - a spell-checking library for GTK+ applications
=======================================================
-This is version 1.4.1 of gspell.
+This is version 1.5.1 of gspell.
gspell provides a flexible API to add spell checking to a GTK+ application.
diff --git a/configure.ac b/configure.ac
index 59fbdb2..9b2c865 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
# Package version of the form 'major.minor.micro'.
-m4_define(gspell_package_version, 1.4.1)
+m4_define(gspell_package_version, 1.5.1)
AC_INIT([gspell],
[gspell_package_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]