Branch and push for 2.0
[profile/ivi/pygobject2.git] / NEWS
1 2.28.6 11-Jun-1011
2         - closure: avoid double free crash (Ignacio Casal Quinteiro)
3         - [gi] backport of "GVariant has a GType" fe386a (John (J5) Palmieri)
4         - [gi] fixes to backport commit 6b5a65 - in older glib GVariants are still structs (John (J5) Palmieri)
5         - GVariantType is a boxed struct (Tomeu Vizoso)
6         - Use _gi.Struct to wrap fundamentals (Tomeu Vizoso)
7         - Added __eq__ method for Gdk.Color and Gdk.RGBA (Jason Siefken)
8         - Remove useless import (Ignacio Casal Quinteiro)
9         - Revert "[gi] Removed hack to avoid using GLib.Variant.new_variant." (Ignacio Casal Quinteiro)
10         - closure: Check the out arg is not null. Fixes bug #651812 (Ignacio Casal Quinteiro)
11         - Fix GC-related crash during PyGObject deallocation (Daniel Drake)
12         - Fix symbol names to be locale independent (Martin Pitt)
13         - Updated DOAP file (Sebastian Pölsterl)
14
15 2.28.4 18-Apr-2011
16         - Version bump to 2.24.4 (Sebastian Pölsterl)
17         - [gi] Don't create variant twice (Sebastian Pölsterl)
18         - pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase (Sebastian Pölsterl)
19         - [gi] Removed hack to avoid using GLib.Variant.new_variant. (Sebastian Pölsterl)
20         - [gi] Added additional test case for GVariant handling (Sebastian Pölsterl)
21         - [gi] Added support for GVariant arguments (Sebastian Pölsterl)
22         - Fix ABI break in old static bindings. (Steve Frécinaux)
23         - fetch size from an enum type (Mike Gorse)
24         - dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) (Dieter Verfaillie)
25
26 2.28.3 23-Mar-2011
27         - fix a typo when converting objects to strings gvalues (John (J5) Palmieri)
28
29 2.28.2 22-Mar-2011
30         - fix static ABI for setting string gvalues from python objects (John (J
31         - Fix GSchema tests for separate build tree (Martin Pitt)
32         - GIO tests: Fix remaining test case for separate build tree (Martin Pit
33         - GIO tests: Fix for separate build tree (Martin Pitt)
34
35 2.28.1 21-Mar-2011
36         - pygi-convert.sh remove gobject tests, GObject works now (John Stowers)
37         - pygi-convert.sh add GObject.xxx and webkit (John Stowers)
38         - [gi] marshal raw closures (John (J5) Palmieri)
39         - Revert "Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES" (Martin Pit
40         - setup.py: fix user_access_control option (Dieter Verfaillie)
41         - [gi-overrides] fix marshalling pygobjects in treemodels (John (J5) Pal
42         - [gi] Respect the MessageType for Gtk.MessageDialog (Martin Pitt)
43         - [gi] Do not require signature for D-BUS methods without arguments (Mar
44         - [gi-demos] add pickers demo (John (J5) Palmieri)
45         - [gi-demos] add menu demo (John (J5) Palmieri)
46         - [gi-overrides] TreeViewColumn.set_cell_data_func func_data can be None
47         - [gi-demos] dont try and run demos that represent directories (John Sto
48         - [gi-overrides] fix exception block so it works in Python 2.5 (John (J5
49
50 2.28.0 08-Mar-2011 (stable)
51         - [gi-demos] some python 3 compat fixes (John (J5) Palmieri)
52         - [gi-demos] catch the correct error class (John (J5) Palmieri)
53         - Try not to sink objects returned by C functions. (Steve Frécinaux)
54         - Do not leak python references when using the gobject.property() helper. (Steve Frécinaux)
55         - [gi] fix try except blocks so they work in Python 2.5 (John (J5) Palmieri)
56         - handle uchar as bytes, not strings in python 3 (John (J5) Palmieri)
57         - [gi-overrides] handle unichar gvalues when setting treemodels (John (J5) Palmieri)
58         - [gi-overrides] special case python 2 keywords that crept in (John (J5) Palmieri)
59         - check for the py3 _thread module in configure.ac if thread is not found (John (J5) Palmieri)
60         - [gi-demos] add iconview demo (John (J5) Palmieri)
61         - [gi] wrap the keyword argument in a dict so we don't break Python 2.5 (John (J5) Palmieri)
62         - [gi-demos] add the combobox with string ids section to the demos (John (J5) Palmieri)
63         - [gi-overrides] add an override for Gdk.RGBA (John (J5) Palmieri)
64         - [gi-demos] fix up search-entry to reflect annotations fixed in Gtk+ master (John (J5) Palmieri)
65         - [gi-demos] add search entry demo (John (J5) Palmieri)
66         - [gi] wrap map in a list for Python 3 compat (John (J5) Palmieri)
67         - [gi-demos] fix up the validation combobox (John (J5) Palmieri)
68         - add overridesdir variable in the .pc file for 3rd party overrides (John (J5) Palmieri)
69         - [gi] remove unref for closures since they are floating objects that get sunk (John (J5) Palmieri)
70         - setup.py: Set bdist_wininst user-access-control property (Dieter Verfaillie)
71         - Fix uninitialized variable in gi.require_version() (Martin Pitt)
72         - Run tests with LC_MESSAGES="C" (Martin Pitt)
73         - [gi-overrides] override Gtk.stock_lookup to not return success (John (J5) Palmieri)
74  
75 2.27.91 28-Feb-2011 (2.28 pre-release)
76         - [gi-tests] use Gdk.test_simulate_button instead of emitting event ourselves (John (J5) Palmieri)
77         - [gi-tests] tests for EventButton override. (Laszlo Pandy)
78         - Skip interfaces when checking for conflicts in the MRO (Tomeu Vizoso)
79         - [gi-overrides] Add event methods to all event union members (John (J5) Palmieri)
80         - [gi] check to see if object is a member of a union when validating paramaters (John (J5) Palmieri)
81         - [gi] Remove DyanmicModule.load() to _load() to prevent overriding GI attrs. (Laszlo Pandy)
82         - Test case with John's fix for crash with C arrays and a GError is set. (Laszlo Pandy)
83         - [gi-overrides] fix setting rows in treeview to accept None as a value (John (J5) Palmieri)
84         - [gi] Add value_name for enum and flags from introspection "c:identifier" (if attr is available). (Laszlo Pandy)
85         - Don't force loading of DynamicModule until set in sys.modules (Laszlo Pandy)
86         - Fix flags with multiple names for the same value. (Laszlo Pandy)
87         - [gi-demos] add liststore demo (John (J5) Palmieri)
88         - [gi-demos] run through the demos and remove the FIXMEs that have been fixed (John (J5) Palmieri)
89         - Load typelibs at import time, add gi.require_version() (Tomeu Vizoso)
90         - use GValue support to marshal GtkTreeModel values correctly (John (J5) Palmieri)
91         - [gi] pass raw GValues instead of trying to marshal them (John (J5) Palmieri)
92         - [gi-demos] add icon view edit and drag-and-drop demo (John (J5) Palmieri)
93         - [gi] Register GType for non-GType enums and flags at runtime. (Laszlo Pandy)
94         - [gi-demos] add info bars demo (John (J5) Palmieri)
95         - tests/runtests.py: Add missing "import sys" (Martin Pitt)
96         - [gi] Add Pythonic gdbus method invocation (Martin Pitt)
97         - Skip GError out parameters in Python closure. (Laszlo Pandy)
98         - [gi-demos] added rotate text demo (John (J5) Palmieri)
99         - [gi-demos] add images demo (John (J5) Palmieri)
100         - [gi-demos] add pixbuf demo (John (J5) Palmieri)
101         - [gi-demos] remove fixmes from print demo, fixed in pango (John (J5) Palmieri)
102         - [gi-demos] add printing demo (John (J5) Palmieri)
103         - [gi-overrides] add cursor overrides (John (J5) Palmieri)
104         - [gi-demos] add the links demo (John (J5) Palmieri)
105         - [gi-demos] add expander demo (John (J5) Palmieri)
106         - [gi-overrides] use pop instead of del and add extra tests for Gtk.Table kwargs (John (J5) Palmieri)
107         - [tests] Separate processes for GI and static binding tests. (Laszlo Pandy)
108         - [GI] Remove implicit loading of gi module preserve the code path for static bindings. (Laszlo Pandy)
109         - [gi-demos] add dialogs demo (John (J5) Palmieri)
110         - [gi-overrides] fix typo in GtkTable constructor (John (J5) Palmieri)
111         - [gi-demos] keep popup menu from destroying itself by holding a ref in app class (John (J5) Palmieri)
112         - [gi-overrides] add a Gtk.Menu override for the popup method (John (J5) Palmieri)
113         - [gi-demos] fix the about dialog in appwindow demo (John (J5) Palmieri)
114         - [gi-demos] fix clipboard demo so DnD works (John (J5) Palmieri)
115         - [gi-demos] fix clipboard demo to reflect new API (John (J5) Palmieri)
116         - [gi-demo] Fix color dialog demo to run with new draw, style and color apis (John (J5) Palmieri)
117         - [gi-demos] fix most of the combobox app (John (J5) Palmieri)
118         - Use PyGI type conversion (to fix foreign types) for signal callbacks. (Laszlo Pandy)
119         - [gi-demos] fix drawingarea app to use the new draw api (John (J5) Palmieri)
120         - [gi-overrides] for Gtk 3 alias Gdk.Rectangle to cairo.RectangleInt (John (J5) Palmieri)
121         - [gi-overrides] let user set the proper property names in Gtk.Table (John (J5) Palmieri)
122         - [gi-demos] get appwindow demo working again (John (J5) Palmieri)
123         - [gi-demos] fixed use of tree_iter_get (John (J5) Palmieri)
124
125 2.27.90 11-Feb-2011 (2.28 pre-release)
126         - fix build to correctly use python-config (John (J5) Palmieri)
127         - Run gio tests separately when enabled (Martin Pitt)
128         - Revert "Remove gio static bindings" (Martin Pitt)
129         - Decrease the refcount for GInitiallyUnowned constructors. (Steve Frécinaux)
130         - Ensure the sink functions are only ran once. (Steve Frécinaux)
131         - Revert "Fix wrong refcount when calling introspected widget constructors" (Steve Frécinaux)
132         - Revert "Fix reference leaks for GInitiallyUnowned objects" (Steve Frécinaux)
133         - Run test suite under dbus-launch (Martin Pitt)
134         - Fix test_gdbus.py to be Python3 friendly (Martin Pitt)
135         - [gi] Provide comfortable GSettings API (Martin Pitt)
136         - Fix vfunc search bug when using GInterfaces and a do_* method. (Laszlo Pandy)
137         - [GI] Add tests for Gtk.Widget.drag_* methods. (Laszlo Pandy)
138         - [python 3] use the right syntaxis to raise exceptions (Ignacio Casal Quinteiro)
139         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_init (Ignacio Casal Quinteiro)
140         - [gi] return PYGLIB_MODULE_ERROR_RETURN on error (Ignacio Casal Quinteiro)
141         - Fix wrong refcount when calling introspected widget constructors (Steve Frécinaux)
142         - Gdk.Window: Map the standard constructor to the *new* constructor (Simon Schampijer)
143         - Ship tests/org.gnome.test.gschema.xml in dist tarballs (Martin Pitt)
144         - [gi] Add GSettings tests (Martin Pitt)
145         - [gi] Provide GtkTextBuffer.insert_with_tags_by_name() (Martin Pitt)
146         - [gi] Support tag names in GtkTextBuffer.insert_with_tags() (Martin Pitt)
147         - Add MAINTAINERCLEANFILES (Ignacio Casal Quinteiro)
148         - Remove .gitignore files and use git.mk (Ignacio Casal Quinteiro)
149         - pygi-convert.sh: Convert Pango.TabAlign.* (Martin Pitt)
150         - pygi-convert.sh: Drop window -> get_window() conversion (Martin Pitt)
151         - pygi-convert.sh: Don't convert self.window assignments (Martin Pitt)
152         - Fix leaked python reference in python-defined subclasses (Steve Frécinaux)
153         - Add some tests for the number of python refs held at creation time (Steve Frécinaux)
154         - Factor out parameter marshalling from construction functions. (Steve Frécinaux)
155         - [gi] in python 3 an array of uint8 can be bytes but not string (John (J5) Palmieri)
156         - [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocol (John (J5) Palmieri)
157         - [gi] python 3 fixes (John (J5) Palmieri)
158         - [gi] fix try/except blocks using depricated raise format (John (J5) Palmieri)
159         - [gi] Add docstring to GLib.Variant constructor (Martin Pitt)
160         - [gi] update gdbus test cases for previous GVariant change (Martin Pitt)
161         - [gi] Accept only a single object in GLib.Variant constructor (Martin Pitt)
162         - Speed up _setup_native_vfuncs() (Laszlo Pandy)
163         - Speed up class creation: rewrite _setup_vfuncs() to be much more efficient. (Laszlo Pandy)
164         - pygi-convert.sh: Convert gtk.UI_MANAGER_* (Sebastian Pölsterl)
165         - pygi-convert.sh: Convert gdk.GRAB_* (Sebastian Pölsterl)
166         - [gi] set the gtype GValue correctly (Ignacio Casal Quinteiro)
167         - [gi] use the right argument type for callback (Ignacio Casal Quinteiro)
168         - [gi] Add test cases for GDBus client operations (Martin Pitt)
169         - [gi] Add Variant construction/unpack support for boxed Variants (Martin Pitt)
170         - Merge branch 'windows-setup-fixes' (Dieter Verfaillie)
171         - pygi-convert.sh: GdkPixbuf methods (Thomas Hindoe Paaboel Andersen)
172         - pygi-convert.sh: Gdk.COLORSPACE_RGB (Thomas Hindoe Paaboel Andersen)
173         - [gi] Support nested objects and empty sequences in GLib.Variant building (Martin Pitt)
174         - Uncomment test_gi.TestInterfaceClash (Tomeu Vizoso)
175         - Fix reference leaks for GInitiallyUnowned objects (Steve Frécinaux)
176         - Add tests for refcount of a GObject owned by a library (Steve Frécinaux)
177         - Add a test to check for regular object reference count (Steve Frécinaux)
178         - [gi] Update TreeView.enable_model_drag_{source,dest} to current GTK (Martin Pitt)
179         - Fix a typo in a private symbol name. (Steve Frécinaux)
180         - pygi-convert.sh: Convert glib.source_remove() (Martin Pitt)
181         - Fix typo in previous commit to actually convert glib.GError (Martin Pitt)
182         - pygi-convert.sh: Move some glib bits which are better handled by gobject (Martin Pitt)
183         - Modify override for Gtk.Adjustment to allow position or keyword arguments in __init__(). (Laszlo Pandy)
184         - [gi] Fix small typo in previous commit (Martin Pitt)
185         - [gi] Add pythonic iterator and indexing for string GVariants (Martin Pitt)
186         - Construct structs using default API constructor (Tomeu Vizoso)
187         - pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor names (Martin Pitt)
188         - pygi-convert.sh: Handle .window attributes (Martin Pitt)
189         - Also deal with foreign boxed structs (Tomeu Vizoso)
190         - [gi] Convert GErrors to GObject.GError exceptions, and throw them upon returning from calling the C function. (Laszlo Pandy)
191         - pygi-convert.sh: Don't convert glib -> GLib for now (Martin Pitt)
192         - Link libregress.so to GIO_LIBS again (Tomeu Vizoso)
193         - Fix attributes 2BUTTON_PRESS and 3BUTTON_PRESS of Gdk.EventType. (Laszlo Pandy)
194         - [gi] Fixed typo in exception (Sebastian Pölsterl)
195         - [gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESS (Sebastian Pölsterl)
196         - Revert "Fix Pango FontDescription override" (Martin Pitt)
197         - Python iterator interface support for GFileEnumerator. (Tony Young)
198         - Remove gio static bindings (Tomeu Vizoso)
199         - [gi] set length when marshalling guint8 erases (Ignacio Casal Quinteiro)
200         - Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf (Sebastian Pölsterl)
201         - Disable calls to PyGILState_* when threads are disabled (Arnaud Charlet)
202         - pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should be ported properly (Martin Pitt)
203         - pygi-convert.sh: Fix match for adding missing imports (Martin Pitt)
204         - pygi-convert.sh: Fix Gtk.Label handling to be idempotent (Martin Pitt)
205         - Remove trailing whitespace from gi/overrides/Gtk.py (Laszlo Pandy)
206         - Fix Pango FontDescription override (Martin Pitt)
207         - tests: Respect existing $GI_TYPELIB_PATH (Martin Pitt)
208         - Merge branch 'value' (Sebastian Pölsterl)
209         - GTK overrides: Do type conversion to column types of ListStore and TreeStore in set_value (Sebastian Pölsterl)
210         - Always register a new GType when a GObject class is subclassed (Steve Frécinaux)
211         - Raise required versions of GLib and GObject-Introspection (Simon van der Linden)
212         - pygi-convert.sh: Handle keysyms (Martin Pitt)
213         - GLib overrides: Add test case for array variant building (Martin Pitt)
214         - Remove cairo.RectangleInt from the foreign module (Tomeu Vizoso)
215         - Dont try to guess the transfer if its a boxed (Tomeu Vizoso)
216         - The tags can be Empty not None. (Ignacio Casal Quinteiro)
217         - Add Pythonic iterators and indexing to GVariant (Martin Pitt)
218         - Add GLib.Variant.unpack() (Martin Pitt)
219         - Add override for gtk_text_buffer_insert_with_tags (Ignacio Casal Quinteiro)
220         - Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES (Simon van der Linden)
221         - Kill JD_CHECK_PYTHON_HEADERS (Simon van der Linden)
222         - Revert "Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk" (Sebastian Pölsterl)
223         - Revert "Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk" (Sebastian Pölsterl)
224         - Revert "Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk" (Sebastian Pölsterl)
225         - pygi-convert.sh: Handle gtk.combo_box_new_text() (Martin Pitt)
226         - Override TreeSortable.set_sort_func and set_default_sort_func to add default values to be pygtk compliant (Sebastian Pölsterl)
227         - Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk (Sebastian Pölsterl)
228         - Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk (Sebastian Pölsterl)
229         - Override Gtk.Paned pack1 and pack2 to add default values to be compliant with pygtk (Sebastian Pölsterl)
230         - Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk (Sebastian Pölsterl)
231         - Handle GObject subclasses in the property helper. (Steve Frécinaux)
232         - Fix handling of unicode for GtkTreeModels (Martin Pitt)
233         - In IntrospectionModule and DynamicModule classes, make all instance attributes start with an underscore. (Laszlo Pandy)
234         - Amend previous enum wrapping commit to remove redundant setting of __info__ attribute. (Laszlo Pandy)
235         - pygi-convert.sh: Handle GdkPixbuf.InterpType (Martin Pitt)
236         - Fix wrapping of enums: Create new Python type for each non-gtype enum. (Laszlo Pandy)
237         - Use g_vfunc_info_invoke for chaining up in vfuncs (Tomeu Vizoso)
238         - Move pyglib_{main_context, option_context, option_group}_new into _PyGLib_API (Simon van der Linden)
239         - pygi-convert.sh: Handle Gdk.DragAction (Martin Pitt)
240         - pygi-convert.sh: Generalize Gtk.Settings migration (Martin Pitt)
241         - pygi-convert.sh: Don't change the name of "glib" submodules (Martin Pitt)
242         - Plug another memory leak (Paolo Borelli)
243         - Plug a small memory leak. (Paolo Borelli)
244         - Override Table.attach() to behave like pygtk (Paolo Borelli)
245         - pygi-convert.sh: Convert Pango.WrapMode (Martin Pitt)
246         - pygi-convert.sh: Don't change the name of "gtk" submodules (Martin Pitt)
247         - Fix the __dir__() methods on DynamicModule and IntrospectionModule (Laszlo Pandy)
248         - pygi-convert.sh: handle ReliefStyle (Paolo Borelli)
249         - setup.py: fix the provides keyword argument (Dieter Verfaillie)
250         - setup.py: use the same spaces-less format for all setup() parameters (Dieter Verfaillie)
251         - Add a __repr__() method to DynamicModule. (Laszlo Pandy)
252         - Go back to using getattr() in DynamicModule.__getattr__ (Tomeu Vizoso)
253         - Change __dir__() to report all the attributes that __getattr__ supports (Laszlo Pandy)
254         - Bump the minimum gio dependency (Emilio Pozuelo Monfort)
255         - Add test for incorrect attributes in Gdk.Event (Tomeu Vizoso)
256         - Don't call getattr again in gi.overrides.Gdk.Event.__getattr__ (Simon van der Linden)
257         - Release allocated array of arguments when handling closures (Mike Gorse)
258         - Release GIValueInfo when checking an enum argument (Mike Gorse)
259         - Respect different type lengths when assigning out-argument pointers. (Eitan Isaacson)
260         - Fix stupid name clash (Tomeu Vizoso)
261         - Add /usr/share to XDG_DATA_DIRS when running the tests (Tomeu Vizoso)
262         - Comment out tests that require SRV lookups (Tomeu Vizoso)
263         - Use suppresion file when running valgrind (Tomeu Vizoso)
264         - Fix warnings. (Ignacio Casal Quinteiro)
265         - Allow comparing Gtk.TreePath to None (Jesse van den Kieboom)
266         - handle unicode objects in properties (John (J5) Palmieri)
267         - dsextras.py: check if gcc is there when platform is win32 and compiler is mingw32 (Dieter Verfaillie)
268         - dsextras.py: be consistent in how distutils imports are done (Dieter Verfaillie)
269         - dsextras.py: add have_gcc() function (Dieter Verfaillie)
270         - dsextras.py: use distutils.spawn.find_executable for have_pkgconfig() (Dieter Verfaillie)
271         - setup.py: fix another case of use True/False instead of 1/0 (Dieter Verfaillie)
272         - pygi-convert.sh: improve GtkSourceView conversion (Paolo Borelli)
273         - pygi-convert.sh: Gtk.DialogFlags conversion (Paolo Borelli)
274         -       Doc Extractor: Print the gtk-doc blocks sorted by function name. (José Alburquerque)
275         - pygi-convert.sh: add more Gtk conversions and sort (Paolo Borelli)
276         - pygi-convert.sh: convert Atk (Paolo Borelli)
277         - pygi-convert.sh: convert a few more Gio types (Paolo Borelli)
278         - pygi-convert.sh: more GLib conversion (Paolo Borelli)
279         - pygi-convert.sh: remove two cases handled by overrides (Paolo Borelli)
280         - Override Gtk.ScrolledWindow constructor (Paolo Borelli)
281         - pygi-convert.sh: Fix 'find' syntax (Paolo Borelli)
282         - pygi-convert.sh: start handling Gio and GLib (Paolo Borelli)
283         - pygi-convert.sh: convert Gdk.ScrollDirection. (Paolo Borelli)
284         - Override Pango.Layout constructor. (Paolo Borelli)
285         - Remove Pango.FontDescription() conversion. (Paolo Borelli)
286         - Override GtkAction and GtkRadioAction constructors. (Paolo Borelli)
287         - Override Adjustment constructor to behave like pygtk (Dmitrijs Ledkovs)
288         - add secondary_text apis to MessageDialog (John (J5) Palmieri)
289         - [gi] get rid of some debug prints and fix error messages (John (J5) Palmieri)
290         - Fix demo for override changes. (Paolo Borelli)
291         - Override Pango.FontDescription. (Paolo Borelli)
292         - Stop checking that all vfuncs are implemented (Tomeu Vizoso)
293         - Fix usage of TreeIter api that is now an override. (Paolo Borelli)
294         - Fix Gtk.Label(label="Foo") (Paolo Borelli)
295         - Fix typo when raising an exception (Paolo Borelli)
296         - pygi-convert.sh: Added more conversions (Sebastian Pölsterl)
297         - Override LinkButton constructor to make 'uri' mandatory (Paolo Borelli)
298         - Container should be iterable. (Dmitry Morozov)
299         - No need to import Gdk (Paolo Borelli)
300         - Remove semicolumns (Paolo Borelli)
301         - [gi] make sure Gtk.Button override passes all keywords to parent constructor (John (J5) Palmieri)
302         - Fix cut&paste error in the Label override (Paolo Borelli)
303         - pygi-convert.sh: handle TextWindowType (Paolo Borelli)
304         - Override Label constructor to behave like pygtk (Paolo Borelli)
305         - Override GtkTable constructor to behave like pygtk (Paolo Borelli)
306         - pygi-convert.sh: convert MovementStep (Paolo Borelli)
307         - Update Gdk overrides to work with latest Gtk+ 3 (Paolo Borelli)
308         - Gtk: add an override for Gtk.main_quit (Johan Dahlin)
309         - [gi] handle subtypes when inserting into tree models (John (J5) Palmieri)
310         - Override TreeSelection.select_path and TreeView.scroll_to_cell (Paolo Borelli)
311         - Override TreePath.__new__ (Paolo Borelli)
312         - Override Container to behave like a sequence (Paolo Borelli)
313         - refactor Jonathan Matthew recurse vfunc patch so it applys and clean up a bit (John (J5) Palmieri)
314         - Recurse up through base classes when setting up vfuncs (Jonathan Matthew)
315         - add a profiling torture test for when we fix up invoke (John (J5) Palmieri)
316         - moved dynamic and base modules outside of gtk-2.0 directory (John (J5) Palmieri)
317         - add test for inout argument count (John (J5) Palmieri)
318         - [gi] add check for UNICHAR (John (J5) Palmieri)
319         - Support gunichar (Paolo Borelli)
320         - pygi-convert.sh: gtk.accel_map -> Gtk.AccelMap._ (Paolo Borelli)
321         - pygi-convert.sh: handle "from gtk import gdk" (Paolo Borelli)
322         - pygi-convert.sh: add some Pango special cases (Paolo Borelli)
323         - Override TextIter (begins|ends|toggles)_tag() (Paolo Borelli)
324         - Override TextBuffer.set_text() to make length optional (Paolo Borelli)
325         - Override TextBuffer.create_mark() (Paolo Borelli)
326         - Fix TextBuffer.get_selection_bounds() override (Paolo Borelli)
327         - [gi] fix ActionGroup constructor to allow other keyword properties to be set (John (J5) Palmieri)
328         - [gi] require the name parameter when creatin a Gtk.ActionGroup (John (J5) Palmieri)
329         - Override UIManager.insert_action_group (Paolo Borelli)
330         - Override TreeModel.get() to return a tuple (Paolo Borelli)
331         - Make TreeSelection.get_selected_rows compatible with PyGtk (Paolo Borelli)
332         - [gi] switch to using sequences/tuples when marshalling cairo_rectangle_int_t (John (J5) Palmieri)
333         - [gi] overrides for treeview Drag and Drop (John (J5) Palmieri)
334         - [gi] when encountering guint8 arrays treat them as byte arrays (John (J5) Palmieri)
335         - pygi-convert.sh: Add pynotify -> Notify (Martin Pitt)
336         - pygi-convert.sh: Remove sugar specifics, and allow command line file list (Martin Pitt)
337         - pygi-convert.sh: Cover Message and Buttons types (Martin Pitt)
338         - [gi] fix actiongroup test since actions are hashed (John (J5) Palmieri)
339         - [gi] when converting to UTF-8 accept Python Unicode objects as input (Python 2) (John (J5) Palmieri)
340         - Correct a bug in the freeing of memory in pygi-invoke.c. (Damien Caliste)
341         - update news for release (John (J5) Palmieri)
342         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
343         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
344         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
345         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
346         - [gi] handle virtual invokers (John (J5) Palmieri)
347         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
348         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
349         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
350         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
351         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
352         - fix inheritence issues in overrides (John (J5) Palmieri)
353         - tests: add runtests-windows.py script (Dieter Verfaillie)
354         - pygobject_postinstall.py: remove pygobject-2.0.pc treatment from postinstall as pkg-config on windows figures out the correct prefix at runtime (Dieter Verfaillie)
355         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
356         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
357         - setup.py: build and install tests (Dieter Verfaillie)
358         - setup.py: install documentation when available on build system (Dieter Verfaillie)
359         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
360         - setup.py: install fixxref.py script (Dieter Verfaillie)
361         - setup.py: rearrange constants (Dieter Verfaillie)
362         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
363         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
364         - setup.py: rearrange imports (Dieter Verfaillie)
365         - README.win32: update build instructions (Dieter Verfaillie)
366         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
367         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
368         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
369         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
370         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
371         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
372         - dsextras.py: rearrange imports (Dieter Verfaillie)
373         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
374         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
375         - [gi] dir() now works for modules (Deepankar Sharma)
376         - Don't check the inner type when comparing gpointers (Simón Pena)
377         - Release GIL when calling into C functions (John (J5) Palmieri)
378         - _gi.Repository : Implement missing info bindings. (José Aliste)
379         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
380         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
381         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
382         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
383         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
384         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
385         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
386         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
387         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
388         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
389         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
390         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
391         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
392         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
393         - Shortcut removal is not needed on post-uninstall (John Stowers)
394         - Disable shortcut creation in windows installer (John Stowers)
395         - overrides for all subclasses of dialog (John (J5) Palmieri)
396         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
397         - Correctly build GIO on windows (John Stowers)
398         - Require Python >= 2.6.0 for Windows build (John Stowers)
399         - Fix depreciation warning in dsextras.py (John Stowers)
400         - Fix build on windows (John Stowers)
401         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
402         - Remove obsolete comments in dsextras.py (John Stowers)
403         - Broken dsextras.py pkg-config check error message (John Stowers)
404         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
405         - Add __path__ attributes. (Damien Caliste)
406         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
407         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
408         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
409         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
410         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
411         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
412         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
413
414 2.27.0 10-Nov-2010
415         - Implement richcompare for GIBaseInfo (Jonathan Matthew)
416         - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
417         - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
418         - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
419         - [gi] handle virtual invokers (John (J5) Palmieri)
420         - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
421         - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
422         - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
423         - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
424         - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
425         - fix inheritence issues in overrides (John (J5) Palmieri)
426         - tests: add runtests-windows.py script (Dieter Verfaillie)
427         - pygobject_postinstall.py: remove pygobject-2.0.pc treatment from postinstall as pkg-config on windows figures out the correct prefix at runtime (Dieter Verfaillie)
428         - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
429         - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
430         - setup.py: build and install tests (Dieter Verfaillie)
431         - setup.py: install documentation when available on build system (Dieter Verfaillie)
432         - setup.py: install pygobject-codegen script (Dieter Verfaillie)
433         - setup.py: install fixxref.py script (Dieter Verfaillie)
434         - setup.py: rearrange constants (Dieter Verfaillie)
435         - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
436         - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
437         - setup.py: rearrange imports (Dieter Verfaillie)
438         - README.win32: update build instructions (Dieter Verfaillie)
439         - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
440         - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
441         - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
442         - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
443         - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
444         - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
445         - dsextras.py: rearrange imports (Dieter Verfaillie)
446         - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
447         - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
448         - [gi] dir() now works for modules (Deepankar Sharma)
449         - Don't check the inner type when comparing gpointers (Simón Pena)
450         - Release GIL when calling into C functions (John (J5) Palmieri)
451         - _gi.Repository : Implement missing info bindings. (José Aliste)
452         - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
453         - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
454         - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian Pölsterl)
455         - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian Pölsterl)
456         - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian Pölsterl)
457         - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian Pölsterl)
458         - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian Pölsterl)
459         - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian Pölsterl)
460         - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian Pölsterl)
461         - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
462         - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian Pölsterl)
463         - Override Gtk.Container.get_focus_chain to not return success value (Sebastian Pölsterl)
464         - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian Pölsterl)
465         - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
466         - Shortcut removal is not needed on post-uninstall (John Stowers)
467         - Disable shortcut creation in windows installer (John Stowers)
468         - overrides for all subclasses of dialog (John (J5) Palmieri)
469         - Make TreeModel behave like in GTK-2.x (Sebastian Pölsterl)
470         - Correctly build GIO on windows (John Stowers)
471         - Require Python >= 2.6.0 for Windows build (John Stowers)
472         - Fix depreciation warning in dsextras.py (John Stowers)
473         - Fix build on windows (John Stowers)
474         - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
475         - Remove obsolete comments in dsextras.py (John Stowers)
476         - Broken dsextras.py pkg-config check error message (John Stowers)
477         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
478         - Add __path__ attributes. (Damien Caliste)
479         - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian Pölsterl)
480         - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
481         - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
482         - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
483         - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
484         - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
485         - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
486
487 2.26.0 24-Sep-2010
488         - Wrap g_get_system_{config,data}_dirs () (John Strowers)
489         - fixed make check and make dist (John (J5) Palmieri)
490         - Disable GI tests when introspection disabled (John Stowers)
491         - Wrap g_uri_list_extract_uris. Fixes bug #584431 (Tomeu Vizoso)
492         - Fix a few uses of TRUE and FALSE in the docs (Paul Bolle)
493         - pygi: always free the invocation_state struct (Damien Caliste)
494         - Start implementing something equivalent to g_variant_new (Tomeu Vizoso)
495         - fixed typo - missing comma in glib.option module (John (J5) Palmieri)
496         - add checks so we can compile under python 3 by setting PYTHON=python3 (John (J5) Palmieri)
497         - Rename static methods as functions (Tomeu Vizoso)
498         - fix a couple of compiler warnings (John (J5) Palmieri)
499         - remove unused code (John (J5) Palmieri)
500         - Check the type of the instance object (John (J5) Palmieri)
501         - include the correct pycairo version (John (J5) Palmieri)
502         - Use PyMapping_Keys to determine if an object is a dict (py3k fix) (John (J5) Palmieri)
503         - fix handling of UINT64 and INT64 arguments in py3k (John (J5) Palmieri)
504         - properly handle ulongs properties in py3k (John (J5) Palmieri)
505         - Specify encoding of tests/test_gi.py (Tomeu Vizoso)
506         - use actual unicode in the tests on py3k, not the byte representation (John (J5) Palmieri)
507         - s/METH_KEYWORDS/METH_VARARGS|METH_KEYWORDS/ when defining object methods (John (J5) Palmieri)
508         - fix subclassing PyLong by calling __new__ correctly (John (J5) Palmieri)
509         - minor py3k fixups for python modules (John (J5) Palmieri)
510         - minor fixes in tests for py3k compat (John (J5) Palmieri)
511         - compilation: Fix syntax error (Colin Walters)
512         - Add missing file (Tomeu Vizoso)
513         - Add override for GLib.Variant.new_tuple (Tomeu Vizoso)
514         - fix for changes in the gi test libraries (John (J5) Palmieri)
515         - Gtk.DialogFlags.NO_SEPARATOR has been removed in Gtk 3.0 (John (J5) Palmieri)
516         - no need to offset arg positions when is_method is true (John (J5) Palmieri)
517         - gi: Add support for more property types (Tomeu Vizoso)
518         - use PyObject_SetAttrString, not PyDict_SetItemString when setting __gtype__ (John (J5) Palmieri)
519         - Rename GArgument to GIArgument (Tomeu Vizoso)
520         - fix up tests so they run in py3k (John (J5) Palmieri)
521         - tests: Port to new introspection tests (Colin Walters)
522         - we need to specify tp_hash since we overide tp_richcompare (John (J5) Palmieri)
523         - working enum/flags/pid subclasses of long (John Ehresman)
524         - make vfuncs work in py3k (John (J5) Palmieri)
525         - make cairo module compile in py3k (John (J5) Palmieri)
526         - fix exceptions so they work in python 3.x (John (J5) Palmieri)
527         - make the gi module compile under 3.x (John (J5) Palmieri)
528         - fix up testshelper module so it compiles in python 3.x (John (J5) Palmieri)
529         - convert to using PYGLIB_DEFINE_TYPE for module objects (John (J5) Palmieri)
530         - some more p3k PyString and PyInt eradication in GI (John (J5) Palmieri)
531         - pyglib: Fix typo (Leo Singer) (Tomeu Vizoso)
532         - Add defines for size_t and ssize_t conversion functions (Gustavo Noronha Silva)
533         - pyglib: Fix a compiler warning (Colin Walters)
534         - Don't force gtk 2.0 (Tomeu Vizoso)
535         - Fix some ref leaks in hook_up_vfunc_implementation() (Steve Frécinaux)
536         - handle strings correctly in gio (John (J5) Palmieri)
537         - make giomodule compile under py3k (John (J5) Palmieri)
538         - for py3k we need to do some more processing to get bytes from a unicode string (John (J5) Palmieri)
539         - use Bytes instead of Unicode when reading io (John (J5) Palmieri)
540         - prefix compat macros with PYGLIB (John (J5) Palmieri)
541         - Gtk.Button unit tests (John (J5) Palmieri)
542         - [Gtk] Add overrides for Button (Johan Dahlin)
543         - Make Cairo an optional dependency (Simon van der Linden)
544         - Don't import again PyGObject (John Ralls) (Tomeu Vizoso)
545         - move to using richcompare slot instead of compare (John (J5) Palmieri)
546         - Replace autogen.sh by a newer version (Simon van der Linden)
547         - Fix some warnings (Simon van der Linden)
548         - Fix caller-allocates emergency free. (Simon van der Linden)
549         - Remove useless checks. (Simon van der Linden)
550         - Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendly (Tomeu Vizoso)
551         - Fix some warnings. (Ignacio Casal Quinteiro)
552         - Add myself as a maintainer (Simon van der Linden)
553         - Properly allocate boxed structs that are (caller-allocates) (Tomeu Vizoso)
554         - override gdk.Event to return attribute from the proper event object (Toms Baugis)
555         - check if z# needs an int or Py_ssize_t (John (J5) Palmieri)
556         - make sure we parse parameters to python object vars not glib vars (John (J5) Palmieri)
557         - Make an example and a demo work out of the box (Paul Bolle)
558         - make sure caller allocated structs are freed when they go out of scope (John (J5) Palmieri)
559         - Revert "override gdk.Event to return attribute from the proper event object." (Tomeu Vizoso)
560         - PyGI: properly quit cairo-demo (Paul Bolle)
561         - override gdk.Event to return attribute from the proper event object. (Toms Baugis)
562         - Clean and improve the test infrastructure (Simon van der Linden)
563         - Add some more transformations to pygi-convert.sh (Tomeu Vizoso)
564         - Adapt to API changes: g_irepository_enumerate_versions (Tomeu Vizoso)
565         - Add GValue<->GArgument marshalling for some more types (Tomeu Vizoso)
566         - Chain up with the non-introspection implementation for properties if needed (Tomeu Vizoso)
567         - Improve error reporting for missing attributes in introspection modules (Tomeu Vizoso)
568         - Implement getting and setting properties using introspection information. (Tomeu Vizoso)
569         - Readd Gdk.Rectangle override for Gtk-2.0 (Tomeu Vizoso)
570         - Allow specifying a version when loading a typelib (Tomeu Vizoso)
571         - treat GFreeFunc as equivalent to GDestroyNotify when scanning callbacks (Jonathan Matthew)
572         - Don't use == to compare doubles, use <= and =>. (Simon van der Linden)
573         - Allow passing ints as enum args (Tomeu Vizoso)
574         - Make error message less ambiguous (Tomeu Vizoso)
575         - fix passing in type names as a GType and add gtype unit tests (John (J5) Palmieri)
576         - Increase a bit verbosity of tests so people know which test failed (Tomeu Vizoso)
577         - Actually add the files for GVariant foreign structs (Tomeu Vizoso)
578         - Add foreign struct support for GVariant (Tomeu Vizoso)
579
580 2.21.5 12-Jul-2010
581         - Shut up some compiler warnings (Florian Müllner)
582         - Adjust to API break in GObject-Introspection (Florian Müllner)
583         - pass in the demo app so demos can use utility methods like requesting file paths (John (J5) Palmieri)
584         - demo fixes to keep up with Gtk+ (John (J5) Palmieri)
585         - override test fixes for new GTK+ annotations (John (J5) Palmieri)
586         - Fix warning. (Ignacio Casal Quinteiro)
587         - fix up treeiter usage due to caller-allocates annotations in gtk+ (John (J5) Palmieri)
588         - add entry completion demo (John (J5) Palmieri)
589         - string changes (John (J5) Palmieri)
590         - add the Entry demo directory and the entry_buffer demo (John (J5) Palmieri)
591         - fix loading of demo modules to support sub modules (John (J5) Palmieri)
592         - add the ability to have demos in sub catagories (John (J5) Palmieri)
593         - Add  __name__ to DynamicModule class. (Jose Aliste)
594         - Do not override GdkRectangle. (Ignacio Casal Quinteiro)
595         - Add override for TreeModel implementing __len__() (Philip Withnall)
596
597 2.21.4 29-Jun-2010
598         - Build the cairo shim as a python module so the _gi module stops linking to it (Tomeu Vizoso)
599         - add drawing area demo (John (J5) Palmieri)
600         - sort the demo list (John (J5) Palmieri)
601         - rename iter to treeiter so we aren't using a python reserved word (John (J5) Palmieri)
602         - Fixup for change in buffer API (John (J5) Palmieri)
603         - add ListStore, TreeStore and TreeViewColumn APIs (John (J5) Palmieri)
604         - Add unit test for add_actions user data. (Ignacio Casal Quinteiro)
605         - Pass user_data param when adding actions (Paolo Borelli)
606         - add an exception type to the try/except block (John (J5) Palmieri)
607         - return PyList instead of PyTuple for array, return empty list for NULL arrays (John (J5) Palmieri)
608         - Fix 'make distcheck' (Tomeu Vizoso)
609         - Allow building pygobject without introspection support by providing --disable-introspection to configure. (Tomeu Vizoso)
610         - Make sure that sys.argv is a list and not a sequence. (Tomeu Vizoso)
611         - Force loading the GObject typelib so we have available the wrappers for base classes such as GInitiallyUnowned. (Tomeu Vizoso)
612         - we shouldn't g_array_free NULL pointers (John (J5) Palmieri)
613         - remove unneeded TextIter creation in the tests (John (J5) Palmieri)
614         - add override for TextBuffer (John (J5) Palmieri)
615         - fix up some build issues (John (J5) Palmieri)
616         - make the overrides file git friendly by appending to __all__ after each override (John (J5) Palmieri)
617         - Override Dialog constructor and add_buttons method (Paolo Borelli)
618         - Merge PyGI (Johan Dahlin)
619
620 2.21.3 21-Jun-2010
621         - Proper handling of null-ok in virtual methods (Ludovic L'Hours)
622         - Fall back to use the floating references API in glib if there isn't a sinkfunc defined. (Tomeu Vizoso)
623         - Revert "Drop sinkfuncs." (Tomeu Vizoso)
624         - [giounix] Make it possible to compile on glib 2.20 (Johan Dahlin)
625         - Release the lock when potentially invoking Python code. (Sjoerd Simons)
626
627 2.21.2 10-Jun-2010
628         - Drop sinkfuncs. (Tomeu Vizoso)
629         - Clear error if we failed the import (Colin Walters)
630         - Added missing , to keyword list of gio.GFile.set_attribute (John Ehresman)
631         - Fix arg conversion in gio.GFile.set_attribute (John Ehresman)
632         - Set constants under python 2.5 or before (John Ehresman)
633         - Doc Extractor: Use replacements that make sense for &...; expressions. (José Alburquerque)
634         - Add build docs for windows (John Stowers)
635         - Setup.py cosmetic tidy (John Stowers)
636         - Fix crash when importing gio (John Stowers)
637         - Bug 589671 - Dont use generate-constants (John Stowers)
638         - Bug 589671 - Fix setup.py for windows build (John Stowers)
639         - Include pygsource.h (John Stowers)
640         - codegen/docextract_to_xml.py: One more &...; replacement (&nbsp;). (José Alburquerque)
641         - codegen/docextract_to_xml.py: Replace some &..; that cause errors. (José Alburquerque)
642         - codegen/docextract_to_xml.py: Handle C++ multi-line comments. (José Alburquerque)
643         - codegen/docextract.py: Stop final section processing on first match. (José Alburquerque)
644         - Update doc extraction tool to handle GObjectIntrospection annotations. (José Alburquerque)
645         - Docs: replace gio.IO_ERROR_* with gio.ERROR_* (Paul Bolle)
646         - Bug 613341 - pygobject tests seem to require pygtk causing a circular (Gian Mario)
647         - Don't raise an error in _pygi_import if pygi support is disabled (Simon van der Linden)
648         - Initialize PyGPollFD_Type.fd_obj to NULL (Tomeu Vizoso)
649         - Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc (Gian Mario)
650         - Wrap gio.Cancellable.make_pollfd() and add a test (Gian Mario)
651         - Make cancellable an optional parameter in many methods (Gian Mario)
652
653 2.21.1 02-Jan-2010
654         - Wrap gio.Volume.eject_with_operation (Gian Mario)
655         - Wrap gio.Mount.eject_with_operation (Gian Mario)
656         - Wrap gio.Mount.unmount_mountable_with_operation (Gian Mario)
657         - Wrap File.unmount_mountable_with_operation (Gian Mario)
658         - Wrap gio.File.stop_mountable (Gian Mario)
659         - Wrap gio.File.start_mountable (Gian Mario)
660         - Wrap gio.File.replace_readwrite_async (Gian Mario)
661         - Wrap gio.File.poll_mountable (Gian Mario)
662         - Wrap gio.File.open_readwrite_async (Gian Mario)
663         - Wrap gio.File.eject_mountable_with_operation (Gian Mario)
664         - Wrap gio.File.create_readwrite_async (Gian Mario)
665         - Wrap gio.Drive.stop (Gian Mario)
666         - Wrap gio.Drive.start (Gian Mario)
667         - Wrap gio.SocketListener.accept_socket_async|finish (Gian Mario)
668         - Wrap gio.SocketListener.accept_finish (Gian Mario)
669         - Wrap gio.SocketListener.accept_async (Gian Mario)
670         - Wrap gio.SocketListener.accept_socket (Gian Mario)
671         - Wrap gio.SocketListener.accept (Gian Mario)
672         - Make cancellable optional in gio.SocketClient.connect_to_host
673           (Gian Mario)
674         - Wrap gio.SocketListener.add_address (Gian Mario)
675         - Wrap gio.SocketClient.connect_to_service_async (Gian Mario)
676         - Wrap gio.SocketClient.connect_to_host_async (Gian Mario)
677         - Wrap gio.SocketClient.connect_async (Gian Mario)
678         - Wrap gio.SocketAddressEnumerator.next_async (Gian Mario)
679         - Add a missing object gio.InetSocketAddress new in GIO 2.22
680           (Gian Mario)
681         - Make cancellable optional for gio.SocketAddressEnumerator.next
682           (Gian Mario)
683         - Wrap gio.Socket.condition_wait (Gian Mario)
684         - Wrap gio.Socket.condition_check (Gian Mario)
685         - Wrap gio.Resolver.lookup_service_finish (Gian Mario)
686         - Wrap gio.Resolver.lookup_service_async (Gian Mario)
687         - Wrap gio.Resolver.lookup_service (Gian Mario)
688         - Wrap gio.Resolver.lookup_by_address_async (Gian Mario)
689         - Wrap gio.Resolver.lookup_by_name_finish (Gian Mario)
690         - Wrap gio.Drive.eject_with_data (Gian Mario)
691         - Deprecate old gio.Drive methods (Gian Mario)
692         - Wrap gio.Resolver.lookup_by_name (Gian Mario)
693         - Make cancellable optional in gio.Resolver.lookup_by_address
694           (Gian Mario)
695         - Strip g_ prefix for many other functions (Gian Mario)
696         - Strip g_ prefix from InetAddress functions (Gian Mario)
697         - Fix function name gio.resolver_get_default (Gian Mario)
698         - Wrap gio.FileIOStream.query_info_async (Gian Mario)
699         - Register enums and flags in PyGI if needed (Tomeu Vizoso, #603534)
700         - Wrap gio.IOStream.close_async (Gian Mario)
701         - Make cancellable optional in GFile.create_readwrite (Gian Mario)
702         - Remove a duplicate entry in gio.defs (Gian Mario)
703         - Wrap gio.FileInfo.set_modification_time (Gian Mario)
704         - Wrap gio.EmblemedIcon.get_emblems (Gian Mario)
705         - Update Enums and Flags with new API (Gian Mario)
706         - Fix handling of uchar in pyg_value_from_pyobject (Bastian Winkler)
707
708 2.21.0 18-dec-2009
709         - pygmainloop: fix use of PySignal_WakeUpFD API for nested loops
710           (Philippe Normad, #481569)
711         - Add capabilities to import wrappers from pygi (Simon van der Linden)
712         - Move threads_init() function from 'gobject' to 'glib' (Paul)
713         - Fix wrong minimum checking in float properties (Paul, #587637)
714         - Wrap new API added in GIO 2.22 (Gian Mario)
715         - Fix bad name when rebuilding the unix source module (Gian Mario)
716         - Add the missing limit constants from glibconfig.h
717           (Tomeu Vizoso, #603244)
718         - Suppress warnings about format conversion
719           (Simon van der Linden, #603355)
720         - Properly define Connectable as interface type and not object type
721           (Gian Mario)
722         - Wrap new API added in GIO-UNIX 2.22 (Gian Mario)
723         - Wrap g_find_program_in_path (Gian Mario, #598435)
724         - Add pygi-external.h into Makefile SOURCES (Gian Mario)
725
726 2.20.0 23-sep-2009
727         - Allow to use automake 1.11 (Paolo Borelli)
728         - Specify programming language in .devhelp file (Frédéric Péters)
729         - Plug reference leak of GSource in pyg_main_loop_init (Paul)
730         - Updated uninstalled.pc file (Brian Cameron)
731
732 2.19.0 10-aug-2009
733         - Add macros to help with Python list to/from GList/GSList conversions.
734           (John Finlay)
735         - GIO docs practically completed (Gian)
736         - GFileInfo.list_attributes should accept None/NULL (Gian)
737         - Strip out Windows DLL API macros (John Finlay)
738         - Document that many functions got moved gobject -> glib (Paul)
739         - Allow h2def.py to work when there are tabs or multiple spaces after
740           the struct keyword. (Murray Cumming)
741         - Fix build when builddir is not the same as srcdir
742           (Theppitak Karoonboonyanan)
743         - Make gio.Emblem constructor new-style (Paul)
744         - Cleanup GIO overrides to use Python function/method names (Paul)
745         - Make codegen report errors using Python function/method names (Paul)
746         - Fix object type in gio.BufferedInputStream_fill_async (Gian)
747         - Wrap gio.BufferedInputStream.fill_async (Gian)
748         - Add gio.BufferedOutputStream which was forgotten in the types (Gian)
749         - Split overrides for gio.MemoryOutputStream (Gian)
750         - Wrap gio.memory_input_stream_new_from_data (Gian)
751         - Introduces the girepository module from the former PyBank
752           (Simon van der Linden)
753         - Add API appeared in 2.20 but not marked as such in gio docs (Gian)
754         - Wrap gio.FileOutputStream.query_info_async (Gian)
755         - Wrap gio.FileInputStream.query_async (Gian)
756         - Install executable codegen parts with executing permissions (Paul)
757         - Wrap gio.DataInputStream.read_line_async and read_until_async (Paul)
758         - Fix gio.OutputStream.splice_async (Paul)
759         - Add GIO 2.20 API and update docs (Gian)
760
761 2.18.0 24-may-2009
762         - Improve gio docs with some more classes (Gian)
763         - Wrap gio.OutputStream.splice_async() (Gian)
764         - Add Python ver into installed libpyglib name (Emilio Pozuelo Monfort)
765         - Wrap gio.OutputStream.flush_async() (Gian)
766         - Use 'Requires.private' for libffi in '.pc' files (Josselin Mouette)
767         - Add wrapper for gio.FileAttributeMatcher (Gian)
768         - Mark relevant glib.IOChannel methods as METH_NOARGS (Paul)
769         - Retire hand-written ChangeLog; autocreate from Git history (Paul)
770         - Wrap gio.InputStream.skip_async() (Gian)
771         - Add in codegen -n --namespace option and the code to remove dll
772           API in headers, added documentation (Siavash Safi)
773         - Properly mark glib.get_user_special_dir() as a keywords method (Paul)
774
775 2.17.0 30-apr-2009
776         - Write a good part of the docs for gio (Gian)
777         - Wrap g_mount_guess_content_type g_mount_guess_content_type_finish
778           g_mount_guess_content_type_sync (Gian, #580802)
779         - Swap first two arguments of gio.File.query_info_async (Paul, #580490)
780         - Fix a crash in pyg_type_add_interfaces (Paul, #566571)
781         - Remove an empty structure, use sizeof(PyObject)
782           instead (Paul, #560591)
783         - Wrap four g_get_user_*_dir() functions (Paul, #575999)
784         - Remove 'ltihooks.py' as using deprecated Python module (Paul)
785         - Code maintenance: add .gitignore files (Paul)
786         - CellRendererPixbuf stock-size property has wrong type (Paul, #568499)
787         - Add a doap file after git migration (Johan Dahlin)
788         - missing dep on libffi in pygobject-2.0.pc (Götz Waschk, #550231)
789         - g_volume_monitor_tp_new new function, return the singleton object.
790           (Paul, #555613)
791         - Remove a DeprecationWarning under python 2.6 (James Westby, #573753)
792         - several scripts from codegen directory are not distributed
793           (Krzesimir Nowak)
794         - g_file_copy_async change argument order to keep it consistent with the
795           other methods (Gian)
796         - memory leak in gio.File.copy_async (Paul Pogonyshev, #578870)
797         - g_file_monitor should accept None for cancellable and set the default
798           flag to G_FILE_MONITOR_NONE (Gian)
799         - pyg_notify_free needs to ensure it has GIL before calling Py_XDECREF
800           (Jonathan Matthew)
801         - Wrap g_file_set_display_name_async (Gian)
802         - Add a semi-private method to return the option context C object from
803           an option context wrapper (Tristan Hill)
804         - Converting a negative long Python value to a GUINT64 GValue doesn't
805           error out as it should (Gustavo J. A. M. Carneiro, #577999)
806         - Wrap g_file_set_attributes_async and
807           g_file_set_attributes_finish (Gian)
808         - g_file_query_filesystem_info_async fix a typo (Gian)
809         - Wrap g_file_query_filesystem_info_async (Gian)
810         - Add missing g_file_query_filesystem_info_async and
811           g_file_query_filesystem_info_finish (Gian)
812         - Wrap g_file_eject_mountable (Gian)
813         - g_file_copy callback cannot be optional (Gian)
814         - Swap various kwargs names to reflect the code (Gian)
815         - Update the address of the FSF (Tobias Mueller, #577134)
816         - Add g_volume_should_automount (Gian)
817         - Wrap g_drive_enumerate_identifiers and g_volume_enumerate_identifiers
818           (Gian)
819         - Add a couple of convinence functions to convert from/to a python list
820           and an array of strings (Gian)
821         - Allow setting pytype wrapper class (Mark Lee, John Ehresman, #559001)
822         - Wrap g_file_enumerator_close_async (Gian Mario Tagliaretti)
823
824 2.16.1 22-feb-2009
825         - Apply the patch provided by Cygwin Ports maintainer
826           (Paul Pogonyshev, #564018)
827         - Bad -I ordering can break build, patch from [dmacks netspace org]
828           (Gian Mario Tagliaretti, #566737)
829         - Fix keyword list to be in sync with positional arguments
830           (Paul, #566744)
831         - Add a comment explaining why the two for loops for registering
832           interfaces (Gustavo Carneiro)
833         - Huge cleanup of GIO overrides (Paul, #566706)
834         - gtk.Buildable interface method override is not recognized
835           (Paul, #566571)
836         - Do not escape the ampersand "&" in entity references. Replace some
837           unusual entity references in the output with their literal values.
838           (Daniel Elstner, #568485)
839         - gio.InputStream.read_async can cause memory corruption.
840           (Paul, #567792)
841         - Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350)
842         - Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427)
843         - non-async functions don't release python locks before calling
844           blocking C functions (Gian, Gustavo, #556250)
845         - Change comment to avoid false positives when grep'ing for deprecated
846           gtk functions (Andre Klapper)
847         - ltihooks.py updating license header from GPL to LGPL
848           (James Henstridge)
849
850 2.16.0 04-jan-2009
851         - gobject.timeout_add_seconds() not found in docs
852           (Paul Pogonyshev, #547119)
853         - _wrap_g_output_stream_write_async not adding a reference to the
854           buffer passed (Paul, #564102)
855         - gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
856         - Test if `domain' is not-null before using it to avoids segfaults
857           (Paul, #561826)
858         - g_output_stream_write_all use gsize instead of gssize (Gian)
859         - add __repr__ to gio.Drive, gio.Mount and gio.Volume
860           (Paul, #530935)
861         - Missing AC_CONFIG_MACRO_DIR([m4]) (Loïc Minier, #551227)
862         - Make codegen not import when corresponding argument types are not
863           registered (Paul, #551056)
864         - Fix typos breaking compilation (Frederic Peters #551212)
865         - GFile load_contents methods chop data at first \0
866           (Jonathan Matthew, #551059) 
867
868 2.15.4 3-sep-2008
869         - Fix typo in GPointer type registration (Loïc Minier,#550463)
870         - support G_TYPE_CLOSURE in codegen (Gian)
871
872 2.15.3 31-aug-2008
873         - Beginning of porting to 3.0. glib & gobject module ported.
874         - Wrap g_app_info_* functions (Gian)
875         - Wrap gio.FileAttributeInfo (Gian)
876         - Wrap g_vfs_get_supported_uri_schemes (Johan, #545846)
877         - Wrap g_file_info_get_modification_time (Johan, #545861)
878         - Wrap gio.Volume.mount/eject (Johan)
879         - Wrap gio.File.move (Johan)
880         - Wrap gio.query_writable_namespaces (Gian, #545920)
881         - Separate glib & gobject documentation
882         - Wrap GFile.append_to_async (Gian, #545959)
883         - Wrap GFile.create_async (Gian, #546020)
884         - Change return value from 'gboolean' to 'int' and changed semantics
885           to Pythonic (Paul, #544946)
886         - Wrap GFile.replace_async and query_info_async (Gian, #546046)
887         - GIcon and implementations improvements (Paul, #546135)
888         - Improve __repr__ and richcompare for gio classes (Paul)
889         - Missing Py_INCREFs for some file async methods (Jonathan Matthew, #546734)
890         - File.copy progress_callback does not work (Paul, #546591)
891         - add File.replace_contents, replace_contents_async, replace_contents_finish.
892           (Jonathan Matthew, #547067)
893         - Add GFile.query_default_handler (Gian)
894         - fix docstring line length (Jonathan Matthew, #547134)
895         - improve runtime type wrapper creation (Paul, #547104)
896         - make gio.File more Pythonic (Paul, #546120)
897         - No TypeError raised when type is None (Paul, #540376)
898         - wrap a few memory stream methods (Paul, #547354)
899         - wrap gio.DataInputStream.read_line and ...read_until (Paul, #547484)
900         - wrap four important asynchronous methods in gio.Drive and gio.Mount
901           (Paul, #547495)
902         - gio.InputStream.read() looks broken (Paul, #547494)
903         - wrap g_content_types_get_registered() (Paul, #547088)
904         - cannot create new threads when pygtk is used (Paul, #547633)
905         - an unitialized variable in PyGLib (Paul, #549351)
906         - Constructor of gtk.TreeView raises TypeError when model is None
907           (Paul, #549191)
908         - Fix memory problems reported by valgrind due to invalid tp_basicsize in
909           PyGPropsDescr_Type. (Gustavo, #549945)
910
911 2.15.2 26-jul-2008
912         - New module: glib, which contains the parts of the old
913           gobject bindings which are in the glib library.
914           MainLoop/MainContext/Sources/GOption and a few others has now moved.
915         - Add a new installed library libpyglib-2.0, which contains the extension
916           API for third-part modules instead of relying on macros which accesses
917           struct fields.
918         - Add bindings for gio.File.enumerate_children_async,
919           gio.FileEnumerator.next_files_async, gio.Mount.mount,
920           gio.File.mount_mountable, gio.File.mount_enclosing_volume,
921           gio.File.unmount_mountable, gio.File.copy.
922         - Add a new api for mapping a GError domain to an exception and register
923           an exception for GIOError.
924         - Remove leading IO_* prefix for the gio flags and register a quark
925           for the domain.
926         - Use GSlice in the glib module and bump required version to 2.14.
927
928 2.15.1 15-jul-2008
929         - Rename pygtk-codegen-2.0 to pygobject-codegen-2.0 to avoid
930           conflicting with PyGTK (Paul Pogonyshev)
931
932 2.15.0 15-jul-2008
933         - Add GIO bindings (Johan, Mario Tagliaretti, Thomas Leonard)
934         - Move codegen from PyGTK (Johan, Paul Pogonyshev, #542821)
935         - Add more variables to the .pc files (Damien Carbery, Paul, 
936           Dan Winship, #486876)
937         - Add pyg_option_group_new to the public API (Johan)
938         - Add g_get_application_anme and g_get_progname (Sebastian Rittau)
939         - Avoid making wakeups when using Python 2.6 (Johan, Gustavo,
940           Adam Olsen, Josselin Mouette, Philippe Normand, Guido Van Rossum)
941         - Only link against libffi when found (Ed Catmur, #496006)
942         - Improve gobject.property (Tomeu Vizoso, #523352)
943         - Improve enum comparision and warnings (Paul, Phil Dumont, #428732)
944         - Many gobject.Source improvements (Bryan Silverthorn)
945         - Apply some fixes to make pylint happier (Johan, Simon Schampijer,
946           #523821)
947         - Fix error message in pyg_io_add_watch (Juha Sahkangas)
948         - Improve h2def.py (Oliver Crete, Murray Cumming, Lauro Moura)
949
950 2.14.0 16-sep-2007
951         - Fix a Python 2.6 deprecation warning (Johannes Hölzl, #342948)
952         - Wrap g_timeout_add_seconds, when compiling with glib 2.14 (Gustavo)
953         - Always fully initialize the PyGObject (Ed Catmur, #466082)
954         - Fix compilation in Solaris, again (#339924, Gustavo)
955         - Fix check for default value in boolean type (Marco Giusti, #470230)
956         - Fix new style properties with subclasses (Johan Dahlin, #470718)
957         - Docs generation fixes (John Finlay)
958
959 2.13.2 07-jul-2007
960         - Fix build on opensolaris (Damien Carbery, #339924)
961         - Proxy GOption exceptions from Python to C (Johannes Hölzl, #342948)
962         - Support G_TYPE_VALUE boxed args/signals
963          (Ed Catmur, Carlos Martin, #351072)
964         - pyg_error_exception_check bug fix (Sebastian Granjoux, #449879)
965         - Toggle references bug fix (#447271, Gustavo Carneiro)
966         - use python-config to get python includes (#448173, Sebastien Bacher)
967         - Support GObject properties in new properties API (Gustavo)
968         - generate-constants fixes (Muntyan)
969         - Allow running autogen.sh from outside $srcdir (Muntyan)
970
971 2.13.1 02-may-2007
972         - Generic CClosure marshaller using libffi (Johan, #353816)
973         - Uninstalled .pc file (Damien Carbery, #385129)
974         - Fix leak in GFlags handling (Daniel Berrange, #428726)
975         - Use dirname in autogen (Loïc Minier, #409234)
976         - Treat None in a GValueArray as pointer/NULL (Ed Catmur, #352209)
977         - Toggle reference bug fix in tp_setattro (Gustavo, #434659)
978         - Add a simplified helper for creating properties (Johan, Gustavo, #338089)
979         - Avoid throwing an exception in GValue converter (James Livingstone,
980           Ed Catmur, #374653)
981         - Build fix in .pc file (Luca Ferretti, #435132)
982
983 2.13.0 23-april-2007
984         - Release the GIL in g_object_set_property (Edward Hervey, #395048)
985         - Break PyGObject<->GObject reference cycle (Gustavo Carneiro, #320428)
986         - use static inline functions for init_pygobject (Gustavo, #419379)
987         - Wrap g_set_application_name, g_set_prgname
988           (Havoc Pennington, #415853)
989         - New pyg_gerror_exception_check API (Gustavo, #425242)
990         - New API to get/set multiple properties
991           (Gian Mario Tagliaretti, #403212)
992         - Misc. bug fixes.
993
994 2.12.3 18-november-2006
995        - distutils build fixes (Cedric)
996        - documentation updates (John)
997        - gobject.handler_block_by_func and friends now accept methods 
998          (Johan, Dima, #375589)
999        - avoid truncating of gparamspec (Yevgen Muntyan, #353943)
1000        - set __module__ on gobject derived types (Johan, 
1001          Osmo Salomaa, #376099)
1002        - Ensure exceptions are raised on errors in gobject.OptionGroup
1003          (Johan, Laszlo Pandy, #364576
1004
1005 2.12.2 3-october-2006
1006        - Make PyGObject 64-bit safe for Python 2.5 (Gustavo)
1007        - All headers are now LGPL and not GPL (Johan)
1008        - Remove a couple of GCC warnings (Gustavo)
1009        - Revive distutils support (Cedric Gustin)
1010        - Emission hook reference count bugfix (Gustavo)
1011        - MSVC/ANSI C compilation fix (John Ehresman)
1012        - Bump Ctrl-C timeout handler from 100ms to 1000 (Johan)
1013
1014 2.12.1 4-september-2006
1015        - Corrected version check (Sebastian Dröge, #354364)
1016
1017 2.12.0 4-september-2006
1018       - Install the html files even when using --disable-docs (#353159, Johan,
1019         Matthias Clasen)
1020
1021 2.11.4 27-august-2006
1022       - Include pre-generated html docs in the tarball  (Johan)
1023       - Fix bug in do_set_property called from constructor (Gustavo, #353039)
1024       - Fix type registration involving interfaces with signals and/or
1025         properties (Gustavo)
1026
1027 2.11.3 21-august-2006
1028       - Documentation updates (John)
1029       - Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
1030       - PyGObject can now be compiled using a C++ compiler (Murray Cumming)
1031       - Type registration bug fix (Gustavo)
1032
1033 2.11.2 8-august-2006
1034       - Add fixxref.py from PyGTK (Johan)
1035       - Fix parallel build (#350225, Ed Catmur)
1036
1037 2.11.1 4-august-2006
1038       - Add John Finlay's reference manual (Johan, John)
1039       - Fix GOption mem leak (Gustavo)
1040       - Infrastructure for lazy type registration (Johan)
1041       - Enum/Flags fixes (Gustavo, John)
1042       - Eliminate some GCC warnings (Johan)
1043
1044 2.11.0 12-july-2006
1045       - Add GOption support (#163645, Johannes Hölzl)
1046       - GObject metaclass converted to Python code (Gustavo)
1047       - Register GType constants from Python-land (Johan)
1048       - Distutils updates (John Ehresman, Cedric Gustin)
1049       - Add support for signal emission hooks (#154845, Johan)
1050       - g_spawn_close_pid support (Gustavo)
1051       - Add new APIs do add or disable log redirections (Muntyan, #323786)
1052       - "sub-sub-type" bug fixed (Gustavo)
1053       - Coverity report code fixes (Johan)
1054       - Support retrieving signal and property info from interfaces (Finlay)
1055       - Support parameters of type G_TYPE_GSTRING in signals (Gustavo)
1056       - Wrap a few g_filename_* APIs (Gustavo)
1057
1058 2.10.1 11-april-2006
1059       - uint64 property bug fix (Andy Wingo)
1060       - Hard code path to 2.0 (Gustavo)
1061       - Allow only tuples and lists in strv to value (Gustavo)
1062       - Include dsextras.py in the dist (Johan)
1063
1064 2.10.0 13-march-2006
1065       - enum/leak fix (Michael Smith)
1066
1067 2.9.0 16-january-2006
1068       - Signal accumulator support (Gustavo)
1069       - GObject doc string generation improvements (Gustavo)
1070       - Discover GInterfaces in runtime (Gustavo)
1071       - Warn if return value in iowatch callback is not bool (Gustavo)
1072       - Convert string arrays properly (Christopher Aillon)
1073
1074 2.8.0 9-january-2006
1075       - Initial release, split of from PyGTK.
1076       - Updates for Python 2.5's richcompare (Manish Yosh)
1077       - PyFlags bug fixes (Gustavo)
1078       - Fix leak in pygobject_new_with_interfaces (Johan)
1079       - Undeprecate gobject.type_register (Johan)