From: Grant M. <gr...@us...> - 2005-04-20 20:08:46
|
Update of /cvsroot/perl-xml/xml-filter-sort In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23691 Modified Files: Changes README Log Message: - for 1.01 release Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-filter-sort/Changes,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Changes 20 Apr 2005 02:33:35 -0000 1.2 +++ Changes 20 Apr 2005 20:08:27 -0000 1.3 @@ -1,5 +1,9 @@ Revision history for Perl extension XML::Filter::Sort. +1.01 21-Apr-2005 + - Fixed similar serious bug with text content of sort key was '0', + also reported by Rishi Dhupar + 1.00 20-Apr-2005 - Fixed serious bug with text content = '0' reported by Rishi Dhupar Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-filter-sort/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- README 14 Jun 2002 20:39:42 -0000 1.1.1.1 +++ README 20 Apr 2005 20:08:35 -0000 1.2 @@ -23,14 +23,9 @@ make install -RELEASE HISTORY - - Version 0.91 is the first release to CPAN - - COPYRIGHT - Copyright 2002 Grant McLean <gr...@cp...> + Copyright 2002-2005 Grant McLean <gr...@cp...> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |