| 1 | | --- |
| 2 | | global: |
| 3 | | name: Data-Conveyor |
| 4 | | releases: |
| 5 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 6 | | changes: |
| 7 | | - set the version to 0.04 |
| 8 | | - 'Data::Conveyor::Stage::TransactionHandler: run the transaction handler before the <stage>.<object-type>.<command> hook' |
| 9 | | - added storage setup code |
| 10 | | - '.shipit: fixed svk.tagpattern' |
| 11 | | date: 2008-05-29T12:02:48Z |
| 12 | | tags: [] |
| 13 | | version: 0.04 |
| 14 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 15 | | changes: |
| 16 | | - set the version to 0.03 |
| 17 | | - added plugin mechanism |
| 18 | | - 'Data::Conveyor::Charset::ViaHash is no longer a singleton, but avoids re-converting already converted characters' |
| 19 | | date: 2008-03-26T16:50:19Z |
| 20 | | tags: [] |
| 21 | | version: 0.03 |
| 22 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 23 | | changes: |
| 24 | | - Converted Changes file to YAML style |
| 25 | | - Data::Conveyor::Charset::ViaHash is now a singleton to make repeated instantions work; also added tests to verify that |
| 26 | | - '.shipit: added Twitter step' |
| 27 | | - 'Makefile.PL: added auto_install() and process_templates()' |
| 28 | | - 'lib/*: converted to template' |
| 29 | | - updated MANIFEST |
| 30 | | - 'Makefile.PL: added Date::Calc as a requirement' |
| 31 | | - Data::Conveyor::Exception::ServiceMethodHelp->run_method() now catches now catches and rethrows Data::Conveyor::Exception::ServiceMethodHelp exceptions |
| 32 | | - updated t/perlcriticrc |
| 33 | | - 'Makefile.PL: require v0.03 of Class::Scaffold' |
| 34 | | - set_state service method is no more; use set_stage |
| 35 | | - moved generated documentation of interited methods to after documentation of this class' methods so the manpage is more readable |
| 36 | | - removed unnecessary imports from some modules |
| 37 | | - added Data::Conveyor::Service::Result::Tabular_TEST |
| 38 | | - updated MANIFEST |
| 39 | | - added lib/Data/Conveyor/Service/Result/Tabular_TEST.pm |
| 40 | | date: 2008-02-13T10:23:48Z |
| 41 | | tags: |
| 42 | | - NEWFEATURE |
| 43 | | version: 0.02 |
| 44 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 45 | | changes: |
| 46 | | - original version |
| 47 | | date: 2007-11-07T15:49:49+01:00 |
| 48 | | tags: [] |
| 49 | | version: 0.01 |
| | 1 | Revision history for Perl extension Data-Conveyor |
| | 2 | |
| | 3 | 0.04 Thu, 29 May 2008 12:02:48 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 4 | - set the version to 0.04 |
| | 5 | - Data::Conveyor::Stage::TransactionHandler: run the transaction handler |
| | 6 | before the <stage>.<object-type>.<command> hook |
| | 7 | - added storage setup code |
| | 8 | - .shipit: fixed svk.tagpattern |
| | 9 | |
| | 10 | 0.03 Wed, 26 Mar 2008 16:50:19 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 11 | - set the version to 0.03 |
| | 12 | - added plugin mechanism |
| | 13 | - Data::Conveyor::Charset::ViaHash is no longer a singleton, but avoids |
| | 14 | re-converting already converted characters |
| | 15 | |
| | 16 | 0.02 Wed, 13 Feb 2008 10:23:48 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 17 | - Converted Changes file to YAML style |
| | 18 | - Data::Conveyor::Charset::ViaHash is now a singleton to make repeated |
| | 19 | instantions work; also added tests to verify that |
| | 20 | - .shipit: added Twitter step |
| | 21 | - Makefile.PL: added auto_install() and process_templates() |
| | 22 | - lib/*: converted to template |
| | 23 | - updated MANIFEST |
| | 24 | - Makefile.PL: added Date::Calc as a requirement |
| | 25 | - Data::Conveyor::Exception::ServiceMethodHelp->run_method() now catches |
| | 26 | now catches and rethrows Data::Conveyor::Exception::ServiceMethodHelp |
| | 27 | exceptions |
| | 28 | - updated t/perlcriticrc |
| | 29 | - Makefile.PL: require v0.03 of Class::Scaffold |
| | 30 | - set_state service method is no more; use set_stage |
| | 31 | - moved generated documentation of interited methods to after |
| | 32 | documentation of this class' methods so the manpage is more readable |
| | 33 | - removed unnecessary imports from some modules |
| | 34 | - added Data::Conveyor::Service::Result::Tabular_TEST |
| | 35 | - updated MANIFEST |
| | 36 | - added lib/Data/Conveyor/Service/Result/Tabular_TEST.pm |
| | 37 | - tags: NEWFEATURE |
| | 38 | |
| | 39 | 0.01 Wed, 07 Nov 2007 15:49:49 +0100 (Marcel Gruenauer <marcel@cpan.org>) |
| | 40 | - original version |