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