Mon Aug 13 22:56:41 CEST 2001

	* atool:
	Added missing prototype for findformat and stripext.
	Handle --each option in add mode.
	(formatext) New function.
	* atool.1:
	Updated documentation for --each option.
	Added example with apack and --each.
	

Tue Aug  7 12:51:27 CEST 2001

	* atool: (multiarchivecmd) Changed wording `refuse' to `refusing'.

Mon Jul 23 17:09:32 CEST 2001

	* README, atool.1: Moved `Known Bugs' section from README file
	to the man-page. Added a note about extracting compressed files
	without valid extensions.

Sun Jul 22 13:46:19 CEST 2001

	* atool:
	(findformat) Fixed bug causing gzip, bzip, bzip2 and compress'd
	files not to be identified correctly.

Thu Jul 19 18:12:35 CEST 2001

	* atool:
	Added new option, -e, --each.
	Many changes to accomodate for new --each option.
	* atool.1:
	Fixed some omissions in the man-page.
	Added documentation about --each.
	Added example section.

Mon Jul 16 11:48:51 CEST 2001

	* Version 0.9.0.
	* atool:
	Added new options, -v, --verbose and --verbosity to control
	verbosity of atool.
	Improved verbosity control (fixes #99028). Fixed some bugs
	regarding verbosity level. 
	Changed behaviour of apack on compressed files.
	Now uses file's -z option to identify more formats.
	When identifying using file, now print result of identification.
	Fixed typo in --help about -V for --explain.
	Added option --config. Read configuration first after options
	have been parsed.
	* README:
	Now refers to the man-page for usage information.
	* atool.1:
	Updated for new options.
	Included some text previously in README document.

Sun Jul 15 11:15:04 CEST 2001

	* atool:
	Added somewhat better error messages when a subprocess fails.
	Remove the temporary directory on exit if possible.
	Now refuses to overwrite existing files when creating (non-zip
	and non-rar) archives (unless --force specified).

Thu Jul 12 11:54:52 CEST 2001

	* atool: Will only identify format of regular files.

Thu Jul  5 15:06:26 CEST 2001

	* Version 0.8.0.
	* atool: Now exit after --version.

Sun Jul  1 11:21:53 CEST 2001

	* atool:
	(findformat) Lowercase filenames before checking format.
	Add option terminator `--' to `file' command line.
	(getmode) Consider --extract-to to be a separate command.
	(makeoutdir) Fixed random number generation.

Sat Jun 30 00:05:42 CEST 2001

	* atool: Adding missing backslash in help text.

Wed Jun 20 17:00:47 CEST 2001

	* atool: New subroutine "backticks", used instead of `` when
	identifying file type using "file".
	* atool: New subroutine "readconfig" to read a configuration
	file. Called to read /etc/atool.conf and ~/.atoolrc.
	* atool: Added option use_gzip_for_z.
	* README: Updated to document configuration options.

Wed Apr 25 10:11:16 CEST 2001	Oskar Liljeblad <osk@hem.passagen.se>

	* atool: Added support for identify some file formats
	using file(1).

Tue Apr 24 21:14:49 CEST 2001	Oskar Liljeblad <osk@hem.passagen.se>

	* Makefile: Include NEWS file in distribution.

Mon Apr 16 13:35:14 CEST 2001	Oskar Liljeblad <osk@hem.passagen.se>

	* Version 0.7.0.
	* atool.1: Added .war extension for Jar archives.

Sat Apr  7 16:00:17 CEST 2001	Oskar Liljeblad <osk@hem.passagen.se>

	* atool: Fixed commands for tar archive. The 'f' option
	to tar was missing, causing output to be written to stdout
	and input read from stdin.

Thu Apr  5 14:00:03 CEST 2001	Oskar Liljeblad <osk@hem.passagen.se>

	* atool: Added -F as short option alias for --format.
	* atool (parsefmt): Fixed recognition of manual formats.

Wed Apr  4 17:08:14 CEST 2001	Oskar Liljeblad <osk@hem.passagen.se>

	* atool (parsefmt): Recognize .war as a JAR archive.
	* atool (stripext): Strip .tar.Z, .tZ, .Z, and .war.

2001-04-04  Oskar Liljeblad <osk@hem.passagen.se>

	* Version 0.6.0.
	* atool: Complete rewrite. See NEWS file for changes.
	* NEWS: New file.
	* debian/docs: Added NEWS.

2001-03-28  Oskar Liljeblad <osk@hem.passagen.se>

	* atool loops when you try to extract to a directory
	that doesn't exist. This is fixed now.
	* atool: Fixed commands for .tar archives
	("f" was missing in options for all commands).

2001-03-28  Oskar Liljeblad <osk@hem.passagen.se>

	* Version 0.5.0 released because of version mistake
	(by me) on Freshmeat - 0.3.0 was released as 0.4.0.

2001-03-27  Oskar Liljeblad <osk@hem.passagen.se>

	* Version 0.4.0.
	* debian/*: New files, for making Debian packages
	of atool.
	* atool: Included more license text from COPYING.
	Fixed help text for -X command.
	Added prototypes for subroutines without them.
	* README: Included more license text from COPYING.
	Minor format changes.
	* atool.1: New man page.
	* Makefile: Updated for Debian package generation.
	New rule "debian".
	Now installs man page.

2001-03-26  Oskar Liljeblad <osk@hem.passagen.se>

	* Added forward function declarations so that the warnings
	"main::foo() called too early to check prototype" no longer
	appear when using Perl 5.6.

2001-03-24  Oskar Liljeblad <osk@hem.passagen.se>

	* Version 0.3.0 released.
	* Use exec instead of system where possible.

2001-03-22  Oskar Liljeblad <osk@hem.passagen.se>

	* Fixes in last release introduced new bugs when extracting files
	from multi-file archives. "Use of uninitialized value .." would
	we printed, along with another bogus error. Hopefully these bugs
	are fixed now.
	* Added support for jar archives.
	* Added use_jar_program variable.
	* --quiet (-q) option is now listed in --help.
	* README: Better documentation for configuration variables in
	atool.
	* Code cleanup: Simplified generation of command lines for tar/zip.
	* (Internal) New distdiff rule in Makefile for comparing tars of
	atool.
	* (Internal) README: Added more things to do.

2001-03-21  Oskar Liljeblad <osk@hem.passagen.se>

	* Version 0.2.0 relesed.
	* When extracting single compressed files (foo.gz), a temporary
	extraction subdirectory would be created even though it was not
	needed. This is now fixed.
	* Display a message when `list' command is tried on single
	compressed files (foo.gz etc).

2001-03-17  Oskar Liljeblad <osk@hem.passagen.se>

	* Version 0.1.0: First public release.
