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