MapIt! 1.0.2
============

 * New config option output_indexed which allows you to output indexed
   PNG images. This is especially useful if your maps have only a
   relatively low number of colors.

 * New script in tools/, rastercut, to cut a raster image into tiles,
   similar to what epscut does for EPS-files.


MapIt! 1.0.1
============

 * You can have scale specific marker icons now. A scale specific icon
   is simply an icon with the same basename as a normal icon, but with
   the scale appended. E.g. if the icon basename is "icon", which
   usually means the icon image is "icon.png", an icon for the scale
   10000 is "icon-10000.png".

 * Higher zoom levels that only cover part of the area of lower zoom
   levels are supported now. This way you can provide a more detailed
   view of one region without having a lot of unnecessary tiles lying
   around.

 * A new configuration variable mapconfig.map_click_action to select
   whether a click into the image zooms in or recenters the view.

 * Markers that are not visible because they lie outside of the
   generated image are not included in the client side image map
   anymore.

 * The epscut script in src/tools has a few new features:

    - support supersampling in addition to ghostscript's builtin
      anti-aliasing

    - Support rendering only a part of the EPS for some scale factors

    - works on NT, too, now

MapIt! 1.0
==========

 * Page templates, marker definition files and tile information is now
   reloaded automatically whenever the files change.

 * Marker images without alpha channel are treated properly now

 * The fcgi frontends deal better with socket problems now

 * The version information for the <mapit:version> tag is handled in
   more reliable way.

