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