2.27.93 (unstable): * Added ArrayHandler, ListHandler and SListHandler, to help with conversions to/from std::vector. These replace ArrayHandle, ListHandle, and SListHandle, which allowed the use of any standard container. New APIs will use only std::vector, because that is less confusing to developers, though less flexible. (Krzesimir Nowak) * Application: Initialize glibmm and giomm in the constructor, for convenience. (Murray Cumming) * Resolver: lookup_service(), lookup_by_address(): Fix the reference counting. (Murray Cumming) Bug #639575 (Michael Edwards) * Fix the build (and of applications) with GLIB_DISABLE_SINGLE_INCLUDES. (Chris Kühl)