-
Notifications
You must be signed in to change notification settings - Fork 16
/
NEWS
101 lines (66 loc) · 2.11 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
0.0.11.2 (2018-06-25)
~~~~~~~~~~~~~~~~~~~~~
0.0.11.1 (2016-02-07)
~~~~~~~~~~~~~~~~~~~~~
* Fix sdist (Sunil Mohan Adapa) [pr 30]
0.0.11 (2016-01-31)
~~~~~~~~~~~~~~~~~~~
* Various fixes..
* Oldest supported Ubuntu is now 14.04 (was 12.04)
0.0.10.1 (2015-04-07)
~~~~~~~~~~~~~~~~~~~~~
* fix tests
0.0.10 (2015-03-23)
~~~~~~~~~~~~~~~~~~~
* Fix lib filenames using OS X (Benjamin Henne) [pr 16]
* Reduce PyGObject overrides diff
* tools: new tdump tool to print the typelib content as json
* docs: GArray return, GList out args, Unichar fields, GError fields, GStrv
* docs: include signal owner type in signal signature
0.0.9 (2014-08-08)
~~~~~~~~~~~~~~~~~~
* Memory leak fixes (Petter Waller)
* Work around for broken Poppler.Page.get_text_layout (Petter Waller)
* Some small fixes/improvements
0.0.8 (2014-07-03)
~~~~~~~~~~~~~~~~~~
* Support for PyPy3
* Improved error messages (in generated code)
* Use namedtuple-like for multiple return values
(https://bugzilla.gnome.org/show_bug.cgi?id=727374)
* Remove Gst overrides to match PyGObject
* Some minor compatibility fixes, performance improvements
0.0.7 (2014-03-24)
~~~~~~~~~~~~~~~~~~
* Python 3 support
* Clutter overrides removed to match PyGObject
* Implement GObject.list_properties
* Multiple docstring fixes for pgi-docgen
* Expose callback types as dummy functions with docstrings
* Sync GLib overrides with PyGObject trunk
0.0.6.3 (2013-11-29)
~~~~~~~~~~~~~~~~~~~~
* Marshalling fixes: GList[int], gunichar, foreign structs, cairo.Surface,
* Match pygobject signatures for functions taking a callback
* Docstring improvements (needed for pgi-docgen)
0.0.6.2 (2013-11-16)
~~~~~~~~~~~~~~~~~~~~
* Various fixes for new cffi/pygobject releases
0.0.6.1 (2013-04-24)
~~~~~~~~~~~~~~~~~~~~
* Fix packaging
0.0.6 (2013-04-24)
~~~~~~~~~~~~~~~~~~
* Basic cairo support (using cairocffi)
* Faster object creation
* Basic argument marshaling with signals
* New API documentation: http://lazka.github.io/pgi-docs/
0.0.5 (2013-03-20)
~~~~~~~~~~~~~~~~~~
* Various fixes
0.0.4 (2013-02-04)
~~~~~~~~~~~~~~~~~~
* Various fixes
0.0.3 (2013-02-02)
~~~~~~~~~~~~~~~~~~
* Initial release