2.33.14 (unstable): 2012-10-12 Kjell Ahlstedt gmmproc: Add 3-argument @newin. * tools/pm/DocsParser.pm: Convert "Since: 1.2.3" to "@newin{1,2,3}". Some C projects (goocanvas, grilo, gstreamer) use "Since: 1.2.3", instead of "Since: 1.2". The corresponding C++ projects need an ALIAS for this @newin in Doxyfile.in, like in mm-common/skeletonmm/doc/reference/Doxyfile.in. 2012-10-08 José Alburquerque FileInfo: set_attribute_strings(): Const correction. * gio/src/fileinfo.hg: Pass the attr_value vector as a const std::vector<>& and not just a std::vecto<>&. I must not have been paying attention to what I was doing when wrapping this. 2.33.14: Glib: * RegEx: Add get_has_cr_or_lf(). (José Alburquerque) * VariantIter: Add init() method. (José Alburquerque) Gio: * ActionGroup: Add the query_action() methods. (José Alburquerque) * FileAttributeMatcher: Add create_difference() and to_string(). * FileInfo: Add has_namespace(), [get|set]_attribute_status(), and [get|set]_attribute_strings(). (José Alburquerque) * IOStream: Add splice_async() splice_finish(). * MenuItem: Add get_attribute(). * MountOperation: Wrap the "show-unmount-progess" signal. (José Alburquerque) * Gio::DBus: - Proxy: Add call(), call_sync() and call_finish() for unix_fd_list. (Murray Cumming) * gmmproc: - Make the output param feature work for single indirection. (José Alburquerque) Bug #662371. - Add 3-argument @newin. (Kjell Ahlstedt)