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