diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-31 21:27:33 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-31 21:27:33 +0000 |
commit | 32e1dcbbd8263a4fe8d51cd9d8771d60582ef8f0 (patch) | |
tree | 08b8a6889967f8ae71f9d38f863a776cc725810c | |
parent | 311d81617ad7ea8e046d76adcef509cd5856744f (diff) | |
download | pygobject-32e1dcbbd8263a4fe8d51cd9d8771d60582ef8f0.tar.gz pygobject-32e1dcbbd8263a4fe8d51cd9d8771d60582ef8f0.tar.xz pygobject-32e1dcbbd8263a4fe8d51cd9d8771d60582ef8f0.zip |
=== 2.15.3 ===PYGOBJECT_2_15_3
2008-08-31 Johan Dahlin <johan@gnome.org>
* NEWS: Update
svn path=/trunk/; revision=957
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 39 |
2 files changed, 44 insertions, 0 deletions
@@ -1,3 +1,8 @@ +=== 2.15.3 === +2008-08-31 Johan Dahlin <johan@gnome.org> + + * NEWS: Update + 2008-08-30 Gustavo J. A. M. Carneiro <gjc@inescporto.pt> * glib/pyglib.h: * gobject/pygobject.c: Fix memory problems @@ -1,3 +1,42 @@ +2.15.3 31-aug-2008 + - Beginning of porting to 3.0. glib & gobject module ported. + - Wrap g_app_info_* functions (Gian) + - Wrap gio.FileAttributeInfo (Gian) + - Wrap g_vfs_get_supported_uri_schemes (Johan, #545846) + - Wrap g_file_info_get_modification_time (Johan, #545861) + - Wrap gio.Volume.mount/eject (Johan) + - Wrap gio.File.move (Johan) + - Wrap gio.query_writable_namespaces (Gian, #545920) + - Separate glib & gobject documentation + - Wrap GFile.append_to_async (Gian, #545959) + - Wrap GFile.create_async (Gian, #546020) + - Change return value from 'gboolean' to 'int' and changed semantics + to Pythonic (Paul, #544946) + - Wrap GFile.replace_async and query_info_async (Gian, #546046) + - GIcon and implementations improvements (Paul, #546135) + - Improve __repr__ and richcompare for gio classes (Paul) + - Missing Py_INCREFs for some file async methods (Jonathan Matthew, #546734) + - File.copy progress_callback does not work (Paul, #546591) + - add File.replace_contents, replace_contents_async, replace_contents_finish. + (Jonathan Matthew, #547067) + - Add GFile.query_default_handler (Gian) + - fix docstring line length (Jonathan Matthew, #547134) + - improve runtime type wrapper creation (Paul, #547104) + - make gio.File more Pythonic (Paul, #546120) + - No TypeError raised when type is None (Paul, #540376) + - wrap a few memory stream methods (Paul, #547354) + - wrap gio.DataInputStream.read_line and ...read_until (Paul, #547484) + - wrap four important asynchronous methods in gio.Drive and gio.Mount + (Paul, #547495) + - gio.InputStream.read() looks broken (Paul, #547494) + - wrap g_content_types_get_registered() (Paul, #547088) + - cannot create new threads when pygtk is used (Paul, #547633) + - an unitialized variable in PyGLib (Paul, #549351) + - Constructor of gtk.TreeView raises TypeError when model is None + (Paul, #549191) + - Fix memory problems reported by valgrind due to invalid tp_basicsize in + PyGPropsDescr_Type. (Gustavo, #549945) + 2.15.2 26-jul-2008 - New module: glib, which contains the parts of the old gobject bindings which are in the glib library. |