Revision history for Perl extension Archive::Builder

1.0  Tue Dec  2 2003
	- 0.9 introduced a bug in Archive::Builder::File->binary.
	  Fixed the bug, and added a regression test for the bug.

0.9  Tue Dec  2 2003
	- Some zipping code has gotten more efficient.
	  Reduced size of expected size in tests to match.
	- Did some minor code refactoring to make the memory load
	  size a little smaller. Saved a couple of K
	- Allow the special case of Section path '.'
	- Did some cleaning of the POD to match new prefered style.

0.8  Thu Jul 17 15:20:02 2003
	- Added ->reset method to flush generated file contents, 
	  so they can be generated again if needed.

0.7  Tue Jul  1 12:40:12 2003
	- Prevent generated binary files from being broken

0.6  Fri Jun 27 19:41:43 2003
	- Made File->save actually set executable if needed

0.4  Sun Dec 15 08:54:10 2002
	- Everything should finally work, be tested, and be documented

0.2  Tue Dec 10 11:57:55 2002
	- Change name from Archive::Generator to Archive::Builder
	- Changed most of the method names
	- Added Archive::Builder::Archive to represent the actual archive

0.1  Thu Dec 06 16:50:23 2002
	- original version