File: ChangeLog

package info (click to toggle)
memphis 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,768 kB
  • ctags: 659
  • sloc: sh: 10,205; ansic: 3,666; makefile: 173; xml: 141
file content (61 lines) | stat: -rw-r--r-- 2,264 bytes parent folder | download | duplicates (2)
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
0.2.3  20. June 2010
  Bugfix release:
   * Remove bashisms from configure.ac.
   * Vala example: Fix circular libmemphis dependency (Łukasz Jernaś).
   * Fix a segfault in the rules parser on big-endian machines.
   * Install the default rules set (default-rules.xml).
   * Fix the parsing of doubles in certain locales.
   * Sync the default rules set with the champlain demo.

0.2.2  24. May 2010
   * Add Vala bindings and a Vala example.
   * Make MemphisRuleAttr a GBoxed type. (Emmanuel Rodriguez) 
   * Declare MemphisRuleType as a real GEnum. (Emmanuel Rodriguez)
   * Bugfixes and documentation updates.

0.2.1  3. March 2010
  Bugfix release:
   * Explicitly link against libmath (-lm)
   * Make Memphis build without gobject-instrospection
   * Bugfix: renderer_tile_has_data always returns FALSE

0.2.0  27. February 2010

  Big libmemphis infrastructure and bugfix release.

  API changes:
   * Rename memphis_renderer_set_rules_set to renderer_set_rule_set.
   * Add error handling to all file and parsing related functions.
     All *_load_from_file and *_load_from_data functions are affected.

  What's new?
   * Support for background color transparency.
   * Gobject-introspection support. You can now write Memphis
     applications in Javascript and all other languages that use Gir
     or Typelib introspection files. But be aware that the Cairo
     introspection support is still buggy and incomplete.
   * Gtk-Doc documenation generation (HTML or via Devhelp).
   * Code cleanup and minor bugfixes.

  Known Bugs:
   * Conditional drawing rules are broken and should not be used.

0.1.0  25. October 2009

    The first release of Memphis and libmemphis.

    Memphis draws a single PNG image of your map data.
    Libmemphis additionally implements the 'Slippy Map Tilename'
    specification, like Mapnik and Osmarender. Memphis and libmemphis
    support zoom level 12 to 18, projected with the Mercator
    projection.

    Key features:
     * Parsing of nodes and ways from a OSM XML export file.
     * XML file format to define rendering style rules.
     * Dynamic adaptable drawing rules.
     * Cairo rendering engine.
     * GObject based API.

	Known Bugs:
	 * Conditional drawing rules are broken and should not be used.