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