[gspell] Release 0.2.1



commit ad70ca29a42db2e64f3642ed777bfa9fa2de1a0d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 23 17:27:11 2015 +0100

    Release 0.2.1

 NEWS         |    8 ++++++++
 README       |    6 +++++-
 configure.ac |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a8ec946..abf4ae8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 0.2.1
+-------------
+* Allow only <gspell/gspell.h> to be #included directly
+* Make GspellCheckerDialog derivable
+* Make GspellLanguageChooserDialog derivable
+* Add a GtkDialogFlags parameter to gspell_language_chooser_dialog_new()
+* Add string length parameters to GspellChecker functions
+
 News in 0.1.2
 -------------
 * gspell has now a bugzilla product on gnome.org
diff --git a/README b/README
index a8cf404..bf8c691 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK+
 ==========================================
 
-This is version 0.2.0 of gspell.
+This is version 0.2.1 of gspell.
 
 gspell provides a flexible API to implement the spell checking in a GTK+
 application.
@@ -34,6 +34,10 @@ gspell follows the GNOME release schedule.
 
 gspell 0.1.x should be installed alongside GNOME 3.18.
 
+gspell 0.2.x versions correspond to GNOME 3.19 versions. The API can change
+between 0.2.x versions. The 0.2 development cycle will lead to the 0.3 version
+or 1.0.
+
 
 WARNING - API (un)stability
 ---------------------------
diff --git a/configure.ac b/configure.ac
index 2c5faa9..27c7391 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)
 
 AC_INIT([gspell],
-       [0.2.0],
+       [0.2.1],
        [https://bugzilla.gnome.org/enter_bug.cgi?product=gspell],
        [gspell],
        [https://wiki.gnome.org/Projects/gspell])


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