Changelog
=========

1.5 (2009-06-23)
----------------

- Create download-cache directory when not provided by buildout
  [gotcha, jfroche]


- Simplified package metadata.
  [hannosch]


1.4 (2009-04-04)
----------------

- Added support for urls with http authentication.
  [mond21]


1.3
---

- Allow download-cache to fallback to download-directory if present.
  [smcmahon]

1.2
---

- Renamed download-directory to download-cache, which is the name that is used
  by zc.buildout itself.
  [hannosch]

1.1
---

- Document the options, added README and CHANGES.
  [hannosch]

1.0
---

- First final release. Cleaned up setup.py.
  [hannosch]

0.3
---

- Handle nested packages where the packages are the top level folders as well.
  This is needed for the PloneLDAP and ScriptableFields bundles.
  [wichert]

- Better error handling. This prevents buildout from reporting an internal
  error and informs the user what failed to download and why.
  [wichert]

0.2
---

- Make sure the directory exists even if the first package is a version suffix
  or nested one :)
  [optilude]

0.1
---

- Initial implementation.
  [hannosch]
