=== 2.15.2 === 2006-06-11 Gustavo J. A. M. Carneiro * NEWS: Update. * configure.in: Bump version to 2.15.2. 2006-05-20 Gustavo J. A. M. Carneiro * gnomevfs/vfs-handle.c (pygvhandle_file_control): Bug 338920: Non-async 'control' method. 2006-05-17 Gustavo J. A. M. Carneiro * gnome/gnome.override (_wrap_gnome_program_init): Don't call prctl if PR_SET_NAME is not defined as macro. Fixes #342180. Thanks Frederic Peters. * gnome/gnome.override (_wrap_gnome_program_init): Call prctl to change process title to argv[0]. * configure.in: Check for the prctl linux function. 2006-05-08 Gustavo J. A. M. Carneiro * docs/pygtk-ref-docs.make (html.stamp): Pass "--stringparam chunker.output.encoding UTF-8" to xsltproc to force utf-8 output encoding. 2006-05-01 Gustavo J. A. M. Carneiro * gnomevfs/vfs-file-info.c (pygvfinfo_getattr, pygvfinfo_setattr): Introduce a new 'access' fake attribute to read/write just the three ACCESS_* bits of permissions. Fixes #338916, part 2/2. 2006-05-01 Sidnei da Silva reviewed by: Gustavo * gnomevfs/vfs-file-info.c (pygvfinfo_getattr), (pygvfinfo_setattr): Fix FileInfo.valid_fields computation. * gnomevfs/vfsmodule.c (register_constants): Add some missing constants. Fixes #338916, part 1/2.