12.26.0:
2
3* Updated version number to match GNOME version.
4
52.23.1:
6
7* CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor,
8  to allow use with libglademm or Gtk::Builder.
9  (Murray Cumming)
10  Bug #541007 (Federico Poloni)
11
122.22.0:
13
14* Increased version number for GNOME 2.22
15
162.20.0:
17
18* Increased version number for GNOME 2.20
19
202.16.0:
21
22* Increased version number for GNOME 2.16
23
242.14.0:
25
26* Increased version number for GNOME 2.14
27
282.12.0:
29
30API additions compared to 2.10:
31
32* Added Item::get_parent_group() convenience method.
33  (Murray Cumming)
34
352.11.1:
36
37* Added Item::get_parent_group() convenience method.
38  (Murray Cumming)
39
402.10.0:
41
42* Increased version for GNOME 2.10 release version.
43* WIN32 build fixes. (Cedric Gustin, Michael Hofmann)
44* Alpha build fix (Bradley Bell)
45
462.8.0:
47
48* Increased version for GNOME 2.8 release version.
49
502.6.1:
51
52* Build fixes for gcc 3.4 and for the Intel compiler.
53  (Takashi Takekawa)
54
552.6.0:
56
57Increased version.
58
592.5.2:
60
61* Canvas: set_dither(), get_dither(): Use C++ enum instead of C enum.
62* Item: draw(): Use C++ Gdk::Drawable instead of C type.
63* Text: Changed all C Pango properties to their C++
64  counterparts.
65(Bryan Forbes)
66
67
682.5.1:
69
70* Use new libsigc++ 2 syntax.
71* Canvas::Widget: Use a Gtk::Widget* for the "widget" property,
72  instead of Gtk::Widget, so that it is usable.
73(Murray Cumming)
74* Spec file dependency fix. (Eric Bourque)
75
762.5.0:
77
78This is the new unstable branch of the parallel-installable
79libgnomevanvasmm 2.6, for use with gtkmm 2.4.
80
812.0.1:
82
83* Corrected segfault in CanvasAA destructor.
84  The AA Canvas was probably useless before this.
85  (Murray Cumming)
86
872.0.0:
88
89Documentation:
90* Reuses C documentation.
91* examples separated into individual directories.
92
931.3.11:
94