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