[gtksourceview] Release 2.9.7
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 2.9.7
- Date: Mon, 22 Feb 2010 21:16:52 +0000 (UTC)
commit c42768b5c7e165676c29d031b9aed3a5c674913e
Author: Paolo Borelli <pborelli gnome org>
Date: Mon Feb 22 22:08:08 2010 +0100
Release 2.9.7
NEWS | 4 ++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 35921e2..4795268 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 2.9.7
+-------------
+* Remove a leftover in the UndoManager API
+
News in 2.9.6
-------------
* Changes to the completion API to allow better language bindings
diff --git a/README b/README
index f25408f..8e5b5ad 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.9.6 of GtkSourceView.
+This is version 2.9.7 of GtkSourceView.
GtkSourceView is a text widget that extends the standard gtk+ 2.x
text widget GtkTextView.
@@ -32,8 +32,8 @@ GtkSourceView requires glib-2.14.x, GTK+-2.12.x and libxml2 2.5.x.
Simple install procedure:
- % gzip -cd gtksourceview-2.9.6.tar.gz | tar xvf - # unpack the sources
- % cd gtksourceview-2.9.6 # change to the toplevel directory
+ % gzip -cd gtksourceview-2.9.7.tar.gz | tar xvf - # unpack the sources
+ % cd gtksourceview-2.9.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index a8378ba..0e37a98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
m4_define(gtksourceview_major_version, 2)
m4_define(gtksourceview_minor_version, 9)
-m4_define(gtksourceview_micro_version, 6)
+m4_define(gtksourceview_micro_version, 7)
m4_define(gtksourceview_version, gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
AC_INIT(gtksourceview, gtksourceview_version, http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]