New MapProxy 0.8.4 release
August 02, 2010 at 12:00 AMWe are proud to announce the release of MapProxy 0.8.4. Read on for more information.
The latest release is available at: http://pypi.python.org/pypi/MapProxy
To update within you virtualenv:
$ pip install --no-deps --upgrade 'MapProxy<=0.8.99'
Note: The '<=0.8.99' prevents from installing 0.9 when it is released.
Updated documentation is available at: http://mapproxy.org/docs/0.8.4/
Release information
The 0.8.4 release contains minor bug fixes and improvements.
Some of the features of the new release are:
- Improved PNG performance with PIL fastpng branch.
- New concurrent_requests option to limit requests for each source WMS server.
- Extra newline at the end of all templates. Some deployment setups removed the last characters.