summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc4ca8f7..2b9b228d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.29.11:
+
+* Gio::AppInfo:
+ - launch(): Use a vector instead of a ListHandle and assume that it contains
+ Gio::File rather than strings. This was unusable before.
+ - Add launch() overload with no launch_context parameter.
+ - Add launch() overload taking one file,
+ - launch_uri(): Deprecate the method taking a GAppLaunchContext*, adding
+ one taking a Gio::AppLaunchContext instead.
+ - Add launch_uri() taking one URI.
+ (Murray Cumming)
+* Add test case for a recent fix in libsigc++ with RefPtr.
+ (Kjell Ahlstedt) Bug #564005#c14 (Alexander Shaduri)
+* tools: Add python .def generation scripts removed from PyGObject.
+ (Murray Cumming)
+* gmmproc: Allow _STRUCT_NOT_HIDDEN to be used even when multiple classes
+ are defined in one file.
+ (José Alburquerque)
+
2.29.10:
* Gio: