Revision history for Perl module RTx::Shredder

v0.01_03
	* WARN: rtx-validator may fails, I don't update it
	* fix: ObjectCFV issues
	* fea: tests framework!!!
	* upd: basic tests
	* upd: 00skeleton.t file
	* fea: shredder dies if some methods are redefined
	       this is done to be forward compatible
	       and die before we could break something
	* upd: Todo changes

v0.01_02
	* WARN: basic RT >= 3.4.x support
	* fix: Users shredding was not loaded at all
	* fea: --force, never ask questions, for cron users
	* fea: --sqldump, Shredder generates INSERT queries
		that allow you restore DB after shredding
	* inv: When delete users from groups we should delete delegated rights
	* fix: SYNOPSYS in Shredder.pm has bad example
	* fix: User should delete itself from GroupMembers and from Cached
	* fix: CachedGroupMember should delete other CGMs that are 'Via' current
	* upd: New documentation, README should be more clean
	* fea: get rid of configure script and all .in files
	       now we use Module::Install::Substitute
	* upd: rtx-shredder args parsing cleanup
	* upd: Distribution doesn't require Getopt::Simple any more
	* fea: new --object option for rtx-shredder script
	* fix: Transactions, ObjectCustomFieldValues, Attributes are handled

v0.01_01
	* WARN: this is last version you can use with RT 3.0.x
	* fix: validator now works
v0.01
	* fea: rtx-validator
	* fix: nested Attachments handling if Atachment is requested for wiping directly.
	* fea: M::I::Skip integration, no more Shredder.pm.in installing
	* fix: tests doesn't use old installation any more

v0.00_03
	* Disribution clean up, get rid from auto* files
	* fix: Ticket vs Links handling
	* fix: Ticket vs merged in parts
	* Templates, Queues... cover
	* Partly Users coverage
	* Now almost all Objects in RT 3.0.x covered
	* Big design rework

v0.00_01
	* Initial commit