* 0.7.3
- Added ia64 support (Gareth Armstrong)
- Use chkconfig to enable Yam in SPEC file (Bert de Bruijn)
- Fixed a typo in the CentOS sample in yam-complex.conf (Doug Dionne)
- Made a distinction between info messages and error messages
- Fixed lftp method regarding use of '-I' and '-X' options (Ian Alexander)
- Check for $(DESTDIR) macro in Makefile (Ian Alexander)
- Added makefile, mount-options and noisos patches (Ian Alexander)
- Added selinux configuration for Yam (David Hampton)
- Fixed a bug that caused not all ISOs to be handled (Gavin Carr)

* 0.7.2
- Enabled createrepo support by default
- Added support for hardlink++
- Added example config for Yellow Dog 4 (Jarod Wilson)
- Complain when no ISO files are found, but continue (Jeff Pitman)
- Complain when no repo metadata tools are installed, but continue (Jarod Wilson)
- Added $srcdir as a possible option in yam.conf, ie. file://$srcdir/$nick/ (Jeff Pitman)
- Added lftp-options and rsync-options so people can fine-tune (David Dollar)
- Recurse yam:// links more than 1 level deep (David Dollar)
- Documentation fixes (Dries Verachtert)
- VirtualHost now only uses hostname 'yam', please define on your network or disable it

* 0.7.1
- Number the ISOs in the order they are listed (globs are sorted)
- Look for ISOs in resp. $srcdir/$nick, $srcdir/$dist, $srcdir/iso and $srcdir
- Added -r or --remount option to simplify resetting mounts
- Small bugfixes for lftp and rsync options (Greg Cope)
- Added --partial to the default rsync options (Andreas Mueller)

* 0.7
- Added shareiso config option (enabled by default)
- Allow empty (URL-less) repositories (useful for placeholder repositories)
- Added support for hardlinking duplicate RPMs (disabled by default)
- Added lftp-bandwidth-limit and lftp-cleanup config options
- Added lftp-timeout and rsync-timeout config options
- Look for commands in the PATH environment now, if default is wrong
- Added lftp parallel mirroring for fish, ftp, http, https and sftp
- Added support for yam:// URLs
- Improved handling of ISOs that are mounted multiple times
- Get rid of os.tempname()

* 0.6.1
- Removed a silly debug message :)
- Fixed an unknown variable in Dist.taglink()
- Fixed a bug in handling tags
- Made [dist] the default tag
- Fixed a bug in handling [repos]
- Now each repo can hold a list of URLs (useful to list a local and a remote repo, or merge 2 repos)

* 0.6
- Fixed the default example httpd config file
- Added a check to see if any metadata tools are installed
- Smartly sort the available ISOs, still keep the preferred order
- Added extra debugging information to --version
- Run external commands much better and print on errors
- Added examples of IP or hostname based restriction and HTTP authentication
- Make use of os.path.join() and urlparse()
- Fixed a bug that skipped metadata generation for os-packages from ISOs (reported by James Norris)
- Intercept user input and exit when asked
- Fix for mounting SuSE ISO images to CD? directories

* 0.5
- Skipped a 0.4 release to indicate this is an important update.
- Rewrote most of the code to allow for smoother dist/arch configuration
- Fixed rsync exclude problem (Bert de Bruijn)
- Added more rsync options, to limit bandwidth and keep old packages
- Option -d is much more useful now
- file:/// support added
- Better handling of external commands
- Verbosity output improved (-v or -vv)

* 0.4
- Added noarch by default to all dists
- Added i?86 to all x86_64 dists
- Make i?86 the default (when omitted)
- Directory restructured, /mnt/iso is now /var/yam, ISOs go into /var/yam/iso
- Added createrepo (new-style Yum) support
- Don't ignore dists when ISOs are not around
- Added rsync-support
- Disable most examples by default (since ISOs are no longer needed)
- If no ISOs are found, try downloading os packages
- Fixed /usr/lib problem on x86_64 (Dries Verachtert)
- Added documentation about loop devices, see README.loop (Jeff Pitman)
- Make Yam work on python <= 2.2.1 (Dhawal Doshy)
- Improved symlinking code
- Added example yam.conf
- Split extras directory into separate local directory (see README.dirs)
- Added 0 as special repotag (see README.naming)

* 0.3
- Remove dangling symlinks (crashes yum/apt)
- Improved symlinking code
- Add -g/--generate and --unmount options for more fine-grained commands
- Added Yam httpd configuration for Apache
- Added serverside HTML pages and file-descriptions
- Added ISO-directory in repository
- Added information to integrate with dnsmasq (on-going), see README.dnsmasq
- Added SYSV script to automatically mount on boot and unmount on shutdown

* 0.2
- Initial public release
