summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-06-10 20:21:13 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-06-10 20:21:13 +0200
commitc4e64d5d264593051b9a3131e4985a58e8e76f8b (patch)
treeda3c1ee2888137d7b5c2fda04c38b95ea65f7d22 /NEWS
parente0fe844d5fe8f7e26316f197444fd4143ed36adf (diff)
downloadpygobject-c4e64d5d264593051b9a3131e4985a58e8e76f8b.tar.gz
Update NEWS and release PyGObject-2.21.2PYGOBJECT_2_21_2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ad06d3d..13118e01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.21.2 10-Jan-2010
+ - Drop sinkfuncs. (Tomeu Vizoso)
+ - Clear error if we failed the import (Colin Walters)
+ - Added missing , to keyword list of gio.GFile.set_attribute (John Ehresman)
+ - Fix arg conversion in gio.GFile.set_attribute (John Ehresman)
+ - Set constants under python 2.5 or before (John Ehresman)
+ - Doc Extractor: Use replacements that make sense for &...; expressions. (José Alburquerque)
+ - Add build docs for windows (John Stowers)
+ - Setup.py cosmetic tidy (John Stowers)
+ - Fix crash when importing gio (John Stowers)
+ - Bug 589671 - Dont use generate-constants (John Stowers)
+ - Bug 589671 - Fix setup.py for windows build (John Stowers)
+ - Include pygsource.h (John Stowers)
+ - codegen/docextract_to_xml.py: One more &...; replacement (&nbsp;). (José Alburquerque)
+ - codegen/docextract_to_xml.py: Replace some &..; that cause errors. (José Alburquerque)
+ - codegen/docextract_to_xml.py: Handle C++ multi-line comments. (José Alburquerque)
+ - codegen/docextract.py: Stop final section processing on first match. (José Alburquerque)
+ - Update doc extraction tool to handle GObjectIntrospection annotations. (José Alburquerque)
+ - Docs: replace gio.IO_ERROR_* with gio.ERROR_* (Paul Bolle)
+ - Bug 613341 - pygobject tests seem to require pygtk causing a circular (Gian Mario)
+ - Don't raise an error in _pygi_import if pygi support is disabled (Simon van der Linden)
+ - Initialize PyGPollFD_Type.fd_obj to NULL (Tomeu Vizoso)
+ - Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc (Gian Mario)
+ - Wrap gio.Cancellable.make_pollfd() and add a test (Gian Mario)
+ - Make cancellable an optional parameter in many methods (Gian Mario)
+
2.21.1 02-Jan-2010
- Wrap gio.Volume.eject_with_operation (Gian Mario)
- Wrap gio.Mount.eject_with_operation (Gian Mario)