Skip to content

Commit

Permalink
Bumped to 1.34.0 with StatusServer and GDAL maskband
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed May 21, 2012
1 parent 32f6305 commit 638f819
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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.

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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)/
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.33.1
1.34.0

0 comments on commit 638f819

Please sign in to comment.