Changelog for tha.taglist
=========================

1.0 (2009-06-24)
----------------

- Generating page with a jinja template now.  Instead of yucky string
  replacement.  [reinout]


0.9 (2009-06-24)
----------------

- Fix for 0.8: filtering out non-numeric versions for the list of latest
  versions.  [reinout]


0.8 (2009-06-24)
----------------

- Added listing of latest versions to the bottom of the page.  [reinout]


0.7 (2009-03-03)
----------------

- Small bugfix (reported by Maurits): use shutil.move instead of os.rename as
  the latter doesn't work between two filesystems.  [reinout]


0.6.1 (2009-02-26)
------------------

- Doc update. [reinout]


0.6 (2009-02-26)
----------------

- Configuration is now done through a defaults file that can be
  overridden by a buildout option.  [reinout]


0.5 (2009-02-26)
----------------

- Added generation date to the top of the generated html file.
  [reinout]

- Quieted down logging to only emit warnings. Added -v and --v options
  for info/debug level logging.  [reinout]

- Added check (regex-based) whether the version in setup.py matches
  the tag. If not, it emits a warning.  [reinout]


0.3 (2009-02-25)
----------------

- Added TODO.txt

- Make destination configurable.


0.2 (2009-02-25)
----------------

- Using ``file:///svn`` on server (with non-server fallback to
  svn+ssh).  [reinout]


0.1 (2009-02-25)
----------------

- Added buildout.cfg.  [reinout]

- Tags are searched in the entire tree (excluding blacklisted items).
  [reinout]

- The html gets written to ``generated.html``.  [reinout]

- Extracting name from setup.py with a regular expression.  [reinout]

