1glosm-0.0.2 2011-02-27
2--------------------------------
3 * Geometry tiling was implemented: there are now two layers of
4   geometry, ground (lowres) and detail (3D objects) which are split
5   into tiles which are loaded on demand in background thread
6 * Viewer may now be built with either of SDL and GLUT. SDL version
7   is recommended and is enabled by default
8 * Library was split into three: libglosm-server (core features),
9   libglosm-client (OpenGL stuff), libglosm-geomgen (geometry
10   generator)
11 * Navigation was improved (more speed control, height locking,
12   disabling mouse grab, touchpad-friendly navigation mode)
13 * Added Windows support through cross-compilation with mingw32
14 * Added OpenGL ES 1.1 platforms support (namely Maemo)
15 * Added Spherical projection (in which Earth looks like globe) in
16   addition to Mercator (flat Earth)
17 * Added support for man_made=tower and man_made=chimney area objects
18 * Added support for building:roof:shape=conical as the alias for
19   pyramidal, both are now supported for arbitrary shaped buildings
20 * Fixed crash in geometry generator
21
22glosm-0.0.1 2011-01-18
23--------------------------------
24 * First public release
25