[gspell] Release 1.0.0
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell] Release 1.0.0
- Date: Sun, 20 Mar 2016 11:52:50 +0000 (UTC)
commit be522e594e582958a2088d4c6c8dbcfd440c51b0
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Mar 20 12:48:58 2016 +0100
Release 1.0.0
NEWS | 6 ++++++
README | 16 +++++++---------
configure.ac | 4 ++--
3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index 01bd957..bad56f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 1.0.0
+-------------
+* The API is now stable. Future 1.x stable versions will be backward compatible
+ with the 1.0 version.
+* Translation updates
+
News in 0.2.6
-------------
* Fix builddir != srcdir issue (it occurred only in Git, not in tarballs
diff --git a/README b/README
index bd04c20..92b3289 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
gspell - a spell-checking library for GTK+ applications
=======================================================
-This is version 0.2.7 of gspell.
+This is version 1.0.0 of gspell.
gspell provides a flexible API to add spell checking to a GTK+ application.
@@ -18,20 +18,18 @@ About versions
gspell follows the GNOME release schedule.
gspell 0.1.x should be installed alongside GNOME 3.18.
+gspell 1.0.x should be installed alongside GNOME 3.20.
-gspell 0.2.x versions correspond to GNOME 3.19 versions. The API can now be
-considered stable and the 0.2 series will lead to the 1.0 version, which will
-be released at the same time as GNOME 3.20 in March 2016.
-
-Warning: the 1.0 version will *not* be completely parallel-installable with the
-0.1 version, only the libtool version will be bumped. Using the 0.1 version is
-highly discouraged.
+The 0.1 version didn't have a stable API, and there has been lots of API
+changes between 0.1 and 1.0. The 0.1 and 1.0 versions are not completely
+parallel-installable, only the libtool version has been bumped. Using the 0.1
+version is highly discouraged.
Dependencies
------------
* GLib >= 2.44
-* GTK+ >= 3.19.11
+* GTK+ >= 3.20
* Enchant >= 1.6.0
* iso-codes
diff --git a/configure.ac b/configure.ac
index 2eff3d8..d6ba71b 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, 0.2.7)
+m4_define(gspell_package_version, 1.0.0)
AC_INIT([gspell],
[gspell_package_version],
@@ -34,7 +34,7 @@ AX_IS_RELEASE([git-directory])
# When incrementing the API version (usually for a new major package version),
# set CURRENT, REVISION and AGE to 0 since it's like a new library.
-GSPELL_LT_CURRENT=0
+GSPELL_LT_CURRENT=1
GSPELL_LT_REVISION=0
GSPELL_LT_AGE=0
GSPELL_LT_VERSION="$GSPELL_LT_CURRENT:$GSPELL_LT_REVISION:$GSPELL_LT_AGE"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]