[gtef] Release 2.0.1



commit f74a808c45a6baec1478ddfbfb9a3f1bda51a459
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Apr 21 13:07:40 2017 +0200

    Release 2.0.1

 NEWS         |    7 +++++++
 README       |    4 ++--
 configure.ac |    4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 408fb4f..f14f5cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 2.0.1, 2017-04-21
+-------------------------
+* The bugzilla product has been created.
+* Fix bug in gtef_iter_get_line_indentation().
+* Add Hungarian, Russian and Friulian translations.
+* Other small improvements.
+
 News in 2.0.0, 2017-03-18
 -------------------------
 * Add Ukrainian and Serbian translations.
diff --git a/README b/README
index 8e301b3..511699d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Gtef - GTK+ Text Editor Framework
 =================================
 
-This is version 2.0.0 of Gtef.
+This is version 2.0.1 of Gtef.
 
 Gtef is a library that eases the development of GtkSourceView-based text
 editors and IDEs.
@@ -52,7 +52,7 @@ incrementally.
 Dependencies
 ------------
 
-- GLib >= 2.51.5
+- GLib >= 2.52
 - GTK+ >= 3.20
 - GtkSourceView >= 3.22
 - libxml2 >= 2.5
diff --git a/configure.ac b/configure.ac
index 1428655..6d12361 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(gtef_package_version, 2.0.0)
+m4_define(gtef_package_version, 2.0.1)
 
 AC_INIT([gtef],
        [gtef_package_version],
@@ -50,7 +50,7 @@ GTEF_API_VERSION=2
 AC_SUBST(GTEF_API_VERSION)
 
 # Dependencies
-glib_req=2.51.5
+glib_req=2.52
 gtk_req=3.20
 gtksourceview_req=3.22
 libxml_req=2.5


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