2.27.96 (unstable): Gio: * Application: - open(): Added a single-file method overload. - The command-line signal now returns an int instead of a bool. It is a main() status code. - Added get_environ(). - Add the local_command_line vfunc, * ApplicationCommandLine: Use std::string instead of ustring in some API. (Murray Cumming) * DBus::InterfaceVTable: Use g_error_copy() where appropriate, fixing a crash. (Murray Cumming) Bug #644008 (Yannick.Guesnet) * Build: Do not install doctool/ scripts such as doc-install.pl. These are now only installed by mm-common, and the mm-common macros find it there, so no changes should be necessary in other modules if you update mm-common. (Murray Cumming) * Documentation: Avoid errors in the reference documentation due to encoding confusion in our perl scripts. (Kjell Ahlstedt) Bug #644037