diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2.17.0 (unstable): + + * Added copy constructor and assignment operator, made GDate constructor visible (José + Alburquerque) + * Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container, more or + less like a standard C++ container (Levi Bard) + * Bug #529648 - give helpful warning message when library user forgets to initialize the + library (Jonathon Jongsma) + * Bug #529533 - Fix bug that prevented for Gio::Mount, Gio::Drive, and Gio::Volume from + being wrapped for some backend implementations (Jonathon Jongsma) + 2.16.2 (stable): * Bug 526831 – G_OPTION_REMAINING no longer works with OptionEntry (Murray |