diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:36:00 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:36:01 +0900 |
commit | 385fb5df2f7c3ec197b954e8a8ddac5297fe4043 (patch) | |
tree | d84ecee10b56acc8ec2633a277fca9ce457013f1 /NEWS | |
parent | c79482ebfe55da780fd2d733696f5107dc4d5cb8 (diff) | |
download | pygobject2-385fb5df2f7c3ec197b954e8a8ddac5297fe4043.tar.gz pygobject2-385fb5df2f7c3ec197b954e8a8ddac5297fe4043.tar.bz2 pygobject2-385fb5df2f7c3ec197b954e8a8ddac5297fe4043.zip |
Imported Upstream version 2.28.0
Change-Id: If251721667bb545804ab96eb17bffb715cd4e832
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +2.28.0 08-Mar-2011 (stable) + - [gi-demos] some python 3 compat fixes (John (J5) Palmieri) + - [gi-demos] catch the correct error class (John (J5) Palmieri) + - Try not to sink objects returned by C functions. (Steve Frécinaux) + - Do not leak python references when using the gobject.property() helper. (Steve Frécinaux) + - [gi] fix try except blocks so they work in Python 2.5 (John (J5) Palmieri) + - handle uchar as bytes, not strings in python 3 (John (J5) Palmieri) + - [gi-overrides] handle unichar gvalues when setting treemodels (John (J5) Palmieri) + - [gi-overrides] special case python 2 keywords that crept in (John (J5) Palmieri) + - check for the py3 _thread module in configure.ac if thread is not found (John (J5) Palmieri) + - [gi-demos] add iconview demo (John (J5) Palmieri) + - [gi] wrap the keyword argument in a dict so we don't break Python 2.5 (John (J5) Palmieri) + - [gi-demos] add the combobox with string ids section to the demos (John (J5) Palmieri) + - [gi-overrides] add an override for Gdk.RGBA (John (J5) Palmieri) + - [gi-demos] fix up search-entry to reflect annotations fixed in Gtk+ master (John (J5) Palmieri) + - [gi-demos] add search entry demo (John (J5) Palmieri) + - [gi] wrap map in a list for Python 3 compat (John (J5) Palmieri) + - [gi-demos] fix up the validation combobox (John (J5) Palmieri) + - add overridesdir variable in the .pc file for 3rd party overrides (John (J5) Palmieri) + - [gi] remove unref for closures since they are floating objects that get sunk (John (J5) Palmieri) + - setup.py: Set bdist_wininst user-access-control property (Dieter Verfaillie) + - Fix uninitialized variable in gi.require_version() (Martin Pitt) + - Run tests with LC_MESSAGES="C" (Martin Pitt) + - [gi-overrides] override Gtk.stock_lookup to not return success (John (J5) Palmieri) + 2.27.91 28-Feb-2011 (2.28 pre-release) - [gi-tests] use Gdk.test_simulate_button instead of emitting event ourselves (John (J5) Palmieri) - [gi-tests] tests for EventButton override. (Laszlo Pandy) |