/usr/share/doc/tilecache/html/NEWS.html is in tilecache 2.11-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Changelog — TileCache v2.11 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '2.11',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="TileCache v2.11 documentation" href="index.html" />
<link rel="next" title="License" href="LICENSE.html" />
<link rel="prev" title="Contributors" href="CONTRIBUTORS.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="LICENSE.html" title="License"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="CONTRIBUTORS.html" title="Contributors"
accesskey="P">previous</a> |</li>
<li><a href="index.html">TileCache v2.11 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">ΒΆ</a></h1>
<dl class="docutils">
<dt>tilecache-2.11, Fri 15 Oct 2010 06:36:11 -0500</dt>
<dd><ul class="first last simple">
<li>Change copyright statements to be more accurate</li>
<li>Add minimal (read-only, non-optimized) support for the
MBTiles sqlite format</li>
<li>Fix a bug introduced in disk locking prior to 2.0.3</li>
<li>Add sendfile and Expires support to tilecache.</li>
<li>Other minor improvements to documentation and pre-seeding.</li>
</ul>
</dd>
<dt>tilecache-2.10, Sun, 18 Jan 2009 21:07:49 -0500</dt>
<dd><ul class="first last simple">
<li>APPLICATION CHANGE: tilecache_seed.py now uses optparse for options
parsing, which may require changes in scripts which call tilecache_seed
programatically. See the docs for the new style of command line.</li>
<li>Add support to S3 cache for TMS-style URLs (thx stvn)</li>
<li>Fixes for Caches/Disk.py under Jython</li>
<li>Support multiple TileCacheConfigs in the same mod_python server (thx fredj)</li>
<li>Add support for combining multiple tilecache layers into a single image when
using WMS. (thx fredj)</li>
<li>allow custom mime_types in MapServer, WMS layers (thx fredj)</li>
<li>improve KML links to not link to invalid tiles (thx Graham Carlyle)</li>
<li>add png256 support to TileCache using Mapnik (thx Dane Springmeyer)</li>
<li>A number of other patches from the mailing list.</li>
</ul>
</dd>
<dt>tilecache-2.04, Mon, 23 Jun 2008 14:00:54 -0400</dt>
<dd><ul class="first last simple">
<li>Add support for JSON-output of layer information</li>
<li>Add ‘data_extent’ property to allow for informing remote clients of
extent of data (seperate from grid extent)</li>
<li>Minor fixes to layer initialization with regard to spherical mercator,
error logging, and others.</li>
</ul>
</dd>
<dt>tilecache-2.03, Mon, 19 May 2008 23:13:09 -0400</dt>
<dd><ul class="first last simple">
<li>Adding metadata about layers, etc. for allowing external clients
to better understand the parameters used by a layer.</li>
<li>Improve programatic access to KML SuperOverlay output</li>
<li>Add SuperOverlay documentation designed to assist integrators.</li>
<li>Fix a bug in Memcache support with Metatiles.</li>
<li>Fix ordering of mod_python cache loading to load local paths first.</li>
</ul>
</dd>
<dt>tilecache-2.02, Sat, 10 May 2008 09:21:47 -0400</dt>
<dd><ul class="first last simple">
<li>Add GoogleDisk cache, to save tiles to disk in z/x/y.ext format</li>
<li>Add VETMS Service, provided by Steven Ottens</li>
<li>Add “Test” cache, which doesn’t cache anything, for debugging</li>
<li>Fix Image Layer</li>
<li>Add GDAL Layer, for reading images via GDAL directly</li>
<li>Add support for reprojecting ArcXML layers</li>
<li>Add threading support to standalone http server</li>
<li>Support for Mapnik 0.5</li>
<li>Support spitting out crossdomain.xml</li>
<li>Username/password support for WMS Layers</li>
<li>mod_python re-reads tilecache.cfg if it changed</li>
<li>Protect disk cache from os.makedirs race condition</li>
<li>Bump decimals in TMS,WMS-C units-per-pixel in caps output</li>
<li>Minor Changes in KML SuperOverlays</li>
</ul>
</dd>
<dt>tilecache-2.01, Thu, 27 Dec 2007 08:40:43 -0500</dt>
<dd><ul class="first last simple">
<li>Add Amazon S3 Cache support.</li>
<li>Add cache documentation</li>
<li>Improved error handling in server startup</li>
<li>Many minor cleanups of documentation, etc.</li>
</ul>
</dd>
<dt>tilecache-2.0, Sat, 22 Dec 2007 23:35:03 -0500</dt>
<dd><ul class="first last simple">
<li>Refactor TileCache to support drop in plugins for just about everything.</li>
<li>Upated TileCache release with KML SuperOverlay support</li>
<li>Add MGMaps service.</li>
<li>Add ArcXML layer.</li>
<li>Make code compatible with PyPI.</li>
<li>Cleaning up and moving around a bunch of distribution related stuff.</li>
</ul>
</dd>
<dt>tilecache-1.9, Wed, 5 Sep 2007 11:14:16 -0400</dt>
<dd><ul class="first last simple">
<li>Fix longstanding bug which made some non-geographic projections difficult
to create tiles with</li>
<li>Add more informative error message output via TileCacheExceptions</li>
<li>Fix for “MetaLayer.getMetaSize is too conservative”</li>
<li>Report OSErrors more cleanly in tilecache_clean.py</li>
<li>Better support for Jython in DiskCache class.</li>
<li>Add support for extent_type=loose to allow out of bounds tile requests</li>
<li>Improved tilecache_seed to only grab one metaTile from each set –
this drastically reduces the number of requests to precache metatiled
layers. Also fixed off-by-one error where seed was requesting too many
tiles.</li>
<li>Add tms_type=google to specify that the TMS layer should go down instead
of up.</li>
<li>Add setting of labelcache_map_edge_buffer to the MapServer layer if one
does not exist on the map object.</li>
<li>Make mapnik layer respect layers= config if provided.</li>
<li>Remove getClosestLevel, no longer used or neccesary.</li>
<li>Better Lockfile removal, from Paul Spencer</li>
<li>Update WMS Capabilities, from Steven Ottens</li>
<li>Only use metaTiling if metatile=yes, true, or 1</li>
<li>Minor change to WMS layer dispatching to handle GDAL WMS Driver
compatability.</li>
</ul>
</dd>
<dt>tilecache-1.8, Fri, 4 May 2007 07:31:38 -0400</dt>
<dd><ul class="first last">
<li><p class="first">Patch to ImageLayer from Volker Mische add:
* Optional transparency to images which are not transparent. This allows</p>
<blockquote>
<p>the images to be transparent outside the maxExtent of the image.</p>
</blockquote>
<ul class="simple">
<li>Resize scaling method specification</li>
</ul>
</li>
<li><p class="first">Add support for tile watermarking, patch by Andrew Hughes.</p>
</li>
<li><p class="first">Allow for definition of ‘styles’ parameter in WMSLayer tilecache
cfg – don’t send blank parameters to the backend.</p>
</li>
</ul>
</dd>
<dt>tilecache-1.7, Fri, 13 Apr 2007 20:34:42 -0400</dt>
<dd><ul class="first last simple">
<li>Apache will sometimes kill TileCache, leaving around locks. If we can’t
lock for > cache.timeout seconds, throw an exception with the lockname,
so that users can cleanup. Reported by Brock Anderson, who had stuck locks
for several days.</li>
<li>If ImageLayer base image is transparent, make output Image transparent too.
Report and patch by Brian Victor.</li>
<li>Add support for forcing client to reload on errors, by Suki Hirata.</li>
<li>Add support for not caching data which is not images for WMS, with
original support written by Suki Hirata.</li>
<li>Minor fixups to TMS metadata, from Suki Hirata.</li>
</ul>
</dd>
<dt>tilecache-1.6, Thu Apr 5 19:09:58 EDT 2007</dt>
<dd><ul class="first last simple">
<li>Added Python distutils and Debian packaging materials.</li>
<li>Added CONTRIBUTORS and EXAMPLES documentation files.</li>
</ul>
</dd>
<dt>tilecache-1.5, Tue Mar 27 10:17:57 EDT 2007</dt>
<dd><ul class="first last simple">
<li>Client.py support reading Layer config from tilecache.cfg, from Hani Howari</li>
<li>Added ImageLayer.</li>
<li>Support for readonly caches</li>
<li>Add utility for cleaning a tilecache DiskCache to a certain size.</li>
<li>Minor distribution/documentation changes.</li>
</ul>
</dd>
<dt>tilecache-1.4, Sat Feb 3 21:56:02 EST 2007</dt>
<dd><ul class="first last simple">
<li>Added wsgi handler, from Ehud Shabtai.</li>
<li>Added standalone HTTP server, using wsgi handler, from Ehud Shabtai.</li>
<li>Added fastcgi implementation, using wsgi handler, from Ehud Shabtai.</li>
<li>Improved documentation, including patch from Eric Lemoine.</li>
<li>Support for ‘maxResolution’ layer option.</li>
<li>Improved support for running as CGI under IIS, from Suki Hirata.</li>
</ul>
</dd>
<dt>tilecache-1.3, Tue Dec 5 23:40:49 EST 2006</dt>
<dd><ul class="first last simple">
<li>Fix metaTile support:
* Data was offset downwards by metaBuffer pixels.
* metabuffer and metasize parsing was not working.</li>
<li>Add support for palatted transparency when using metaTiling. Patch by
Matthew Perry</li>
<li>Fix for Windows support: os.rename() won’t overwrite files. Patch by Tim
Schaub</li>
<li>Added ‘description’ metadata as a layer property.</li>
<li><Title> and <Abstract> support added to TMS metadata.</li>
<li>Documented layer configuration parameters.</li>
</ul>
</dd>
<dt>tilecache-1.2, Mon Dec 4 01:15:41 EST 2006</dt>
<dd><ul class="first last simple">
<li>Add support for WorldWind style requests, courtesy of Emily Gouge, from
Refractions.</li>
<li>Add support for MapnikLayer for rendering.</li>
<li>Add support for rendering using metatiles: instead of rendering one tile
at a time, render a 5x5 tileset, and then slice the tiles up. Good for
vector layers, where labels crossing tile boundaries is useful.
To turn on, use ‘metaTile=yes’ in layer definition. Requires
Python-Imaging.</li>
<li>Improved TMS metadata</li>
<li>Fix TileCache to work on Python 2.2</li>
<li>Fix TileCache to work on Windows.</li>
</ul>
</dd>
<dt>tilecache-1.1, Fri Nov 17 14:56:56 EST 2006</dt>
<dd><ul class="first last simple">
<li>Allow non-integer aspect ratios for bounding boxes</li>
<li>Add support for bounding box passed on command line to Client.py</li>
<li>Change cache to use local layer name for creating caches instead of
remote layer list. After installing 1.1, if you have DiskCaches
where the local layer name does not match the remote layer name,
you should move your directory after installing tilecache-1.1.</li>
</ul>
</dd>
<dt>tilecache-1.0, Fri Nov 10 13:14:02 EST 2006</dt>
<dd><ul class="first last simple">
<li>Initial Release</li>
</ul>
</dd>
</dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="CONTRIBUTORS.html"
title="previous chapter">Contributors</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="LICENSE.html"
title="next chapter">License</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/NEWS.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="LICENSE.html" title="License"
>next</a> |</li>
<li class="right" >
<a href="CONTRIBUTORS.html" title="Contributors"
>previous</a> |</li>
<li><a href="index.html">TileCache v2.11 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2008-2010, TileCache Project.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.6.
</div>
</body>
</html>
|