2008-10-14  alceu.freitas.jr

	* [r87] MANIFEST: Adding CHANGELOG file to be included into CPAN tarball (but ignoring it at
	  SVN repository)
	* [r86] lib/DTS.pm: updating version to 0.05
	* [r85] CHANGELOG: Now using svn2cl to generate CHANGELOG automatically
	* [r84] CHANGELOG:

2008-09-24  alceu.freitas.jr

	* [r83] lib/DTS/Package/Step.pm: add_global_vars does not needs get/set methods

2008-09-23  alceu.freitas.jr

	* [r82] .: updating version to 0.05
	* [r81] META.yml: updating version to 0.05
	* [r80] DTS.ppd: updating version to 0.05
	* [r79] CHANGELOG: initial release of CHANGELOG
	* [r78] META.yml: updated version

2008-08-14  alceu.freitas.jr

	* [r77] TODO.txt:
	* [r76] lib/DTS/Task/SendEmail.pm: changed new method to use a simpler way copy the
	  attribute values
	  POD updated
	* [r75] lib/DTS/DateTime.pm: added parameter verification with Params::Validate module
	* [r74] lib/DTS/Package/Step.pm: fixed bug regarding exec_time attribute (double, not
	  datetime)
	  added POD for all missing methods
	* [r73] MANIFEST, t/DateTime.t, t/extended/Task-SendEmail.t: included more test files
	* [r72] lib/DTS.pm: updated POD

2008-08-13  alceu.freitas.jr

	* [r71] examples/dts-ut.pl, examples/test.pl: removed test examples, they will be replace by
	  a more updated example that is implemented together with a web application for DTS unit
	  testing
	* [r70] META.yml: added resources
	* [r69] lib/DTS/Package/Step.pm, lib/DTS/Package/Step/Result.pm, t/extended/StepResult.t,
	  t/StepResult.t:

2008-08-12  alceu.freitas.jr

	* [r68] lib/DTS.pm, lib/DTS/DateTime.pm, lib/DTS/Package.pm, lib/DTS/Package/Step.pm,
	  lib/DTS/Package/Step/Result.pm, t/extended/Assignment-All-Destination.t,
	  t/extended/Package.t: added extended tests for extended/Assignment-All-Destination.t and
	  extended/Package.t
	  
	  fixed bugs in DTS/DateTime.pm DTS/Package.pm, DTS/Package/Step.pm and
	  DTS/Package/Step/Result.pm
	  
	  updated POD in DTS.pm
	* [r67] lib/DTS/Package/Step.pm, lib/DTS/Package/Step/Result.pm, MANIFEST,
	  t/extended/Package.t, t/Package.t: Changes related to add support for executing steps and
	  checking their results.
	* [r66] lib/DTS/Package/Step.pm: All changes related to be able to execute a Package steps
	  DTS::DateTime will be a generic DateTime object constructed with a Win32::OLE::Variant
	  object.
	  THIS CODE IS INCOMPLETE!

2008-08-11  alceu.freitas.jr

	* [r65] TODO.txt: Changes related to add support for executing steps and checking their
	  results.
	* [r64] t/DTS.t: a simple test file for superclass DTS.pm
	* [r63] lib/DTS/Package/Step.pm: Changes related to add support for executing steps and
	  checking their results.
	* [r62] lib/DTS/DateTime.pm, lib/DTS/Package.pm, lib/DTS/Package/Step,
	  lib/DTS/Package/Step.pm, lib/DTS/Package/Step/Result.pm, lib/DTS/Task/DynamicProperty.pm,
	  MANIFEST: Changes related to add support for executing steps and checking their results.
	* [r61] lib/DTS.pm, lib/DTS/DateTime.pm, lib/DTS/Package, lib/DTS/Package.pm,
	  lib/DTS/Package/Step.pm, MANIFEST: All changes related to be able to execute a Package
	  steps
	  DTS::DateTime will be a generic DateTime object constructed with a Win32::OLE::Variant
	  object.
	  THIS CODE IS INCOMPLETE!

