History
=======

0.3.1 (2009-04-28)
::::::::::::::::::

- Fix for non-updating index pages despite ALWAYS_REFRESH setting. Cause:
  already downloaded urls were not re-processed.  [reinout]


0.3 (2009-03-16)
::::::::::::::::

- Updated documentation for buildout change and always_refresh change.
  [reinout]

- Attempt ../etc/eggproxy.conf as config location to help buildout setups.
  [reinout]

- Added always_refresh (and timeout) option to always attempt a real pypi
  connection to ensure freshness.  [reinout]

- Added port option to configuration. [reinout]

- don't lowercase package names

- improve wsgi app

- add tests


0.2.0 (2008-09-22)
::::::::::::::::::

- initial version as collective.eggproxy. This package was formerly known as
  iw.eggproxy (https://ingeniweb.svn.sourceforge.net/svnroot/ingeniweb/iw.eggproxy)

- package index/download files: skip modules installed in local system (resulted
  in copying a directory instead of downloading a file)

- fixed Update script crashing with invalid/obsolete package name

- Overriden PackageIndex so that we get eggs distributions for all versions, all
  platforms

- fixed malformed tag in generated indexes

0.1.0 (2008-06-06)
::::::::::::::::::

- initial version created by IngeniSkel
