2006-07-17:
- Added --hide-info and --hide-id options
- Modified filestore_output.c to output meta data after filters are activated.
- Added params in filestore_output.h to control the above.
- Changed output code to always output filter tag.  All meta data will go
before this chunk (unless it is hidden)
- Added identify mode to filestore_input
- In identify mode on input, stop processing if we hit a filter tag.
- After outputting or checking a file, output permissions, ownership, timestamp
and path.
- Add output count to copy_stream
- Added count to input context
- Output count in file listing
- Change revision number in archive to checksum of sources.
- Print link data on input
- Print directory data on input
- Don't output modification times for links to archives
- Reset the context before each file
- Add pretty option to date/time formatter.
- Make format more compact in archive, more verbose in output
- Breaks file format compatibility
- Docco updates

2006-07-14:
- Code imported into Arch from subversion repo.

2006-07-13:
- Read and write a second ID inside the encrypted portion of archives, for
validation purposes.

2006-07-12:
- Pass through compression and encryption options from commandline to
filestore.

2006-07-07:
- Release with license bugs fixed.

2006-07-01:
- Refactored teebumain to reduce repeated code

2006-05-31:
- Output and display on input unique archive identifier (uid).

2006-05-29:
- Change filestore stats data structure to hold and print more useful
information

2006-05-28:
- Control extraction with a regex filter

2006-05-26:
- Write uncompressed/unencrypted header
- Automatically enable decompression and encryption

2006-05-21:
- Refactored filestore module
- Add automated --selftest calls with various options

2006-05-19:
- Stop recursing directories when --input-list is used
- Create directories when extracting links
- Set file permissions and ownership on directories on extraction

2006-05-14:
- Read and write archive creation time
- Read and display archive label

2006-05-13:
- Store, verify and extract file permissions
- Store, verify and extract file owner and group.

2006-05-12:
- Output stats on input

2006-05-12:
- Release with new name: 0.9.1.1
- Handle building of docco better
- Minor bugfixes and code cleanup

2006-05-10:
- Initial alpha release: 0.9.1
- Create and restore archives
- Compression with gzip and bzip2
- Checksumming with md5sum and sha1
- Encryption with gpg
- Error recovery