2008-07-31  alceu.freitas.jr

	* [r60] .:
	* [r59] DTS.ppd: modified for release 0.04
	* [r58] Makefile.PL: added dist parameters

2008-07-29  alceu.freitas.jr

	* [r57] lib/DTS.pm: changed to version 0.04
	* [r56] t/extended/Assignment-All-Destination.t, t/extended/Assignment-Constant.t,
	  t/extended/Assignment-DataFile.t, t/extended/Assignment-EnvVar.t,
	  t/extended/Assignment-GlobalVar.t, t/extended/Assignment-INI.t,
	  t/extended/Assignment-Query.t: removed warnings about subroutines redefined

2008-07-28  alceu.freitas.jr

	* [r55] t/extended/Assignment-All-Destination.t: fixed bug
	* [r54] t/extended/Assignment.t: fixed bugs
	* [r53] t/extended/Assignment-GlobalVar.t: fixed bugs
	* [r52] t/extended/Assignment-EnvVar.t, t/extended/Assignment-INI.t,
	  t/extended/Assignment-Query.t: fixed bugs
	* [r51] t/extended/Assignment-All-Destination.t, t/extended/Assignment-Constant.t,
	  t/extended/Assignment-DataFile.t, t/extended/Assignment-EnvVar.t,
	  t/extended/Assignment-GlobalVar.t: several fixes in the tests files
	* [r50] t/Assignment-Destination.t: fixed wrong number of tests

2008-07-26  alceu.freitas.jr

	* [r49] t/Assignment-Destination.t:

2008-07-25  alceu.freitas.jr

	* [r48] ., lib/DTS/Assignment.pm, lib/DTS/Assignment/Constant.pm,
	  lib/DTS/Assignment/DataFile.pm, lib/DTS/Assignment/Destination.pm,
	  t/extended/Assignment-DataFile.t, test-config.xml: fixes in .pm files.
	  test file changed to use the new methods available instead of using Win32::OLE functions

2008-07-24  alceu.freitas.jr

	* [r47] t/extended/Assignment-Constant.t: fixed bugs in comparing destination structure
	* [r46] lib/DTS/Assignment.pm:
	* [r45] lib/DTS/Assignment.pm: fixed bug regarding get_type and get_type_name
	* [r44] lib/DTS/Application.pm: Fixed bug regarding new method, which was not providing a
	  reference to a DTS.Application object (_sibling)
	* [r43] Makefile.PL: moved Devel::AssertOS to DTS.pm
	* [r42] lib/DTS.pm, lib/DTS/Task.pm:
	* [r41] t/Assignment-Destination.t, t/AssignmentTypes.t, t/Task.t, t/Task-DataPump.t,
	  t/Task-DynamicProperty.t, t/Task-ExecutePackage.t, t/Task-SendEmail.t: several fixes in
	  the tests scripts
	* [r40] t/Destination-Connection.t: fixed test from ok() to live_ok() since set_string does
	  not returns anything
	* [r39] lib/DTS/Assignment/Destination.pm: changed new() and set_string methods
	* [r38] t/Assignment-Destination.t: test file related to release 0.3
	* [r37] examples/benchmark.pl, examples/list.pl, examples/modify.pl, examples/modify.xml,
	  examples/README.txt, examples/save_pkgs.pl, Makefile.PL: adding more examples related to
	  release 0.3
	* [r36] lib/DTS/Assignment/Destination, lib/DTS/Assignment/Destination.pm,
	  lib/DTS/Assignment/Destination/Connection.pm, lib/DTS/Assignment/Destination/GlobalVar.pm,
	  lib/DTS/Assignment/Destination/Package.pm, lib/DTS/Assignment/Destination/Task.pm,
	  lib/DTS/Assignment/DestinationFactory.pm, lib/DTS/TaskTypes.pm, Makefile.PL,
	  t/Credential.t, t/Destination-Connection.t, t/extended/Task-Datapump.t, t/TaskFactory.t:
	  added missing files from release 0.3

