From 638f8192d410b6222a34e8ff301df64e90434d76 Mon Sep 17 00:00:00 2001 From: Michal Migurski Date: Mon, 21 May 2012 12:40:32 -0700 Subject: [PATCH] Bumped to 1.34.0 with StatusServer and GDAL maskband --- CHANGELOG | 4 ++++ Makefile | 3 ++- VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0b10b089..e94d0c21 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2012-05-21: 1.34.0 +- Added TileStache.Goodies.StatusServer alternate WSGI server for redis-backed internal status checks. +- Added maskband parameter to TileStache.Goodies.Providers.GDAL provider. + 2012-05-09: 1.33.1 - Fixed mapnik.Envelope/Box2d back-compatibility. diff --git a/Makefile b/Makefile index 40749bf5..9f8e6fdf 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ live: $(TARBALL) doc $(TARBALL): doc mkdir $(PACKAGE) ln setup.py $(PACKAGE)/ - ln README $(PACKAGE)/ + ln README.md $(PACKAGE)/ ln VERSION $(PACKAGE)/ ln tilestache.cfg $(PACKAGE)/ ln tilestache.cgi $(PACKAGE)/ @@ -87,6 +87,7 @@ doc: pydoc -w TileStache.Goodies.Providers.Grid pydoc -w TileStache.Goodies.Providers.GDAL pydoc -w TileStache.Goodies.AreaServer + pydoc -w TileStache.Goodies.StatusServer pydoc -w scripts/tilestache-*.py diff --git a/VERSION b/VERSION index 02261bea..2b17ffd5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.1 +1.34.0