]> git.decadent.org.uk Git - maypole.git/commitdiff
2.10_pre4 - final pre-release, honest
authorAaron Trevena <aaron.trevena@gmail.com>
Wed, 13 Jul 2005 14:12:18 +0000 (14:12 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Wed, 13 Jul 2005 14:12:18 +0000 (14:12 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@359 48953598-375a-da11-a14b-00016c27c3ee

Changes
lib/Maypole.pm

diff --git a/Changes b/Changes
index 2597c9a2feb96ea5d9d96bb676e65e6dd197a248..468ab1dc7fc8db75c6c64339a17f0febbc0d5170 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,7 +2,7 @@ This file documents the revision history for Perl extension Maypole.
 For information about current developments and future releases, see:
     http://maypole.perl.org/?TheRoadmap
 
-2.10_pre3 Tues 12 Jul 2005
+2.10_pre4 Wed 13 Jul 2005
     Multiple Template Paths added ( http://rt.cpan.org/NoAuth/Bug.html?id=13447 )
     Small fix to templates/factory/frontpage ( http://rt.cpan.org/NoAuth/Bug.html?id=11236 )
     MasonX support in Maypole::Application ( https://rt.cpan.org/NoAuth/Bug.html?id=12383 )
@@ -11,6 +11,7 @@ For information about current developments and future releases, see:
     Fix to setup_database in Maypole::Model::CDBI ( Bug #12384 )
     Fix to plugin to allow Maypole::Plugin::Config::YAML to work
     Fix to Maypole::Model::CDBI order sub from list
+    Improvement to primary display column using CDBI
 
     Additional Requirements : Digest::MD5
 
index 30384eb6ce2b6b0b6b3ca8b8a215e26332b4cb74..f3978abef10d4f4371a90e8e07a529ded2a51b27 100644 (file)
@@ -7,7 +7,7 @@ use Maypole::Config;
 use Maypole::Constants;
 use Maypole::Headers;
 
-our $VERSION = '2.10_pre3';
+our $VERSION = '2.10_pre4';
 
 __PACKAGE__->mk_classdata($_) for qw( config init_done view_object );
 __PACKAGE__->mk_accessors(