]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 2.0.7
[gob-dx.git] / NEWS
1 2.0.7:
2         * Add support for INT64 and UINT64 types for signals and properties
3           (Nicolas Brugier)
4         * Exit with error when BOXED or FLAGS are used as arguments for a
5           signal, that doesn't work anyway
6         * Warn classwide members have destructors since those never get called
7           (we only make static classes so it doesn't make sense anyway)
8         * Fix --exit-on-warn
9         * Don't use deprecated glib functions (Kjartan, me)
10         * Fix compilation on IBMs C compiler (Albert Chin-A-Young)
11         * gob2.m4 fixes for new automake (Tomasz Kloczko)
12         * Couple of minor fixes
13         * Couple of fixes to the documentation
14
15 2.0.6:
16         * Allow compilation with newer flex (tested with both 2.5.4a and
17           2.5.31)
18         * Minor doc update
19         * Minor build fixes
20
21 2.0.5:
22         * Fix leak in signal emission
23
24 2.0.4:
25         * Fix two gtkdoc bugs
26         * Use G_UNLIKELY/G_LIKELY a bit if available
27
28 2.0.3:
29         * In C++ mode don't eat "::" from type strings as C++ might be
30           using it, and we aren't ever using such a thing
31         * Fix a segfaults in the parser (Jody Goldberg, Gerhard Dieringer, me)
32         * Fix unichar stuff for values (properties, signal arguments, etc...)
33         * Add support for UNICHAR and UINT64 and INT64 everywhere
34         * Don't make the get_type function a G_GNUC_CONST as gcc3.2 whacks
35           out about that
36
37 2.0.2:
38         * Properly link BOXED type
39         * unref/unrefwith works now since shtdown changed into dispose
40         * Update documentation
41         * man page escapes all ' chars (fix debian bug 155577)
42         * Further tests in test.gob
43
44 2.0.1:
45         * Fixed property types for all the types that require an extra
46           GObject type
47         * Fix object and boxed linking
48         * Fixed C++ mode for flags and enum linking
49         * Allow comments in property code
50
51 2.0.0:
52         * Update examples and documentation
53
54 1.99.3:
55         * Fix signal default value
56         * Special case the interface code to allow implementing
57           GTypePlugin and GtkEditable interfaces
58         * Fix export of accessors (Dennis Bjorklund)
59         * some compilation fixes
60
61 1.99.2:
62         * allow implementation (but not definition yet) of interfaces
63         * enum, flags and GError creation code
64         * BonoboObject stuff (Seth)
65         * build fixes (me, Seth)
66         * m4 preprocessing stuff (Josh Parsons)
67         * Code generation fixes (Josh Parsons, Bastien Nocera, me)
68         * New way of doing typesafe signal connections