summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-08-11 20:52:44 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-08-11 20:52:44 +0200
commit3bfae47fbcb5523d91fb2d1ed7ea347eeddd1775 (patch)
tree5f06a593cacfe8f92d96e3dd7dea7d04c116ef1a
parente82a1841f31ad54dd50569d0d45290713409e0bf (diff)
downloadpygobject-3bfae47fbcb5523d91fb2d1ed7ea347eeddd1775.tar.gz
pygobject-3bfae47fbcb5523d91fb2d1ed7ea347eeddd1775.tar.xz
pygobject-3bfae47fbcb5523d91fb2d1ed7ea347eeddd1775.zip
Update NEWS release 2.19.0
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f870412..41ce144 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+2.19.0 10-aug-2009
+ - Add macros to help with Python list to/from GList/GSList conversions.
+ (John Finlay)
+ - GIO docs practically completed (Gian)
+ - GFileInfo.list_attributes should accept None/NULL (Gian)
+ - Strip out Windows DLL API macros (John Finlay)
+ - Document that many functions got moved gobject -> glib (Paul)
+ - Allow h2def.py to work when there are tabs or multiple spaces after
+ the struct keyword. (Murray Cumming)
+ - Fix build when builddir is not the same as srcdir
+ (Theppitak Karoonboonyanan)
+ - Make gio.Emblem constructor new-style (Paul)
+ - Cleanup GIO overrides to use Python function/method names (Paul)
+ - Make codegen report errors using Python function/method names (Paul)
+ - Fix object type in gio.BufferedInputStream_fill_async (Gian)
+ - Wrap gio.BufferedInputStream.fill_async (Gian)
+ - Add gio.BufferedOutputStream which was forgotten in the types (Gian)
+ - Split overrides for gio.MemoryOutputStream (Gian)
+ - Wrap gio.memory_input_stream_new_from_data (Gian)
+ - Introduces the girepository module from the former PyBank
+ (Simon van der Linden)
+ - Add API appeared in 2.20 but not marked as such in gio docs (Gian)
+ - Wrap gio.FileOutputStream.query_info_async (Gian)
+ - Wrap gio.FileInputStream.query_async (Gian)
+ - Install executable codegen parts with executing permissions (Paul)
+ - Wrap gio.DataInputStream.read_line_async and read_until_async (Paul)
+ - Fix gio.OutputStream.splice_async (Paul)
+ - Add GIO 2.20 API and update docs (Gian)
+
2.18.0 24-may-2009
- Improve gio docs with some more classes (Gian)
- Wrap gio.OutputStream.splice_async() (Gian)