summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a9627b2..3dc1cca3 100644
--- a/NEWS
+++ b/NEWS
@@ -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: