summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index def2b58..7a2d6e1 100644
--- a/NEWS
+++ b/NEWS
@@ -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)