2005-02-26 11:55  ledestin

	* helpers.sh, mkat: added ability to search for tags and grep the
	  result by regex (using -S and -s)

2005-02-18 20:10  ledestin

	* Makefile, README, helpers.sh, mkat, examples/mkatrc,
	  man/mkatrc.5: a lot of things is going on, found and fixed lot of
	  bugs using chrooted env

2005-02-17 18:01  ledestin

	* README: added TAGS section to README

2005-02-17 16:17  ledestin

	* helpers.sh: merged short options support, e.g. -vd -vdv

2005-02-15 16:34  ledestin

	* helpers.sh, mkat: it's possible to specify several -s options
	  (AND logic is used)

2005-02-15 16:17  ledestin

	* mkat: renamed -to to -S, -S tag1,tag2 use AND logic

2005-02-14 13:05  ledestin

	* helpers.sh: print_usage prints ' ' instead of '=' in options
	  names

2005-02-13 23:41  ledestin

	* mkat: added mkat -at option which shows tags available in the db

2005-02-13 21:15  ledestin

	* helpers.sh, mkat: rewritten option handling in mkat(1) added more
	  debug outputs

2005-02-11 20:58  ledestin

	* mkat: added -rc <file> option fixed and improved code for -s
	  option

2005-02-11 15:51  ledestin

	* man/mkat.1: updated mkat man page

2005-02-11 08:04  ledestin

	* TODO, burn, mkat, man/burn.1, man/mkat.1: added mkat -nt, -to, t
	  options (tag support) added ability to catalog arbitrary path to
	  mkat added burn -m option (passthrough options to mkat) updated
	  manual pages

2005-01-23 21:39  ledestin

	* burn: burn(1) now heeds $MKISO_OPTS when called as burn -n (that
	  is, passed on the command line option)

2005-01-22 11:58  ledestin

	* burna: fixed weird error in cdrecord call, a mistype

2004-10-31 13:21  ledestin

	* burn: burn(1) quits if $TMP isn't owned by current $EUID or if
	  $TMP is world writable. Also, if $TMP is being created by burn(1)
	  and it starts with /tmp, umask of 0022 is used.

2004-09-28 20:39  ledestin

	* burn, man/burn.1: renamed -m to -i, added option description to
	  man page

2004-09-26 21:50  ledestin

	* burn: added -mMKIMG_OPTS option to passthrough parameters to
	  image making program

2004-09-21 00:51  ledestin

	* burn (tags: rel-0_2_1): fixed broken -y,--yes optionfixed debug
	  message for

2004-09-04 02:16  ledestin

	* TODO (tags: rel-0_2_1, rel-0_2): added TODO

2004-09-03 23:05  ledestin

	* burn, man/burn.1 (tags: rel-0_2_1, rel-0_2): added -y option to
	  burn(1), now it has both -y and --yes

2004-09-03 18:44  ledestin

	* mkat (tags: rel-0_2_1, rel-0_2): now, if a CD has no label, it is
	  catalogized into NO_LABEL.list file

2004-09-01 19:48  ledestin

	* mkat, man/mkat.1 (tags: rel-0_2_1, rel-0_2): added -q (be quiet)
	  option to mkat(1)

2004-08-26 22:32  ledestin

	* burn, man/burn.1: added -o (overburn) option/shortcut to burn(1)

2004-08-26 02:28  ledestin

	* burn: added $ISO_IMAGE locking during burning to prevent
	  truncating by another burn(1)

2004-08-20 21:33  ledestin

	* man/mkat.1: added --md5dir option to mkat(1) manual page

2004-08-20 21:28  ledestin

	* mkat: exit code for -s and -m mkat options indicate operation
	  success/failure (0 or <0) added --md5dir to mkat(1), it is
	  essentially mkat -m called for each file in the dir recursively

2004-08-16 01:44  ledestin

	* man/: burn.1, burna.1 (tags: rel-0_2_1, rel-0_2), mkat.1, mkata.1
	  (tags: rel-0_2_1, rel-0_2): added --help mention to manual pages

2004-06-22 21:00  ledestin

	* burn, man/burn.1: added --noimg option (skips image creation
	  step, useful when you already have image)

2004-06-14 21:30  ledestin

	* README: added INSTALLATION section to README

2004-06-14 21:13  ledestin

	* Makefile (tags: rel-0_2, README, rel-0_1): added Makefile with
	  install/deinstall targets

2004-06-12 18:27  ledestin

	* mkat: removed ruby(1) dependency from mkat

2004-06-12 18:04  ledestin

	* burn: removed dependency on bc(1) from burn(1), code cleanup

2004-06-11 14:25  ledestin

	* burn, man/burn.1 (tags: README, rel-0_1): added --simulate,
	  --debug options to burn(1), updated manual

2004-06-11 00:06  ledestin

	* burn, man/burn.1: added --yes option to burn(1)

2004-06-10 12:17  ledestin

	* burn, burna, mkat, mkata: added --help options everywhere

2004-06-10 09:29  ledestin

	* burn, man/burn.1: divided --skip to --nocat (don't catalog) and
	  --nocheck (don't check files agains originals) updated burn.1 to
	  reflect changes

2004-06-04 16:22  ledestin

	* burn: image creation program now can be configured using
	  $MKIMAGE_CMD\

2004-06-04 08:33  ledestin

	* README, burn, burn-audio, burna, cdlist, cdlist-audio, mkat,
	  mkata, man/burn-audio.1, man/burn.1, man/burna.1 (tags: README,
	  rel-0_1), man/cdlist-audio.1, man/cdlist.1, man/cdlistrc.5,
	  man/mkat.1 (tags: README, rel-0_1), man/mkata.1 (tags: README,
	  rel-0_1), man/mkatrc.5: renamed cdlist to mkat, -audio to 'a'
	  changed man pages to reflect that

2004-05-31 23:15  ledestin

	* burn-audio, cdlist-audio, man/burn-audio.1, man/cdlist-audio.1:
	  improved code and added man pages for *-audio tools

2004-05-30 22:53  ledestin

	* README, man/burn.1, man/cdlist.1, man/cdlistrc.5: added man pages
	  for burn, cdlist, cdlistrc; removed redundant info from README

2004-05-30 22:51  ledestin

	* burn, burn-audio, cdlist: improved -h output (usage:)

2004-05-28 11:46  ledestin

	* README: added documentation draft - README

2004-05-28 10:35  ledestin

	* burn, cdlist: added $AUTOFS_DELAY option to control amount of
	  sleep time before ejecting CD\ usage output tidying up

2004-04-05 19:12  ledestin

	* burn: added -sSPEED, -c (blank media), --skip (skip catalog and
	  afterburn check) options fixed options processing bug (options
	  were cheched 1 time in the order they were specified in the code)

2004-03-16 20:32  ledestin

	* cdlist: changed -c to -m

2004-03-03 23:17  ledestin

	* burn, cdlist: added burn -r option to pass parameters to cdrecord
	  added cdlist -c option to search file's md5 sum in the cd
	  database

2004-01-27 22:39  ledestin

	* burn, burn-audio, cdlist, cdlist-audio: Initial revision

2004-01-27 22:39  ledestin

	* burn, burn-audio, cdlist, cdlist-audio (utags: start): initial
	  import

This file is public domain
