gtksourceview r1875 - in trunk: . po
- From: pborelli svn gnome org
- To: svn-commits-list gnome org
- Subject: gtksourceview r1875 - in trunk: . po
- Date: Fri, 1 Feb 2008 20:23:18 +0000 (GMT)
Author: pborelli
Date: Fri Feb 1 20:23:17 2008
New Revision: 1875
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=1875&view=rev
Log:
release 2.1.2
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/README
trunk/configure.ac
trunk/po/ChangeLog
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Feb 1 20:23:17 2008
@@ -1,3 +1,9 @@
+News in 2.1.2
+-------------
+
+* Fix a GtkSourceMark API issue
+* Updated translations
+
News in 2.1.1
-------------
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Fri Feb 1 20:23:17 2008
@@ -1,7 +1,7 @@
General Information
===================
-This is version 2.1.1 of GtkSourceView.
+This is version 2.1.2 of GtkSourceView.
GtkSourceView is a text widget that extends the standard gtk+ 2.x
text widget GtkTextView.
@@ -32,8 +32,8 @@
Simple install procedure:
- % gzip -cd gtksourceview-2.1.1.tar.gz | tar xvf - # unpack the sources
- % cd gtksourceview-2.1.1 # change to the toplevel directory
+ % gzip -cd gtksourceview-2.1.2.tar.gz | tar xvf - # unpack the sources
+ % cd gtksourceview-2.1.2 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Feb 1 20:23:17 2008
@@ -4,7 +4,7 @@
m4_define(gtksourceview_major_version, 2)
m4_define(gtksourceview_minor_version, 1)
-m4_define(gtksourceview_micro_version, 1)
+m4_define(gtksourceview_micro_version, 2)
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]