[gtksourceview] Release 2.10.0
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 2.10.0
- Date: Sun, 28 Mar 2010 12:13:50 +0000 (UTC)
commit bf97d9449743f1956334954e83272312df94144e
Author: Paolo Boreli <pborelli gnome org>
Date: Sun Mar 28 13:43:33 2010 +0200
Release 2.10.0
NEWS | 5 +++++
README | 8 ++++----
configure.ac | 4 ++--
3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index a081fec..722bdb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 2.10.0
+-------------
+* Misc bugfixes
+* Updated translations
+
News in 2.9.9
-------------
* Distribute a catalog for glade3
diff --git a/README b/README
index 361ba87..0cad13a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.9.9 of GtkSourceView.
+This is version 2.10.0 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.9.tar.gz | tar xvf - # unpack the sources
- % cd gtksourceview-2.9.9 # change to the toplevel directory
+ % gzip -cd gtksourceview-2.10.0.tar.gz | tar xvf - # unpack the sources
+ % cd gtksourceview-2.10.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
@@ -46,7 +46,7 @@ How to report bugs
==================
Bugs should be reported to the GNOME bug tracking system.
-(http://bugzilla.gnome.org, product gtksourceview).
+(http://bugzilla.gnome.org, product gtksourceview).
You will need to create an account for yourself.
You can also report bugs using the GNOME program bug-buddy.
diff --git a/configure.ac b/configure.ac
index 8f12352..519176f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
m4_define(gtksourceview_major_version, 2)
-m4_define(gtksourceview_minor_version, 9)
-m4_define(gtksourceview_micro_version, 9)
+m4_define(gtksourceview_minor_version, 10)
+m4_define(gtksourceview_micro_version, 0)
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],[gtksourceview],[http://projects.gnome.org/gtksourceview/])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]