[gtksourceview] Release 2.90.3



commit 3815759a0da57a2c266247d63945563677b67c80
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Jun 23 20:49:51 2010 +0200

    Release 2.90.3

 NEWS           |    7 +++++++
 README         |   14 +++++++-------
 configure.ac   |    2 +-
 po/POTFILES.in |    1 +
 4 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index b075e42..de9e4c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+News in 2.90.3
+-------------
+* Bump version to 2.90: we are now targeting gtk3.
+  This release is parallel installable with GtkSourveView 2
+* Misc bugfixes
+* Updated translations
+
 News in 2.11.2
 -------------
 * Misc bugfixes
diff --git a/README b/README
index b79783d..8eb9582 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.11.2 of GtkSourceView.
+This is version 2.90.3 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard gtk+ 3.x
 text widget GtkTextView.
@@ -28,12 +28,12 @@ All future contributions to the project must be LGPL-licensed.
 Installation
 ============
 
-GtkSourceView requires glib-2.14.x, GTK+-3.0.x and libxml2 2.5.x.
+GtkSourceView requires glib-2.24.x, GTK+-3.0.x and libxml2 2.6.x.
 
 Simple install procedure:
 
-  % gzip -cd gtksourceview-2.11.2.tar.gz | tar xvf -    # unpack the sources
-  % cd gtksourceview-2.11.2		   # change to the toplevel directory
+  % gzip -cd gtksourceview-2.90.3.tar.gz | tar xvf -    # unpack the sources
+  % cd gtksourceview-2.90.3		   # change to the toplevel directory
   % ./configure				   # run the `configure' script
   % make				   # build gtksourceview
   [ Become root if necessary ]
@@ -88,13 +88,13 @@ Otherwise, enter a new bug report that describes the problem the patch
 fixes, and attach it to that bug report.
   
 Patches should be in unified diff form (use the -up options of GNU
-diff or svn diff) and should follow the coding style described in the
-HACKING file.
+diff) or even better should be created using git format-patch.
+Please follow the coding style described in the HACKING file.
 
 If you are interested in helping us to develop GtkSourceView, please see the 
 file 'MAINTAINERS' for contact information and/or send a message to
 the GtkSourceView mailing list. See also the file 'HACKING' for
-information about our SVN guidelines and the file 'TODO' for a list of
+information about our git guidelines and the file 'TODO' for a list of
 pending tasks.
 
 
diff --git a/configure.ac b/configure.ac
index b2d5896..3bba25f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CHECK_HEADERS([unistd.h])
 
 # Dependencies
 GTK_REQUIRED_VERSION=2.90.0
-LIBXML_REQUIRED_VERSION=2.5.0
+LIBXML_REQUIRED_VERSION=2.6.0
 GLADE_UI_REQUIRED=3.2
 
 AC_SUBST(GTK_REQUIRED)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 216cce4..66330a7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@ data/glade/gtksourceview.xml.in
 data/language-specs/ada.lang
 data/language-specs/asp.lang
 data/language-specs/awk.lang
+data/language-specs/bennugd.lang
 data/language-specs/bibtex.lang
 data/language-specs/boo.lang
 data/language-specs/changelog.lang



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