perl-Gnome2-Vte r53 - trunk



Author: tsch
Date: Sat Nov 15 13:25:24 2008
New Revision: 53
URL: http://svn.gnome.org/viewvc/perl-Gnome2-Vte?rev=53&view=rev

Log:
Version 0.09.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/Vte.pm

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat Nov 15 13:25:24 2008
@@ -1,3 +1,9 @@
+Overview of changes in Gnome2::Vte 0.09
+=======================================
+
+* Fix a bug in Gnome2::Vte::match_check that resulted in spurious "Modification
+  of a read-only value attempted" errors.
+
 Overview of changes in Gnome2::Vte 0.08
 =======================================
 

Modified: trunk/Vte.pm
==============================================================================
--- trunk/Vte.pm	(original)
+++ trunk/Vte.pm	Sat Nov 15 13:25:24 2008
@@ -12,7 +12,7 @@
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 sub import {
   my $self = shift();



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