diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +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) + 2.27.91.1 (unstable): * gmmproc: |