Bug 562545 – Add function taking / returning GValue
[gnome.gobject-introspection] / NEWS
1 0.6.1 25-nov-2008
2     Bugs resolved:
3     - Bug 552371 - implement struct field get/set
4     - Bug 552568 - All the argv parameters in Gtk.gir map char*** to int8
5     - Bug 557468 - Support for GI_TYPELIB_PATH
6     - Bug 557788 - Return types for constructors in generated typelib bogus
7     - Bug 557898 - Fails to build on OSX 10.4
8     - Bug 558436 - avoid having scanner load app code
9     - Bug 558848 - girparser.py: shared-library should be optional
10     - Bug 558849 - girepository: extend X stubbing
11     - Bug 559601 - Pointers in structs/unions unduly treated as arrays
12     - Bug 559703 - Virtual functions miss throws attribute in .gir
13     - Bug 559706 - Interface prerequisites missing
14     - Bug 559736 - Show the right filename in error messages
15     - Bug 559737 - Deal with continuations in macros
16     - Bug 560241 - Out-arguments should not be marked as being pointers in a...
17     - Bug 560248 - "disguised structures"
18     - Bug 560250 - [PATCH] Fully parse included modules
19     - Bug 560251 - [PATCH] Split g_ir_ffi_get_ffi_type() out from ginvoke.c
20     - Bug 560252 - Compute field offsets before writing typelib
21     - Bug 560253 - [PATCH] Add struture and boxed types to Everything test m...
22     - Bug 560308 - g-ir-compiler goes in infinite loop on Gdk-2.0.gir
23     - Bug 560326 - Fails to build Gtk-2.0.typelib with "Unexpected non-point...
24     - Bug 560346 - Fix and install pkgconfig file
25     - Bug 560404 - Prefix types when resolving aliases in included modules
26     - Bug 560419 - Cache includes when parsing
27     - Bug 560474 - g-ir-compiler crashes when compiling the glib gir
28     - Bug 560708 - Don't treat arrays that have a length specified as zero-t...
29     - Bug 560825 - Add size and alignment to typelib
30     - Bug 561087 - Respect is_pointer in serialize_type()
31     - Bug 561135 - hashtable element-type annotations broken
32     - Bug 561137 - support multiple repos for GBaseInfo
33     - Bug 561296 - Add "storage type" to the typelib data for enums
34     - Bug 561568 - Add Gio Unix bits to the Gio.gir if available
35     - Bug 561570 - Add TestObj with static methods
36     - Bug 561617 - Return value array annotations
37     - Bug 562022 - gobject-introspection needs python headers
38     - Bug 562030 - gir repository fails to build DBus-1.0.typelib without db...
39     - Bug 562031 - gir repository fails to libxml2 typelib without libxml2 i... 
40     Contributors: Étienne Bersac, Johan Bilien, Jürg Billeter, Johan Dahlin,
41       Tommi Komulainen, Tom Parker, Lucas Rocha, Andreas Rottmann
42       Colin Walters, Dan Winship, Owen Taylor
43
44 0.6.0 31-oct-2008
45     Bugs resolved:
46     - Bug 551162 - giscanner does not recognize asm and __asm__
47     - Bug 551737 - Fix strip_namespace_func to only strip prefix...
48     - Bug 551744 - Non-GObject types aren't aggregating ctors and methods
49     - Bug 552065 - Add deprecation annotation
50     - Bug 552347 - Parse #defines constants
51     - Bug 552370 - add one more test for unsigned as a type, not as a type qualifier
52     - Bug 552370 - unsigned not scanned properly
53     - Bug 552374 - Const strings should be identified in the gir
54     - Bug 552380 - Array parameters should be marked in the gir
55     - Bug 552384 - Use SHLIB_SUFFIX intead of G_MODULE_SUFFIX for Darwin
56     - Bug 552390 - Handle capitialization like "DBus" more robustly
57     - Bug 552393 - Note variadic functions
58     - Bug 552566 - Add time_t type 
59     - Bug 552858 - versioning
60     - Bug 554490 - g-ir-scanner gets confused by '\\'
61     - Bug 554521 - scanner generates wrong names for enum members with...
62     - Bug 554576 - scan problem with ev_selection_render_selection()
63     - Bug 554632 - type tag for GType
64     - Bug 554854 - The --typelib-xml and --inject options should reuse giscanner ...
65     - Bug 555293 - append library_paths to LPATH env variable to workaround a...
66     - Bug 555294 - Add support for multiple shared libraries per typelib.
67     - Bug 555712 - Struct and union issues
68     - Bug 555946 - Install a test module exercising all types, transfer rules, etc
69     - Bug 556048 – Crash in g_irepository_find_by_gtype
70     - Bug 556174 – parse types for lists etc
71     - Bug 556185 - segfault on g_callable_info_get_return_type
72     - Bug 556323 – transfer-ownership is wrong for functions returning const char *
73     - Bug 556331 - clean up includes handling
74     - Bug 556358 - don't use libtool internals
75     - Bug 556400 – Fails to build on OS X 10.4
76     - Bug 556432 - transfer annotations and defaults
77     - Bug 556433 – assume direction = out for int * parameters
78     - Bug 556434 – unhandled interface/object/... member types
79     - Bug 556541 – access union members through UnionBlob rather than StructBlob
80     - Bug 556543 – reduce compiler warnings
81     - Bug 556579 - union and struct name misresolved
82     - Bug 556610 – giscanner/girparser.py drops parameter options
83     - Bug 556732 – generate gir files consistently
84     - Bug 556739 - transfer ownership
85     - Bug 556777 - validate properties
86     - Bug 556783 - change namespace handling to be more consistent
87     - Bug 556795 - char ** regression
88     - Bug 557076 - move typelibs to $libdir
89     - Bug 557092 – Callback annotations not used
90     - Bug 557241 – "throws" flag for functions
91     - Bug 557377 – Add test to ensure annotations survive the roundtrip via typelib
92     - Bug 557379 – g-ir-generate not writing the 'abstract' attribute
93     - Bug 557405 – Use 'allow-none' consistently
94     - Bug 557468 – Support for GI_TYPELIB_PATH
95     - Bug 557623 - Constructors shouldn't be flagged as methods
96     - Bug 557786 - support fixed size arrays
97     - Bug 557788 – Return types for constructors in generated typelib bogus
98     - Bug 557791 – g_irepository_require() could return a GTypelib *
99     - Bug 558062 – provide and use paths in the .pc file
100     - Bug 558065 – gitesttypes should be installed
101     - Bug 558068 – when invoking a method, offset the in arguments by one, not the out
102     - Bug 558109 – _g_typelib_init fails to find shared libraries
103     - Bug 558383 – builddir != srcdir build fails if giscanner python module not already installed
104     Contributors: Johan Bilien, Jürg Billeter, Johan Dahlin, John Ehresman,
105       Tommi Komulainen, Jani Monoses, Lucas Rocha, Andreas Rottmann
106       Colin Walters, Dan Winship, Owen Taylor
107
108 0.5.0 01-sep-2008
109     - First public release