]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 2.0.3
[gob-dx.git] / NEWS
1 2.0.3:
2         * In C++ mode don't eat "::" from type strings as C++ might be
3           using it, and we aren't ever using such a thing
4         * Fix a segfaults in the parser (Jody Goldberg, Gerhard Dieringer, me)
5         * Fix unichar stuff for values (properties, signal arguments, etc...)
6         * Add support for UNICHAR and UINT64 and INT64 everywhere
7         * Don't make the get_type function a G_GNUC_CONST as gcc3.2 whacks
8           out about that
9
10 2.0.2:
11         * Properly link BOXED type
12         * unref/unrefwith works now since shtdown changed into dispose
13         * Update documentation
14         * man page escapes all ' chars (fix debian bug 155577)
15         * Further tests in test.gob
16
17 2.0.1:
18         * Fixed property types for all the types that require an extra
19           GObject type
20         * Fix object and boxed linking
21         * Fixed C++ mode for flags and enum linking
22         * Allow comments in property code
23
24 2.0.0:
25         * Update examples and documentation
26
27 1.99.3:
28         * Fix signal default value
29         * Special case the interface code to allow implementing
30           GTypePlugin and GtkEditable interfaces
31         * Fix export of accessors (Dennis Bjorklund)
32         * some compilation fixes
33
34 1.99.2:
35         * allow implementation (but not definition yet) of interfaces
36         * enum, flags and GError creation code
37         * BonoboObject stuff (Seth)
38         * build fixes (me, Seth)
39         * m4 preprocessing stuff (Josh Parsons)
40         * Code generation fixes (Josh Parsons, Bastien Nocera, me)
41         * New way of doing typesafe signal connections