Author: dom Date: 2006-06-08 22:14:25 +0100 (Thu, 08 Jun 2006) New Revision: 803
Modified: trunk/Changes trunk/PREREQUISITES trunk/lib/OpenGuides.pm trunk/wiki.cgi Log: Let's try a release
Modified: trunk/Changes =================================================================== --- trunk/Changes 2006-06-06 10:55:16 UTC (rev 802) +++ trunk/Changes 2006-06-08 21:14:25 UTC (rev 803) @@ -1,6 +1,6 @@ "#" items refer to tickets. See http://dev.openguides.org/report/9 for details.
-0.54_02 +0.55 8 June 2006 Pass the feed_listing (currently just recent_changes) through all the feed related code, rather than assuming it'll only ever be recent changes. Will allow other listings of nodes to be handled
Modified: trunk/PREREQUISITES =================================================================== --- trunk/PREREQUISITES 2006-06-06 10:55:16 UTC (rev 802) +++ trunk/PREREQUISITES 2006-06-08 21:14:25 UTC (rev 803) @@ -1,5 +1,5 @@ -Modules required by OpenGuides 0.54_01 -====================================== +Modules required by OpenGuides 0.55 +===================================
Algorithm::Diff (version 0.13 or later. Note that the latest version uses .zip rather than .tar.gz and breaks some automated installs)
Modified: trunk/lib/OpenGuides.pm =================================================================== --- trunk/lib/OpenGuides.pm 2006-06-06 10:55:16 UTC (rev 802) +++ trunk/lib/OpenGuides.pm 2006-06-08 21:14:25 UTC (rev 803) @@ -14,7 +14,7 @@
use vars qw( $VERSION );
-$VERSION = '0.54_01'; +$VERSION = '0.55';
=head1 NAME
Modified: trunk/wiki.cgi =================================================================== --- trunk/wiki.cgi 2006-06-06 10:55:16 UTC (rev 802) +++ trunk/wiki.cgi 2006-06-08 21:14:25 UTC (rev 803) @@ -4,7 +4,7 @@ use warnings;
use vars qw( $VERSION ); -$VERSION = '0.54_01'; +$VERSION = '0.55';
use CGI qw/:standard/; use CGI::Carp qw(croak);
openguides-commits@lists.openguides.org