Author: dom
Date: 2005-10-02 19:37:40 +0100 (Sun, 02 Oct 2005)
New Revision: 674
Modified:
trunk/Changes
trunk/PREREQUISITES
trunk/lib/OpenGuides.pm
trunk/wiki.cgi
Log:
Release.
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2005-09-01 22:03:37 UTC (rev 673)
+++ trunk/Changes 2005-10-02 18:37:40 UTC (rev 674)
@@ -1,7 +1,9 @@
+0.50 2 October 2005
+ Remove rogue ampersand that had crept into the RSS feed.
+
0.49 24 July 2005
Add updated prerequisite on CGI::Wiki::Plugin::RSS::ModWiki (fixes
a test failure)
- Remove rogue ampersand that had crept into the RSS feed.
0.48 24 July 2005
RDF enhancements:
Modified: trunk/PREREQUISITES
===================================================================
--- trunk/PREREQUISITES 2005-09-01 22:03:37 UTC (rev 673)
+++ trunk/PREREQUISITES 2005-10-02 18:37:40 UTC (rev 674)
@@ -1,4 +1,4 @@
-Modules required by OpenGuides 0.49
+Modules required by OpenGuides 0.50
===================================
Algorithm::Diff (version 0.13 or later)
Modified: trunk/lib/OpenGuides.pm
===================================================================
--- trunk/lib/OpenGuides.pm 2005-09-01 22:03:37 UTC (rev 673)
+++ trunk/lib/OpenGuides.pm 2005-10-02 18:37:40 UTC (rev 674)
@@ -13,7 +13,7 @@
use vars qw( $VERSION );
-$VERSION = '0.49';
+$VERSION = '0.50';
=head1 NAME
Modified: trunk/wiki.cgi
===================================================================
--- trunk/wiki.cgi 2005-09-01 22:03:37 UTC (rev 673)
+++ trunk/wiki.cgi 2005-10-02 18:37:40 UTC (rev 674)
@@ -4,7 +4,7 @@
use warnings;
use vars qw( $VERSION );
-$VERSION = '0.49';
+$VERSION = '0.50';
use CGI qw/:standard/;
use CGI::Carp qw(croak);