2.29.13: 2011-09-06 José Alburquerque Variant< std::vector >: Ensure correct creation. * glib/src/variant.ccg (Variant< std::vector >::create): Use g_variant_new_bytestring_array() to create the variant instead of a builder to avoid an unknown bug. Bug #657030 (Aurimas Černius) 2011-09-06 Murray Cumming giomm: Variant< vector > (array of bytestrings): Fixes. * glib/src/variant.ccg: create(): Use VariantType::to_string.c_str() instead of reinterpret_cast. I have no idea why we ever used reinterpret_cast. * tests/glibmm_variant/main.cc: Add a simple test for this VariantType specialization, though it still fails. Bug #657030 (Aurimas Černius) 2011-09-02 Kjell Ahlstedt gmmproc: Correct handling of constversion etc. in _WRAP_METHOD. * tools/pm/WrapParser.pm: The parameters refreturn, errthrow, and constversion in _WRAP_METHOD was applied also to following instances wrapping the same C function. Bug #657751, comment 5.