[pygobject] Update NEWS and release PyGObject-2.21.2



commit c4e64d5d264593051b9a3131e4985a58e8e76f8b
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Thu Jun 10 20:21:13 2010 +0200

    Update NEWS and release PyGObject-2.21.2

 NEWS |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0ad06d3..13118e0 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]