2.27.99.2 (unstable):

Glib:
* Variant:
 - Rename get(index) to get_child(index).
- Variant<std::string>:
  Allow this to be used for object paths and signatures as well as just
  bytestrings.
- Variant<Glib::ustring>:
  Allow this to be used for bytestrings, object paths and signatures as well as just
  (UTF-8) strings.
- Move constructor definitions into the .cc file.
- Capitalize the standard types, such as VARIANT_TYPE_STRING.
(Murray Cumming)
* ArrayHandle: Make it compilable with MSVC 2005, 2008, 2010.
 (Krzesimir Nowak) Bug #645851 (Fan, Chun-wei)