2.0
	* List header/footer format changed: hostdir splitted to
	  separate host and dir fields, dir encoded with the same method
	  as file names.
	* List file record format changed: encode/decode user/group
	  fields in file record.

	* lib/OffMirror/FileAttrRecord.pm (USERGROUP_RE) : '=' added
	  to allowed character list for encoded names.
	* lib/OffMirror/Misc.pm	(sub encode_bad_name) : encode space

	* offmirror-chattr.pl,
	  offmirror-test.pl,
	  offmirror-untar.pl : -no-user-group option added

	* bin/offmirror-list.pl : -host=HOST -dir=DIR options added
	  to override these fields in generated list header

	* bin/offmirror-test.pl : -verbose -noclean options added

	* bin/offmirror-list.pl,
	  bin/offmirror-tar.pl,
	  bin/offmirror-untar.pl : -verbose option added

	* new shtool version

	* bin/offmirror-tar.pl : -ignore-tar-errors option added,
	  workaround for cygwin tar bug which always returns 1.

	* bin/offmirror-tar.pl : keep "--null -T-" at end of the tar command.

	* perfomance improved: don't use shift for parameters access

	* bin/offmirror-Packages.pl,
	  bin/offmirror-Sources.pl,
	  lib/OffMirror/FileList.pm,
	  lib/OffMirror/Misc.pm : use new sub
	  OffMirror::Misc::prepare_compressed_file_name_for_open()
	  instead of multiple code fragments

	* INSTALL, offmirror.pod : update version in File-Stat-Bits
	  references.

1.3
	* update my e-mail

	* new shtool version

	* contrib/mirrorer : script contributed by
	  Konstantin L. Metlov <metlov@fzu.cz>

	* lib/OffMirror/Cache.pm,
	  lib/OffMirror/FileAttrRecord.pm,
	  lib/OffMirror/FileList.pm : Do not use Exporter and its vars
	  -- there is nothing to export

	* lib/OffMirror/ChangeAttr.pm : handling special characters
	  in file names transparently

	* lib/OffMirror/FileAttrRecord.pm : bug fixed: user/group
	  name pattern is not just perl word \w