2008-07-23  alceu.freitas.jr

	* [r34] lib/DTS.pm: added GoogleCode website reference in POD
	* [r33] DTS.ppd, lib/DTS.pm, lib/DTS/Credential.pm, lib/DTS/Task.pm,
	  lib/DTS/Task/DataPump.pm, lib/DTS/Task/DynamicProperty.pm, lib/DTS/Task/ExecutePackage.pm,
	  lib/DTS/Task/SendEmail.pm, Makefile.PL, MANIFEST, META.yml, t/extended/Assignment.t,
	  t/extended/Assignment-Constant.t, t/extended/Assignment-DataFile.t,
	  t/extended/Assignment-EnvVar.t, t/extended/Assignment-GlobalVar.t,
	  t/extended/Assignment-INI.t, t/extended/Assignment-Query.t, t/Task-DataPump.t,
	  test-all.dts, TODO.txt: all changes regarding release 0.03
	* [r32] examples/test.pl, lib/DTS.pm, lib/DTS/Application.pm, lib/DTS/Assignment.pm,
	  lib/DTS/Assignment/Constant.pm, lib/DTS/Assignment/DataFile.pm,
	  lib/DTS/Assignment/EnvVar.pm, lib/DTS/Assignment/GlobalVar.pm, lib/DTS/Assignment/INI.pm,
	  lib/DTS/Assignment/Query.pm, lib/DTS/AssignmentFactory.pm, lib/DTS/AssignmentTypes.pm,
	  lib/DTS/Connection.pm, lib/DTS/Credential.pm, lib/DTS/Package.pm, lib/DTS/Task.pm,
	  lib/DTS/Task/DataPump.pm, lib/DTS/Task/DynamicProperty.pm, lib/DTS/Task/ExecutePackage.pm,
	  lib/DTS/Task/SendEmail.pm, lib/DTS/TaskFactory.pm, Makefile.PL, MANIFEST, META.yml,
	  t/extended/Application.t, t/extended/Assignment.t, t/Package.t, t/Task-DataPump.t: all
	  changes for regarding release 0.02
	* [r31] examples, examples/dts-ut.pl, examples/test.pl, Makefile.PL, MANIFEST, META.yml,
	  README, test-all.dts, test-conf.dtd, test-config.xml: fixes for version 0.01
	* [r30] lib, lib/DTS, lib/DTS.pm, lib/DTS/Application.pm, lib/DTS/Assignment,
	  lib/DTS/Assignment.pm, lib/DTS/Assignment/Constant.pm, lib/DTS/Assignment/DataFile.pm,
	  lib/DTS/Assignment/EnvVar.pm, lib/DTS/Assignment/GlobalVar.pm, lib/DTS/Assignment/INI.pm,
	  lib/DTS/Assignment/Query.pm, lib/DTS/AssignmentFactory.pm, lib/DTS/AssignmentTypes.pm,
	  lib/DTS/Connection.pm, lib/DTS/Credential.pm, lib/DTS/Package.pm, lib/DTS/Task,
	  lib/DTS/Task.pm, lib/DTS/Task/DataPump.pm, lib/DTS/Task/DynamicProperty.pm,
	  lib/DTS/Task/ExecutePackage.pm, lib/DTS/Task/SendEmail.pm, lib/DTS/TaskFactory.pm,
	  Makefile.PL, MANIFEST, META.yml, README, region.txt, t, t/Application.t, t/Assignment.t,
	  t/Assignment-Constant.t, t/Assignment-DataFile.t, t/Assignment-EnvVar.t,
	  t/AssignmentFactory.t, t/AssignmentTypes.t, t/Connection.t, t/extended,
	  t/extended/Application.t, t/extended/Assignment.t, t/extended/Assignment-Constant.t,
	  t/extended/Assignment-DataFile.t, t/extended/Assignment-EnvVar.t,
	  t/extended/Assignment-GlobalVar.t, t/extended/Assignment-INI.t,
	  t/extended/Assignment-Query.t, t/Package.t, t/Task.t, t/Task-DataPump.t,
	  t/Task-DynamicProperty.t, t/Task-ExecutePackage.t, t/Task-SendEmail.t, test_conf.dtd,
	  test-all.ini, test-all.txt, test-config.xml: initial release

2008-06-24  

	* [r1] .: Initial directory structure.