]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 2.0.2
[gob-dx.git] / NEWS
1 2.0.2
2         * Properly link BOXED type
3         * unref/unrefwith works now since shtdown changed into dispose
4         * Update documentation
5         * man page escapes all ' chars (fix debian bug 155577)
6         * Further tests in test.gob
7
8 2.0.1
9         * Fixed property types for all the types that require an extra
10           GObject type
11         * Fix object and boxed linking
12         * Fixed C++ mode for flags and enum linking
13         * Allow comments in property code
14
15 2.0.0:
16         * Update examples and documentation
17
18 1.99.3:
19         * Fix signal default value
20         * Special case the interface code to allow implementing
21           GTypePlugin and GtkEditable interfaces
22         * Fix export of accessors (Dennis Bjorklund)
23         * some compilation fixes
24
25 1.99.2:
26         * allow implementation (but not definition yet) of interfaces
27         * enum, flags and GError creation code
28         * BonoboObject stuff (Seth)
29         * build fixes (me, Seth)
30         * m4 preprocessing stuff (Josh Parsons)
31         * Code generation fixes (Josh Parsons, Bastien Nocera, me)
32         * New way of doing typesafe signal connections