Changeset 327
- Timestamp:
- 06/06/06 21:01:48 (6 years ago)
- Location:
- wiki-toolkit/trunk
- Files:
-
- 2 modified
-
Changes (modified) (2 diffs)
-
lib/Wiki/Toolkit.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/Changes
r319 r327 1 0. 69_041 0.70 6 June 2006 2 2 Feed code has been refactored. 3 3 Check that the database schema is up-to-date when initializing the … … 7 7 sure we can create the tables and indexes before dropping the old 8 8 tables. 9 Other miscellaneous fixes. 9 10 10 11 0.69_03 13 May 2006 -
wiki-toolkit/trunk/lib/Wiki/Toolkit.pm
r302 r327 4 4 5 5 use vars qw( $VERSION ); 6 $VERSION = '0. 69_03';6 $VERSION = '0.70'; 7 7 8 8 use Carp qw(croak carp);
