0.3:
* Use Django 1.4 and restructure the app layout
* Other minor bugfixes

0.2.2:
* Don't display the download_url or home_page url if they are unknown
* Add correct rel-tag to the urls

0.2.1:
* Use the correct LOGIN_URL setting.
* Add download_url and home_page url to the simple detail page. note that this
  is currently not mirrored yet.

0.2:
* Implement configurable access control / ip check

0.1.3:
* Fix distutils interface
* Add missing requirement (docutils)

0.1.2:
* Refactor client validation for /simple and download

0.1.1:
* Add setting to list ip addresses which have access to download packages,
LOCALSHOP_ALLOWED_REMOTE_IPS

0.1:
* Initial release
