gtksourceview r2090 - in trunk: . gtksourceview po



Author: pborelli
Date: Sat Nov  1 11:46:59 2008
New Revision: 2090
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=2090&view=rev

Log:
release 2.4.1


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.ac
   trunk/gtksourceview/   (props changed)
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat Nov  1 11:46:59 2008
@@ -1,3 +1,9 @@
+News in 2.4.1
+-------------
+* Fix a crash when inserting images in the buffer
+* Improvements to some of the lang files
+* Updated translations
+
 News in 2.4.0
 -------------
 * Updated translations

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sat Nov  1 11:46:59 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.4.0 of GtkSourceView. 
+This is version 2.4.1 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.4.0.tar.gz | tar xvf -    # unpack the sources
-  % cd gtksourceview-2.4.0		   # change to the toplevel directory
+  % gzip -cd gtksourceview-2.4.1.tar.gz | tar xvf -    # unpack the sources
+  % cd gtksourceview-2.4.1		   # 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	Sat Nov  1 11:46:59 2008
@@ -4,7 +4,7 @@
 
 m4_define(gtksourceview_major_version, 2)
 m4_define(gtksourceview_minor_version, 4)
-m4_define(gtksourceview_micro_version, 0)
+m4_define(gtksourceview_micro_version, 1)
 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]