summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-07-26 11:11:41 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 11:11:41 +0000
commit9b8f61d27898e9ad212cb8b5e14d9f861929723a (patch)
treeb13193602c04733155805ba88bfd4c36ef6706e4
parent0cdb8d90d04990c682505e280377c56fce27a0a2 (diff)
downloadpygobject-PYGOBJECT_2_15_2.tar.gz
pygobject-PYGOBJECT_2_15_2.tar.xz
pygobject-PYGOBJECT_2_15_2.zip
svn path=/trunk/; revision=866
-rw-r--r--ChangeLog5
-rw-r--r--NEWS17
2 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3f48fc..d99b8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+=== 2.15.2 ===
+2008-07-26 Johan Dahlin <johan@gnome.org>
+
+ * NEWS: Update
+
2008-07-26 Johan Dahlin <johan@gnome.org>
* gobject/Makefile.am (_gobject_la_SOURCES): Build fix, remove
diff --git a/NEWS b/NEWS
index 25f4436..381552b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.15.2 26-jul-2008
+ - New module: glib, which contains the parts of the old
+ gobject bindings which are in the glib library.
+ MainLoop/MainContext/Sources/GOption and a few others has now moved.
+ - Add a new installed library libpyglib-2.0, which contains the extension
+ API for third-part modules instead of relying on macros which accesses
+ struct fields.
+ - Add bindings for gio.File.enumerate_children_async,
+ gio.FileEnumerator.next_files_async, gio.Mount.mount,
+ gio.File.mount_mountable, gio.File.mount_enclosing_volume,
+ gio.File.unmount_mountable, gio.File.copy.
+ - Add a new api for mapping a GError domain to an exception and register
+ an exception for GIOError.
+ - Remove leading IO_* prefix for the gio flags and register a quark
+ for the domain.
+ - Use GSlice in the glib module and bump required version to 2.14.
+
2.15.1 15-jul-2008
- Rename pygtk-codegen-2.0 to pygobject-codegen-2.0 to avoid
conflicting with PyGTK (Paul Pogonyshev)