]> git.draconx.ca Git - gob-dx.git/blob - NEWS
bab32a5d715b20fb5026c97bbf46331876e663a5
[gob-dx.git] / NEWS
1 2.0.12:
2         * libglade support (see manpage) (Nicolas Brugier)
3         * Fixes to property parsing and allow user created
4           parameters (Jean-Yves Lefort)
5         * Add support for prealloc and allow bitfields (K. Haley)
6         * Don't reference TYPE_SELF when generating privates (Big Thor)
7
8 2.0.11:
9         * When privates and overrides were used in 2.0.10 compilation of
10           object may have broken on some compilers.
11
12 2.0.10:
13         * Support for overriding properties (Jean-Yves Lefort)
14         * Some M4 fixage with respect to NOINSTGOB (K. Haley)
15         * Make the private structure allocation play nice with glib (K. Haley)
16         * Add --file-sep=c option to allow changing the file separator
17           character (Pierre Gay) 
18         * Fix C++ compilation of linked POINTER types by casting properly
19           (Frank Lichtenheld) debian bug #270546
20         * Always add string.h as it was missing sometimes when memset was used
21         * In C++ mode cast the destroywith/unrefwith function with
22           reinterpret_cast to avoid C++ nonsense (should fix compilation with
23           gcc 3.4 I think)
24         * Update the docs
25
26 2.0.9:
27         * Lots of fixes for gcc warnings, objects should now compile with
28           very pedantic warnings set.
29
30 2.0.8:
31         * Documentation fixes
32         * Add support for -o and --output-dir
33         * Fixed boxed_type
34
35 2.0.7:
36         * Add support for INT64 and UINT64 types for signals and properties
37           (Nicolas Brugier)
38         * Exit with error when BOXED or FLAGS are used as arguments for a
39           signal, that doesn't work anyway
40         * Warn classwide members have destructors since those never get called
41           (we only make static classes so it doesn't make sense anyway)
42         * Fix --exit-on-warn
43         * Don't use deprecated glib functions (Kjartan, me)
44         * Fix compilation on IBMs C compiler (Albert Chin-A-Young)
45         * gob2.m4 fixes for new automake (Tomasz Kloczko)
46         * Couple of minor fixes
47         * Couple of fixes to the documentation
48
49 2.0.6:
50         * Allow compilation with newer flex (tested with both 2.5.4a and
51           2.5.31)
52         * Minor doc update
53         * Minor build fixes
54
55 2.0.5:
56         * Fix leak in signal emission
57
58 2.0.4:
59         * Fix two gtkdoc bugs
60         * Use G_UNLIKELY/G_LIKELY a bit if available
61
62 2.0.3:
63         * In C++ mode don't eat "::" from type strings as C++ might be
64           using it, and we aren't ever using such a thing
65         * Fix a segfaults in the parser (Jody Goldberg, Gerhard Dieringer, me)
66         * Fix unichar stuff for values (properties, signal arguments, etc...)
67         * Add support for UNICHAR and UINT64 and INT64 everywhere
68         * Don't make the get_type function a G_GNUC_CONST as gcc3.2 whacks
69           out about that
70
71 2.0.2:
72         * Properly link BOXED type
73         * unref/unrefwith works now since shtdown changed into dispose
74         * Update documentation
75         * man page escapes all ' chars (fix debian bug 155577)
76         * Further tests in test.gob
77
78 2.0.1:
79         * Fixed property types for all the types that require an extra
80           GObject type
81         * Fix object and boxed linking
82         * Fixed C++ mode for flags and enum linking
83         * Allow comments in property code
84
85 2.0.0:
86         * Update examples and documentation
87
88 1.99.3:
89         * Fix signal default value
90         * Special case the interface code to allow implementing
91           GTypePlugin and GtkEditable interfaces
92         * Fix export of accessors (Dennis Bjorklund)
93         * some compilation fixes
94
95 1.99.2:
96         * allow implementation (but not definition yet) of interfaces
97         * enum, flags and GError creation code
98         * BonoboObject stuff (Seth)
99         * build fixes (me, Seth)
100         * m4 preprocessing stuff (Josh Parsons)
101         * Code generation fixes (Josh Parsons, Bastien Nocera, me)
102         * New way of doing typesafe signal connections