[gspell] Release 1.9.1



commit 5300d93dae00998801ef1be48da71dac4e2ebd1b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Oct 10 21:28:22 2020 +0200

    Release 1.9.1

 NEWS         | 7 +++++++
 README       | 2 +-
 configure.ac | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a7fcd8c..cf72986 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 1.9.1, 2020-10-10
+-------------------------
+* gspell_language_get_name() is now implemented with the ICU library, not with
+  the iso-codes package. As a result, gspell no longer depends on the
+  iso-codes, and has the ICU as a new dependency.
+* Translation updates.
+
 News in 1.8.4, 2020-09-04
 -------------------------
 * Translation updates.
diff --git a/README b/README
index 9277db9..f14c9ce 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK applications
 ======================================================
 
-This is version 1.8.4 of gspell.
+This is version 1.9.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 2b6be74..15da2b1 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.8.4)
+m4_define(gspell_package_version, 1.9.1)
 
 AC_INIT([gspell],
        [gspell_package_version],


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