[gspell] Release 1.7.1



commit c90b9731ee17fd878c60f358888a2e9f889b4340
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Dec 9 12:03:47 2017 +0100

    Release 1.7.1

 NEWS         |    6 ++++++
 README       |    4 ++--
 configure.ac |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index cb8cebf..f1a75d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 1.7.1, 2017-12-09
+-------------------------
+* Use Enchant 2.
+* Improve documentation.
+* Translation updates.
+
 News in 1.6.1, 2017-10-29
 -------------------------
 * Translation updates.
diff --git a/README b/README
index d5b1f46..75acfd7 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK+ applications
 =======================================================
 
-This is version 1.6.1 of gspell.
+This is version 1.7.1 of gspell.
 
 gspell provides a flexible API to add spell-checking to a GTK+ application.
 
@@ -35,7 +35,7 @@ Dependencies
 
 * GLib >= 2.44
 * GTK+ >= 3.20
-* Enchant >= 1.6.0
+* Enchant >= 2.1.3
 * iso-codes
 
 Notes for packagers
diff --git a/configure.ac b/configure.ac
index 5e893db..a2d57f3 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.6.1)
+m4_define(gspell_package_version, 1.7.1)
 
 AC_INIT([gspell],
        [gspell_package_version],


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